get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 39870,
    "url": "https://patches.dpdk.org/api/patches/39870/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1526058841-31650-3-git-send-email-mohammad.abdul.awal@intel.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": "<1526058841-31650-3-git-send-email-mohammad.abdul.awal@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1526058841-31650-3-git-send-email-mohammad.abdul.awal@intel.com",
    "date": "2018-05-11T17:14:01",
    "name": "[dpdk-dev,v2,2/2] doc/guides: updated testpmd app user guide for vxlan/nvgre encap/decap",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "49f98d64a5e54272d57fc6b890b76ea3c1373715",
    "submitter": {
        "id": 482,
        "url": "https://patches.dpdk.org/api/people/482/?format=api",
        "name": "Mohammad Abdul Awal",
        "email": "mohammad.abdul.awal@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1526058841-31650-3-git-send-email-mohammad.abdul.awal@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/39870/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/39870/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 1F0A11C89F;\n\tFri, 11 May 2018 19:14:10 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id 7BA841C876\n\tfor <dev@dpdk.org>; Fri, 11 May 2018 19:14:06 +0200 (CEST)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t11 May 2018 10:14:06 -0700",
            "from awal-z170x.ir.intel.com ([163.33.210.59])\n\tby orsmga004.jf.intel.com with ESMTP; 11 May 2018 10:14:05 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.49,389,1520924400\"; d=\"scan'208\";a=\"198600463\"",
        "From": "Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>",
        "To": "dev@dpdk.org,\n\tbernard.iremonger@intel.com,\n\tadrien.mazarguil@6wind.com",
        "Date": "Fri, 11 May 2018 18:14:01 +0100",
        "Message-Id": "<1526058841-31650-3-git-send-email-mohammad.abdul.awal@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1526058841-31650-1-git-send-email-mohammad.abdul.awal@intel.com>",
        "References": "<1526058841-31650-1-git-send-email-mohammad.abdul.awal@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 2/2] doc/guides: updated testpmd app user\n\tguide for vxlan/nvgre encap/decap",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Updated the testpmd user guide documentation with how to used new action\ntypes RTE_FLOW_ACTION_VXLAN_ENCAP, RTE_FLOW_ACTION_VXLAN_DECAP,\nRTE_FLOW_ACTION_NVGRE_ENCAP, RTE_FLOW_ACTION_NVGRE_DECAP capabilities.\n\nSigned-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>\n---\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 50 +++++++++++++++++++++++++++++\n 1 file changed, 50 insertions(+)",
    "diff": "diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\nindex 542c217..6ee3ff3 100644\n--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n@@ -3559,6 +3559,56 @@ This section lists supported actions and their attributes, if any.\n \n   - ``ethertype``: Ethertype.\n \n+- ``vxlan_encap``: encapsulate the inner flow with pattern of headers\n+  according to RFC7348.\n+\n+  - ``eth_dst {MAC-48}``: outer ether destination.\n+\n+  - ``eth_src {MAC-48}``: outer ether source.\n+\n+  - ``eth_type {unsigned}``: outer ether type.\n+\n+  - ``vlan_tci {unsigned}``: outer vlan tci.\n+\n+  - ``ipv4_dst {ipv4 address}``: outer ipv4 destination.\n+\n+  - ``ipv4_src {ipv4 address}``: outer ipv4 source.\n+\n+  - ``ipv4_proto {unsigned}``: outer ipv4 proto.\n+\n+  - ``udp_dst {unsigned}``: outer udp destination.\n+\n+  - ``udp_src {unsigned}``: outer udp source.\n+\n+  - ``vxlan_vni {unsigned}``: outer vxlan vni.\n+\n+  - ``end``: outer vxlan header pattern end.\n+\n+- ``vxlan_decap``: decapsulate the vxlan tunnel flow according to RFC7348.\n+\n+- ``nvgre_encap``: encapsulate the inner flow with pattern of headers\n+  according to RFC7637.\n+\n+  - ``eth_dst {MAC-48}``: outer ether destination.\n+\n+  - ``eth_src {MAC-48}``: outer ether source.\n+\n+  - ``eth_type {unsigned}``: outer ether type.\n+\n+  - ``vlan_tci {unsigned}``: outer vlan tci.\n+\n+  - ``ipv4_dst {ipv4 address}``: outer ipv4 destination.\n+\n+  - ``ipv4_src {ipv4 address}``: outer ipv4 source.\n+\n+  - ``ipv4_proto {unsigned}``: outer ipv4 proto.\n+\n+  - ``nvgre_vsni {unsigned}``: outer nvgre vsni.\n+\n+  - ``end``: outer nvgre header pattern end.\n+\n+- ``nvgre_decap``: decapsulate the nvgre tunnel flow according to RFC7637.\n+\n Destroying flow rules\n ~~~~~~~~~~~~~~~~~~~~~\n \n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "2/2"
    ]
}