get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 79905,
    "url": "http://patches.dpdk.org/api/patches/79905/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201007153055.28820-1-ophirmu@nvidia.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20201007153055.28820-1-ophirmu@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201007153055.28820-1-ophirmu@nvidia.com",
    "date": "2020-10-07T15:30:52",
    "name": "[v6,0/3] Add GENEVE protocol parsing to testpmd",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1908,
        "url": "http://patches.dpdk.org/api/people/1908/?format=api",
        "name": "Ophir Munk",
        "email": "ophirmu@nvidia.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201007153055.28820-1-ophirmu@nvidia.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/79905/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/79905/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 760B8A04BA;\n\tWed,  7 Oct 2020 17:31:45 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 968D31BD2A;\n\tWed,  7 Oct 2020 17:31:10 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 969B51BCFC\n for <dev@dpdk.org>; Wed,  7 Oct 2020 17:31:04 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n ophirmu@nvidia.com) with SMTP; 7 Oct 2020 18:30:58 +0300",
            "from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 097FUwBn008453;\n Wed, 7 Oct 2020 18:30:58 +0300"
        ],
        "From": "Ophir Munk <ophirmu@nvidia.com>",
        "To": "dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,\n Olivier Matz <olivier.matz@6wind.com>,\n Wenzhuo Lu <wenzhuo.lu@intel.com>, Jingjing Wu <jingjing.wu@intel.com>,\n Bernard Iremonger <bernard.iremonger@intel.com>",
        "Cc": "Ophir Munk <ophirmu@mellanox.com>",
        "Date": "Wed,  7 Oct 2020 15:30:52 +0000",
        "Message-Id": "<20201007153055.28820-1-ophirmu@nvidia.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20200918141735.18488-2-ophirmu@nvidia.com>",
        "References": "<20200918141735.18488-2-ophirmu@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v6 0/3] Add GENEVE protocol parsing to testpmd",
        "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": "v1:\nInitial version\nv2:\nRebased + Minor update in protocol options field:\nchar opts[0] ===> uint8_t opts[]\nv3:\nRebase\ndocument \"geneve-port=N\" parameter\nv4:\nMispelling corrections\nv5:\nRebase + Updates following review\nhttp://patches.dpdk.org/patch/77734/\nv6:\nRebase + Updates following reviews: more cleanup and added documentation.\n\nOphir Munk (3):\n  app/testpmd: add GENEVE parsing\n  app/testpmd: enable configuring GENEVE port\n  app/testpmd: tunnel parsing protocols cleanup\n\n app/test-pmd/cmdline_flow.c                 |   3 +-\n app/test-pmd/csumonly.c                     | 129 ++++++++++++++++++----------\n app/test-pmd/parameters.c                   |  14 ++-\n app/test-pmd/testpmd.h                      |   1 +\n doc/guides/testpmd_app_ug/run_app.rst       |   5 ++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst |   6 +-\n lib/librte_net/meson.build                  |   3 +-\n lib/librte_net/rte_geneve.h                 |  66 ++++++++++++++\n lib/librte_net/rte_vxlan.h                  |   1 +\n 9 files changed, 175 insertions(+), 53 deletions(-)\n create mode 100644 lib/librte_net/rte_geneve.h",
    "diff": null,
    "prefixes": [
        "v6",
        "0/3"
    ]
}