Show a cover letter.

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

{
    "id": 80556,
    "url": "http://patches.dpdk.org/api/covers/80556/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1602598312-342265-1-git-send-email-jiaweiw@nvidia.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": "<1602598312-342265-1-git-send-email-jiaweiw@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1602598312-342265-1-git-send-email-jiaweiw@nvidia.com",
    "date": "2020-10-13T14:11:42",
    "name": "[v3,00/10] Add sampling and mirroring support in MLX5 PMD",
    "submitter": {
        "id": 1939,
        "url": "http://patches.dpdk.org/api/people/1939/?format=api",
        "name": "Jiawei Wang",
        "email": "jiaweiw@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1602598312-342265-1-git-send-email-jiaweiw@nvidia.com/mbox/",
    "series": [
        {
            "id": 12920,
            "url": "http://patches.dpdk.org/api/series/12920/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12920",
            "date": "2020-10-13T14:11:51",
            "name": "Add sampling and mirroring support in MLX5 PMD",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/12920/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/80556/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 5A691A04B7;\n\tTue, 13 Oct 2020 16:14:03 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 31C5C1D6DB;\n\tTue, 13 Oct 2020 16:12:05 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id B49B41BF7B\n for <dev@dpdk.org>; Tue, 13 Oct 2020 16:11:55 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n jiaweiw@nvidia.com) with SMTP; 13 Oct 2020 17:11:52 +0300",
            "from nvidia.com (gen-l-vrt-280.mtl.labs.mlnx [10.237.45.1])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09DEBqN5011561;\n Tue, 13 Oct 2020 17:11:52 +0300"
        ],
        "From": "Jiawei Wang <jiaweiw@nvidia.com>",
        "To": "orika@nvidia.com, viacheslavo@nvidia.com, matan@nvidia.com,\n thomas@monjalon.net",
        "Cc": "dev@dpdk.org, rasland@nvidia.com, asafp@nvidia.com",
        "Date": "Tue, 13 Oct 2020 17:11:42 +0300",
        "Message-Id": "<1602598312-342265-1-git-send-email-jiaweiw@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1602577050-178398-1-git-send-email-jiaweiw@nvidia.com>",
        "References": "<1602577050-178398-1-git-send-email-jiaweiw@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v3 00/10] Add sampling and mirroring support in\n\tMLX5 PMD",
        "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": "This patch set implement the flow sampling and mirroring for mlx5 driver.\nMLX5 PMD driver will be responsible for validate and translate the sample action while creating a flow.\n\nDepends-on: series-12828 (\"support the flow-based traffic sampling\")\n\nv3:\n* Use C11 atomic builtins for sampling and mirroring resource register and release.\n\nv2:\n* Fix incorrect check for E-Switch sample split flow.\n\nJiawei Wang (10):\n  common/mlx5: glue for sample action\n  common/mlx5: query sampler object capability via DevX\n  net/mlx5: add the validate sample action\n  net/mlx5: split sample flow into two sub flows\n  net/mlx5: update translate function for sample action\n  common/mlx5: add glue function for mirroring\n  net/mlx5: update validation for mirroring flow\n  net/mlx5: update translate function for mirror\n  doc: add the sample flow limitation description\n  doc: update offload dependencies document\n\n doc/guides/nics/mlx5.rst              |   11 +\n drivers/common/mlx5/linux/meson.build |    4 +\n drivers/common/mlx5/linux/mlx5_glue.c |   37 ++\n drivers/common/mlx5/linux/mlx5_glue.h |   35 +\n drivers/common/mlx5/mlx5_devx_cmds.c  |   27 +\n drivers/common/mlx5/mlx5_devx_cmds.h  |    1 +\n drivers/common/mlx5/mlx5_prm.h        |   61 ++\n drivers/net/mlx5/linux/mlx5_os.c      |   14 +\n drivers/net/mlx5/mlx5.c               |   22 +\n drivers/net/mlx5/mlx5.h               |    6 +\n drivers/net/mlx5/mlx5_flow.c          |  400 +++++++++++-\n drivers/net/mlx5/mlx5_flow.h          |   61 ++\n drivers/net/mlx5/mlx5_flow_dv.c       | 1130 ++++++++++++++++++++++++++++++++-\n 13 files changed, 1773 insertions(+), 36 deletions(-)"
}