get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 6516,
    "url": "https://patches.dpdk.org/api/patches/6516/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1437375817-11274-1-git-send-email-jingjing.wu@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": "<1437375817-11274-1-git-send-email-jingjing.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1437375817-11274-1-git-send-email-jingjing.wu@intel.com",
    "date": "2015-07-20T07:03:37",
    "name": "[dpdk-dev] doc: announce ABI change for rte_eth_fdir_filter",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "f4b3158912d8c6867dad7ce3f46b6f80884d6b01",
    "submitter": {
        "id": 47,
        "url": "https://patches.dpdk.org/api/people/47/?format=api",
        "name": "Jingjing Wu",
        "email": "jingjing.wu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1437375817-11274-1-git-send-email-jingjing.wu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/6516/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/6516/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 339F8C3DE;\n\tMon, 20 Jul 2015 09:03:48 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 191EEC3DC\n\tfor <dev@dpdk.org>; Mon, 20 Jul 2015 09:03:45 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga103.fm.intel.com with ESMTP; 20 Jul 2015 00:03:44 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby orsmga002.jf.intel.com with ESMTP; 20 Jul 2015 00:03:44 -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 t6K73gne001529;\n\tMon, 20 Jul 2015 15:03:42 +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 t6K73c8T011308; Mon, 20 Jul 2015 15:03:40 +0800",
            "(from wujingji@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t6K73cgn011304; \n\tMon, 20 Jul 2015 15:03:38 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.15,507,1432623600\"; d=\"scan'208\";a=\"767491271\"",
        "From": "Jingjing Wu <jingjing.wu@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 20 Jul 2015 15:03:37 +0800",
        "Message-Id": "<1437375817-11274-1-git-send-email-jingjing.wu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] doc: announce ABI change for rte_eth_fdir_filter",
        "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": "To fix the FVL's flow director issue for SCTP flow, rte_eth_fdir_filter\nneed to be change to support SCTP flow keys extension. Here announce\nthe ABI deprecation.\n\nSigned-off-by: jingjing.wu <jingjing.wu@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 5330d3b..63e19c7 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -35,3 +35,7 @@ Deprecation Notices\n * The following fields have been deprecated in rte_eth_stats:\n   imissed, ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,\n   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff\n+\n+* Significant ABI change is planned for struct rte_eth_fdir_filter to extend\n+  the SCTP flow's key input from release 2.1. The change may be enabled in\n+  the upcoming release 2.1 with CONFIG_RTE_NEXT_ABI.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}