get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 44773,
    "url": "https://patches.dpdk.org/api/patches/44773/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180917074735.28161-2-gavin.hu@arm.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": "<20180917074735.28161-2-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180917074735.28161-2-gavin.hu@arm.com",
    "date": "2018-09-17T07:47:34",
    "name": "[v3,2/3] net/i40e: remove invalid comment",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "152a7d9eee4f4d5925823e0779cf303a0e3da82c",
    "submitter": {
        "id": 1018,
        "url": "https://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180917074735.28161-2-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 1345,
            "url": "https://patches.dpdk.org/api/series/1345/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1345",
            "date": "2018-09-17T07:47:33",
            "name": "[v3,1/3] app/testpmd: show errno along with flow API errors",
            "version": 3,
            "mbox": "https://patches.dpdk.org/series/1345/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/44773/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/44773/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id DB0E44F91;\n\tMon, 17 Sep 2018 09:47:52 +0200 (CEST)",
            "from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id 16C232BA8\n\tfor <dev@dpdk.org>; Mon, 17 Sep 2018 09:47:50 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 70416ED1;\n\tMon, 17 Sep 2018 00:47:49 -0700 (PDT)",
            "from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com\n\t[10.169.36.53])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\t0B3123F5C0; Mon, 17 Sep 2018 00:47:47 -0700 (PDT)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "gavin.hu@arm.com, Honnappa.Nagarahalli@arm.com, steve.capper@arm.com,\n\tOla.Liljedahl@arm.com, jerin.jacob@caviumnetworks.com, nd@arm.com,\n\tFerruh Yigit <ferruh.yigit@intel.com>",
        "Date": "Mon, 17 Sep 2018 15:47:34 +0800",
        "Message-Id": "<20180917074735.28161-2-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<20180917074735.28161-1-gavin.hu@arm.com>",
        "References": "<20180807031943.5331-1-gavin.hu@arm.com>\n\t<20180917074735.28161-1-gavin.hu@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v3 2/3] net/i40e: remove invalid comment",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Ferruh Yigit <ferruh.yigit@intel.com>\n\nComments says \"no csum error report support\" but there is no check\nrelated csum offloads. Removing the comment.\n\nSigned-off-by: Ferruh Yigit <ferruh.yigit@intel.com>\nAcked-by: Qi Zhang <qi.z.zhang@intel.com>\n---\n drivers/net/i40e/i40e_rxtx_vec_common.h | 4 +---\n 1 file changed, 1 insertion(+), 3 deletions(-)",
    "diff": "diff --git a/drivers/net/i40e/i40e_rxtx_vec_common.h b/drivers/net/i40e/i40e_rxtx_vec_common.h\nindex 63cb17742..f00f6d648 100644\n--- a/drivers/net/i40e/i40e_rxtx_vec_common.h\n+++ b/drivers/net/i40e/i40e_rxtx_vec_common.h\n@@ -199,9 +199,7 @@ i40e_rx_vec_dev_conf_condition_check_default(struct rte_eth_dev *dev)\n \tif (fconf->mode != RTE_FDIR_MODE_NONE)\n \t\treturn -1;\n \n-\t /* - no csum error report support\n-\t * - no header split support\n-\t */\n+\t /* no header split support */\n \tif (rxmode->offloads & DEV_RX_OFFLOAD_HEADER_SPLIT)\n \t\treturn -1;\n \n",
    "prefixes": [
        "v3",
        "2/3"
    ]
}