get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 59478,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/59478/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/1.0/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"
    },
    "msgid": "<cover.1568968178.git.ting.xu@intel.com>",
    "date": "2019-09-20T08:36:22",
    "name": "[v1,0/2] net/ice: enable GTP checksum offload",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1363,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1363/?format=api",
        "name": "Xu, Ting",
        "email": "ting.xu@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/cover.1568968178.git.ting.xu@intel.com/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/59478/checks/",
    "tags": {},
    "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 342E61F1F8;\n\tFri, 20 Sep 2019 03:36:41 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id D41231F1F3\n\tfor <dev@dpdk.org>; Fri, 20 Sep 2019 03:36:37 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t19 Sep 2019 18:36:36 -0700",
            "from dpdk-xuting-main.sh.intel.com ([10.67.117.161])\n\tby FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2019 18:36:34 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,526,1559545200\"; d=\"scan'208\";a=\"194558603\"",
        "From": "Ting Xu <ting.xu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "wenzhuo.lu@intel.com, jingjing.wu@intel.com, xiaolong.ye@intel.com,\n\tqiming.yang@intel.com, john.mcnamara@intel.com,\n\tmarko.kovacevic@intel.com, olivier.matz@6wind.com, qi.z.zhang@intel.com",
        "Date": "Fri, 20 Sep 2019 08:36:22 +0000",
        "Message-Id": "<cover.1568968178.git.ting.xu@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH v1 0/2] net/ice: enable GTP checksum offload",
        "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": "In this patchset, minor modifications are made in ice pmd and\nmbuf to enable GTP tx checksum offload in CVL. Add the GTP\ntunnel type flag.\n\nTing Xu (2):\n  lib/mbuf: add GTP tunnel type flag\n  net/ice: add GTP type in tunneling parse\n\n doc/guides/rel_notes/release_19_11.rst | 5 +++++\n drivers/net/ice/ice_rxtx.c             | 1 +\n lib/librte_mbuf/rte_mbuf.h             | 2 ++\n 3 files changed, 8 insertions(+)",
    "diff": null,
    "prefixes": [
        "v1",
        "0/2"
    ]
}