get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/81868/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 81868,
    "url": "https://patches.dpdk.org/api/patches/81868/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1603437295-119083-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": "<1603437295-119083-1-git-send-email-suanmingm@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1603437295-119083-1-git-send-email-suanmingm@nvidia.com",
    "date": "2020-10-23T07:14:30",
    "name": "[v2,00/25] *net/mlx5: support multiple-thread flow operations",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1887,
        "url": "https://patches.dpdk.org/api/people/1887/?format=api",
        "name": "Suanming Mou",
        "email": "suanmingm@nvidia.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1603437295-119083-1-git-send-email-suanmingm@nvidia.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/81868/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/81868/checks/",
    "tags": {},
    "related": [],
    "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 5B36EA04DE;\n\tFri, 23 Oct 2020 09:15:08 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 3A3BB72DB;\n\tFri, 23 Oct 2020 09:15:07 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 4328A6CCB\n for <dev@dpdk.org>; Fri, 23 Oct 2020 09:15:04 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n suanmingm@nvidia.com) with SMTP; 23 Oct 2020 10:15:03 +0300",
            "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 09N7F2LJ026736\n for <dev@dpdk.org>; Fri, 23 Oct 2020 10:15:03 +0300"
        ],
        "From": "Suanming Mou <suanmingm@nvidia.com>",
        "To": "",
        "Cc": "dev@dpdk.org",
        "Date": "Fri, 23 Oct 2020 15:14:30 +0800",
        "Message-Id": "<1603437295-119083-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 v2 00/25] *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\nThe new added PMD features after RC1 MT support is not done yet.\nThe sh lock removing patch will be moved to the next series.\n\nSuanming Mou (11):\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: 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: remove unused hash list operations\n  net/mlx5: make Rx queue thread safe\n\nXueming Li (14):\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 for RSS flow ID\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\n---\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 drivers/common/mlx5/linux/mlx5_nl.h   |    1 +\n drivers/net/mlx5/linux/mlx5_os.c      |  100 ++-\n drivers/net/mlx5/linux/mlx5_vlan_os.c |    5 +\n drivers/net/mlx5/mlx5.c               |  266 +------\n drivers/net/mlx5/mlx5.h               |   63 +-\n drivers/net/mlx5/mlx5_flow.c          |  590 ++++++--------\n drivers/net/mlx5/mlx5_flow.h          |  124 ++-\n drivers/net/mlx5/mlx5_flow_dv.c       | 1393 +++++++++++++++------------------\n drivers/net/mlx5/mlx5_flow_meter.c    |   72 +-\n drivers/net/mlx5/mlx5_flow_verbs.c    |   84 +-\n drivers/net/mlx5/mlx5_rxq.c           |  235 +++---\n drivers/net/mlx5/mlx5_rxtx.h          |   20 +-\n drivers/net/mlx5/mlx5_utils.c         |  345 ++++++--\n drivers/net/mlx5/mlx5_utils.h         |  320 ++++++--\n 14 files changed, 1856 insertions(+), 1762 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "00/25"
    ]
}