Show a cover letter.

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

{
    "id": 82541,
    "url": "https://patches.dpdk.org/api/covers/82541/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1603875616-272798-1-git-send-email-suanmingm@nvidia.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1603875616-272798-1-git-send-email-suanmingm@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1603875616-272798-1-git-send-email-suanmingm@nvidia.com",
    "date": "2020-10-28T08:59:41",
    "name": "[v5,00/34] net/mlx5: support multiple-thread flow operations",
    "submitter": {
        "id": 1887,
        "url": "https://patches.dpdk.org/api/people/1887/?format=api",
        "name": "Suanming Mou",
        "email": "suanmingm@nvidia.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1603875616-272798-1-git-send-email-suanmingm@nvidia.com/mbox/",
    "series": [
        {
            "id": 13411,
            "url": "https://patches.dpdk.org/api/series/13411/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13411",
            "date": "2020-10-28T08:59:42",
            "name": "net/mlx5: support multiple-thread flow operations",
            "version": 5,
            "mbox": "https://patches.dpdk.org/series/13411/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/82541/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 51537A04DD;\n\tWed, 28 Oct 2020 10:00:53 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 25853BE95;\n\tWed, 28 Oct 2020 10:00:52 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id C5045BE43\n for <dev@dpdk.org>; Wed, 28 Oct 2020 10:00:24 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n suanmingm@nvidia.com) with SMTP; 28 Oct 2020 11:00:20 +0200",
            "from nvidia.com (mtbc-r640-04.mtbc.labs.mlnx [10.75.70.9])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09S90Jm0024495;\n Wed, 28 Oct 2020 11:00:19 +0200"
        ],
        "From": "Suanming Mou <suanmingm@nvidia.com>",
        "To": "",
        "Cc": "dev@dpdk.org, rasland@nvidia.com",
        "Date": "Wed, 28 Oct 2020 16:59:41 +0800",
        "Message-Id": "<1603875616-272798-1-git-send-email-suanmingm@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1601984948-313027-1-git-send-email-suanmingm@nvidia.com>",
        "References": "<1601984948-313027-1-git-send-email-suanmingm@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v5 00/34] net/mlx5: support multiple-thread flow\n\toperations",
        "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 contains multiple-thread flow operations support\nfor the flow objects.\n\nSuanming Mou (19):\n  net/mlx5: use thread safe index pool for flow objects\n  net/mlx5: make meter action thread safe\n  net/mlx5: make VLAN network interface thread safe\n  net/mlx5: create global jump action\n  net/mlx5: create global default miss action\n  net/mlx5: create global drop action\n  net/mlx5: add flow table tunnel offload attribute\n  net/mlx5: fix redundant Direct Verbs resources allocate\n  net/mlx5: remove unused mreg copy code\n  net/mlx5: make header reformat action thread safe\n  net/mlx5: optimize shared RSS list operation\n  net/mlx5: make Rx queue thread safe\n  net/mlx5: simplify sample attributes\n  net/mlx5: fix sample register error flow\n  net/mlx5: make sample and mirror action thread safe\n  net/mlx5: make tunnel offloading table thread safe\n  net/mlx5: remove unused hash list operations\n  net/mlx5: make tunnel hub list thread safe\n  net/mlx5: make shared action list thread safe\n\nXueming Li (15):\n  net/mlx5: use thread specific flow workspace\n  net/mlx5: reuse flow Id as hairpin Id\n  net/mlx5: indexed pool supports zero size entry\n  net/mlx5: use indexed pool as ID generator\n  net/mlx5: make rte flow list thread safe\n  net/mlx5: support concurrent access for hash list\n  net/mlx5: make flow table cache thread safe\n  net/mlx5: make flow tag list thread safe\n  net/mlx5: make flow modify action list thread safe\n  net/mlx5: make metadata copy flow list thread safe\n  net/mlx5: introduce thread safe linked list cache\n  net/mlx5: make matcher list thread safe\n  net/mlx5: make port ID action cache thread safe\n  net/mlx5: make push VLAN action cache thread safe\n  net/mlx5: remove shared context lock\n---\n\nv5:\n - fix table refcnt leak issue.\n\nv4:\n - rebase the code on top of the latest code to fix the conflict.\n\nv3:\n - rebase the code on top of the new added features.\n - New feature code adaption for multiple-thread support.\n\nv2:\n - fix review comments.\n - remove unused mreg copy code.\n - drop the sh lock removing patch as new feature still not fully updated.\n\n---\n\n doc/guides/nics/mlx5.rst               |    1 +\n doc/guides/rel_notes/release_20_11.rst |    1 +\n drivers/common/mlx5/linux/mlx5_nl.h    |    1 +\n drivers/net/mlx5/linux/mlx5_os.c       |  119 +-\n drivers/net/mlx5/linux/mlx5_vlan_os.c  |    5 +\n drivers/net/mlx5/mlx5.c                |  278 +---\n drivers/net/mlx5/mlx5.h                |   69 +-\n drivers/net/mlx5/mlx5_flow.c           |  756 +++++------\n drivers/net/mlx5/mlx5_flow.h           |  164 ++-\n drivers/net/mlx5/mlx5_flow_dv.c        | 2259 ++++++++++++++------------------\n drivers/net/mlx5/mlx5_flow_meter.c     |   72 +-\n drivers/net/mlx5/mlx5_flow_verbs.c     |   86 +-\n drivers/net/mlx5/mlx5_rxq.c            |  302 +++--\n drivers/net/mlx5/mlx5_rxtx.h           |   23 +-\n drivers/net/mlx5/mlx5_utils.c          |  345 ++++-\n drivers/net/mlx5/mlx5_utils.h          |  320 ++++-\n 16 files changed, 2464 insertions(+), 2337 deletions(-)"
}