get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85462,
    "url": "https://patches.dpdk.org/api/patches/85462/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1608303356-13089-5-git-send-email-xuemingl@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": "<1608303356-13089-5-git-send-email-xuemingl@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1608303356-13089-5-git-send-email-xuemingl@nvidia.com",
    "date": "2020-12-18T14:55:53",
    "name": "[RFC,4/7] ethdev: capability for new representor syntax",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "68968d695645edc34ab2b015b97b59893e30e4ea",
    "submitter": {
        "id": 1904,
        "url": "https://patches.dpdk.org/api/people/1904/?format=api",
        "name": "Xueming Li",
        "email": "xuemingl@nvidia.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1608303356-13089-5-git-send-email-xuemingl@nvidia.com/mbox/",
    "series": [
        {
            "id": 14376,
            "url": "https://patches.dpdk.org/api/series/14376/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14376",
            "date": "2020-12-18T14:55:49",
            "name": "support SubFunction representor",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/14376/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/85462/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/85462/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 EEEEFA09FD;\n\tFri, 18 Dec 2020 15:56:28 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 96EDCCAF7;\n\tFri, 18 Dec 2020 15:56:14 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id DB451CAF1\n for <dev@dpdk.org>; Fri, 18 Dec 2020 15:56:12 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n xuemingl@nvidia.com) with SMTP; 18 Dec 2020 16:56:06 +0200",
            "from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BIEu65U013340;\n Fri, 18 Dec 2020 16:56:06 +0200"
        ],
        "From": "Xueming Li <xuemingl@nvidia.com>",
        "To": "Viacheslav Ovsiienko <viacheslavo@nvidia.com>,\n Thomas Monjalon <thomas@monjalon.net>,\n Ferruh Yigit <ferruh.yigit@intel.com>,\n Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,\n Olivier Matz <olivier.matz@6wind.com>, Matan Azrad <matan@nvidia.com>",
        "Cc": "dev@dpdk.org, xuemingl@nvidia.com, Asaf Penso <asafp@nvidia.com>",
        "Date": "Fri, 18 Dec 2020 14:55:53 +0000",
        "Message-Id": "<1608303356-13089-5-git-send-email-xuemingl@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1608303356-13089-1-git-send-email-xuemingl@nvidia.com>",
        "References": "<1608303356-13089-1-git-send-email-xuemingl@nvidia.com>",
        "Subject": "[dpdk-dev] [RFC 4/7] ethdev: capability for new representor syntax",
        "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 introduces new eth device capability to support SubFunction\nrepresentor device.\n\nSigned-off-by: Xueming Li <xuemingl@nvidia.com>\n---\n lib/librte_ethdev/rte_ethdev.h | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h\nindex f5f8919186..3c087bec67 100644\n--- a/lib/librte_ethdev/rte_ethdev.h\n+++ b/lib/librte_ethdev/rte_ethdev.h\n@@ -1432,6 +1432,8 @@ struct rte_eth_conf {\n #define RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP 0x00000001\n /** Device supports Tx queue setup after device started. */\n #define RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP 0x00000002\n+/**< Device supports SubFunction representor. */\n+#define RTE_ETH_DEV_CAPA_REPRESENTOR_SF         0x00000004\n /**@}*/\n \n /*\n",
    "prefixes": [
        "RFC",
        "4/7"
    ]
}