get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 87334,
    "url": "https://patches.dpdk.org/api/patches/87334/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1611665613-123388-1-git-send-email-jiaweiw@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": "<1611665613-123388-1-git-send-email-jiaweiw@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1611665613-123388-1-git-send-email-jiaweiw@nvidia.com",
    "date": "2021-01-26T12:53:31",
    "name": "[0/2] net/mlx5: use global default miss for E-Switch sampling",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1939,
        "url": "https://patches.dpdk.org/api/people/1939/?format=api",
        "name": "Jiawei Wang",
        "email": "jiaweiw@nvidia.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1611665613-123388-1-git-send-email-jiaweiw@nvidia.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/87334/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/87334/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 26BBBA052A;\n\tTue, 26 Jan 2021 13:53:49 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C006914149D;\n\tTue, 26 Jan 2021 13:53:43 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by mails.dpdk.org (Postfix) with ESMTP id CEE35141494\n for <dev@dpdk.org>; Tue, 26 Jan 2021 13:53:38 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n jiaweiw@nvidia.com) with SMTP; 26 Jan 2021 14:53:34 +0200",
            "from nvidia.com (gen-l-vrt-281.mtl.labs.mlnx [10.237.44.1])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 10QCrXBq022427;\n Tue, 26 Jan 2021 14:53:33 +0200"
        ],
        "From": "Jiawei Wang <jiaweiw@nvidia.com>",
        "To": "viacheslavo@nvidia.com, matan@nvidia.com, orika@nvidia.com,\n thomas@monjalon.net",
        "Cc": "dev@dpdk.org, rasland@nvidia.com",
        "Date": "Tue, 26 Jan 2021 14:53:31 +0200",
        "Message-Id": "<1611665613-123388-1-git-send-email-jiaweiw@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 0/2] net/mlx5: use global default miss for\n E-Switch sampling",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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 patchset fixes the E-Switch sampling flow creation issue, and also uses the global\ndefault miss for each E-Switch sampling flow.\n\nJiawei Wang (2):\n  net/mlx5: fix the E-Switch sample action creation failure\n  net/mlx5: use global default miss for E-Switch sampling\n\n drivers/net/mlx5/mlx5_flow.h    |  1 -\n drivers/net/mlx5/mlx5_flow_dv.c | 23 +++++------------------\n 2 files changed, 5 insertions(+), 19 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/2"
    ]
}