Show a cover letter.

GET /api/covers/65963/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 65963,
    "url": "http://patches.dpdk.org/api/covers/65963/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1582206824-103222-1-git-send-email-suanmingm@mellanox.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1582206824-103222-1-git-send-email-suanmingm@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1582206824-103222-1-git-send-email-suanmingm@mellanox.com",
    "date": "2020-02-20T13:53:42",
    "name": "[v3,0/2] net/mlx5: copy the item flags from prefix flow",
    "submitter": {
        "id": 1358,
        "url": "http://patches.dpdk.org/api/people/1358/?format=api",
        "name": "Suanming Mou",
        "email": "suanmingm@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1582206824-103222-1-git-send-email-suanmingm@mellanox.com/mbox/",
    "series": [
        {
            "id": 8634,
            "url": "http://patches.dpdk.org/api/series/8634/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8634",
            "date": "2020-02-20T13:53:42",
            "name": "net/mlx5: copy the item flags from prefix flow",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/8634/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/65963/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 8CA84A0556;\n\tThu, 20 Feb 2020 14:53:50 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1E49B1BF9D;\n\tThu, 20 Feb 2020 14:53:49 +0100 (CET)",
            "from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130])\n by dpdk.org (Postfix) with ESMTP id 79FCB1BF98\n for <dev@dpdk.org>; Thu, 20 Feb 2020 14:53:47 +0100 (CET)"
        ],
        "From": "Suanming Mou <suanmingm@mellanox.com>",
        "To": "matan@mellanox.com,\n\tviacheslavo@mellanox.com",
        "Cc": "dev@dpdk.org,\n\trasland@mellanox.com",
        "Date": "Thu, 20 Feb 2020 15:53:42 +0200",
        "Message-Id": "<1582206824-103222-1-git-send-email-suanmingm@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1582122664-54731-1-git-send-email-suanmingm@mellanox.com>",
        "References": "<1582122664-54731-1-git-send-email-suanmingm@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/2] net/mlx5: copy the item flags from prefix\n\tflow",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "For flow split to several subflows, the match items maybe in the prefix\nflow, and the actions are split to the suffix flow.\n\nIn this case, for the actions need the user defined match item will not\ncreate correctly.\n\nCopy the item layers flags to the suffix flow from prefix flow to fix\nthe issue.\n\nThis patch series should be applied after:\nhttps://patches.dpdk.org/project/dpdk/list/?series=8613\n\nv2:\nRemove the actions flag inherit. Get the layer flags accordingly\nbased on the actions in prefix flow.\n\nv3:\nFix NULL pointer issue.\n\nSuanming Mou (2):\n  net/mlx5: fix layer flags missing in metadata\n  net/mlx5: fix lack of match information in meter\n\n drivers/net/mlx5/mlx5_flow.c    | 74 +++++++++++++++++++++++++++++++++++------\n drivers/net/mlx5/mlx5_flow_dv.c | 59 +++++++++++++++++++++++---------\n 2 files changed, 107 insertions(+), 26 deletions(-)"
}