get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 7111,
    "url": "http://patches.dpdk.org/api/patches/7111/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1442893533-32546-5-git-send-email-jingjing.wu@intel.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": "<1442893533-32546-5-git-send-email-jingjing.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1442893533-32546-5-git-send-email-jingjing.wu@intel.com",
    "date": "2015-09-22T03:45:33",
    "name": "[dpdk-dev,4/4] doc: extend commands in testpmd and remove related ABI deprecation",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "19130fbd1e8669cd94f4eab4599542681421785b",
    "submitter": {
        "id": 47,
        "url": "http://patches.dpdk.org/api/people/47/?format=api",
        "name": "Jingjing Wu",
        "email": "jingjing.wu@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1442893533-32546-5-git-send-email-jingjing.wu@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/7111/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/7111/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 8AE858E5D;\n\tTue, 22 Sep 2015 05:46:04 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 941F68E58\n\tfor <dev@dpdk.org>; Tue, 22 Sep 2015 05:46:02 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby orsmga103.jf.intel.com with ESMTP; 21 Sep 2015 20:46:02 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby orsmga001.jf.intel.com with ESMTP; 21 Sep 2015 20:46:01 -0700",
            "from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com\n\t[10.239.29.89])\n\tby shvmail01.sh.intel.com with ESMTP id t8M3jwZv027345;\n\tTue, 22 Sep 2015 11:45:58 +0800",
            "from shecgisg004.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid t8M3jt1w000545; Tue, 22 Sep 2015 11:45:57 +0800",
            "(from wujingji@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t8M3jssn000541; \n\tTue, 22 Sep 2015 11:45:54 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.17,571,1437462000\"; d=\"scan'208\";a=\"774208215\"",
        "From": "Jingjing Wu <jingjing.wu@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 22 Sep 2015 11:45:33 +0800",
        "Message-Id": "<1442893533-32546-5-git-send-email-jingjing.wu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1442893533-32546-1-git-send-email-jingjing.wu@intel.com>",
        "References": "<1442893533-32546-1-git-send-email-jingjing.wu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 4/4] doc: extend commands in testpmd and remove\n\trelated ABI deprecation",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://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": "<http://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": "Modify the doc about flow director commands to support filtering in VFs.\nRemove related ABI deprecation.\n\nSigned-off-by: Jingjing Wu <jingjing.wu@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst        |  4 ----\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 ++++++------\n 2 files changed, 6 insertions(+), 10 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex fffad80..e1a35b9 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -24,10 +24,6 @@ Deprecation Notices\n   Structures: rte_fdir_*, rte_eth_fdir.\n   Enums: rte_l4type, rte_iptype.\n \n-* ABI changes are planned for struct rte_eth_fdir_flow_ext in order to support\n-  flow director filtering in VF. The release 2.1 does not contain these ABI\n-  changes, but release 2.2 will, and no backwards compatibility is planned.\n-\n * ABI changes are planned for struct rte_eth_fdir_filter and\n   rte_eth_fdir_masks in order to support new flow director modes,\n   MAC VLAN and Cloud, on x550. The MAC VLAN mode means the MAC and\ndiff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\nindex aa77a91..9a0d18a 100644\n--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n@@ -1624,30 +1624,30 @@ Different NICs may have different capabilities, command show port fdir (port_id)\n \n flow_director_filter (port_id) (add|del|update) flow (ipv4-other|ipv4-frag|ipv6-other|ipv6-frag)\n src (src_ip_address) dst (dst_ip_address) vlan (vlan_value) flexbytes (flexbytes_value)\n-(drop|fwd) queue (queue_id) fd_id (fd_id_value)\n+(drop|fwd) pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)\n \n flow_director_filter (port_id) (add|del|update) flow (ipv4-tcp|ipv4-udp|ipv6-tcp|ipv6-udp)\n src (src_ip_address) (src_port) dst (dst_ip_address) (dst_port) vlan (vlan_value)\n-flexbytes (flexbytes_value) (drop|fwd) queue (queue_id) fd_id (fd_id_value)\n+flexbytes (flexbytes_value) (drop|fwd) pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)\n \n flow_director_filter (port_id) (add|del|update) flow (ipv4-sctp|ipv6-sctp)\n src (src_ip_address) (src_port) dst (dst_ip_address) (dst_port) tag (verification_tag)\n-vlan (vlan_value) flexbytes (flexbytes_value) (drop|fwd) queue (queue_id) fd_id (fd_id_value)\n+vlan (vlan_value) flexbytes (flexbytes_value) (drop|fwd) pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)\n \n flow_director_filter (port_id) (add|del|update) flow l2_payload\n-ether (ethertype) flexbytes (flexbytes_value) (drop|fwd) queue (queue_id) fd_id (fd_id_value)\n+ether (ethertype) flexbytes (flexbytes_value) (drop|fwd) pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)\n \n For example, to add an ipv4-udp flow type filter:\n \n .. code-block:: console\n \n-    testpmd> flow_director_filter 0 add flow ipv4-udp src 2.2.2.3 32 dst 2.2.2.5 33 vlan 0x1 flexbytes (0x88,0x48) fwd queue 1 fd_id 1\n+    testpmd> flow_director_filter 0 add flow ipv4-udp src 2.2.2.3 32 dst 2.2.2.5 33 vlan 0x1 flexbytes (0x88,0x48) fwd pf queue 1 fd_id 1\n \n For example, add an ipv4-other flow type filter:\n \n .. code-block:: console\n \n-    testpmd> flow_director_filter 0 add flow ipv4-other src 2.2.2.3 dst 2.2.2.5 vlan 0x1 flexbytes (0x88,0x48) fwd queue 1 fd_id 1\n+    testpmd> flow_director_filter 0 add flow ipv4-other src 2.2.2.3 dst 2.2.2.5 vlan 0x1 flexbytes (0x88,0x48) fwd pf queue 1 fd_id 1\n \n flush_flow_director\n ~~~~~~~~~~~~~~~~~~~\n",
    "prefixes": [
        "dpdk-dev",
        "4/4"
    ]
}