get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 66821,
    "url": "http://patchwork.dpdk.org/api/patches/66821/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20200318014710.13577-1-chenxux.di@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20200318014710.13577-1-chenxux.di@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200318014710.13577-1-chenxux.di@intel.com",
    "date": "2020-03-18T01:47:06",
    "name": "[0/4] drivers/net: remove legacy filter API and switch to rte flow",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1409,
        "url": "http://patchwork.dpdk.org/api/people/1409/?format=api",
        "name": "Chenxu Di",
        "email": "chenxux.di@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20200318014710.13577-1-chenxux.di@intel.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/66821/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/66821/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 D3B4CA056A;\n\tWed, 18 Mar 2020 02:54:48 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E2E011C0B4;\n\tWed, 18 Mar 2020 02:54:47 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by dpdk.org (Postfix) with ESMTP id 4C4541C0B3\n for <dev@dpdk.org>; Wed, 18 Mar 2020 02:54:46 +0100 (CET)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Mar 2020 18:54:45 -0700",
            "from intel.sh.intel.com ([10.239.255.133])\n by fmsmga001.fm.intel.com with ESMTP; 17 Mar 2020 18:54:42 -0700"
        ],
        "IronPort-SDR": [
            "\n dwkod5fCs+HHnNUkFysmrx6HLCuKKooBEg8ibvSXK2jiRANirB5WUv9J6meeECnarxPyrQBlmV\n 1kLjCWoEJspg==",
            "\n KMu1Ju75QL7kznBSVYlURp8CxXcH8SaylTJj7/NjUWUK25fItpy9w5ID5nlNb2GMvZDCA/fz5W\n oVSG2qNMTGYw=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,565,1574150400\"; d=\"scan'208\";a=\"355554243\"",
        "From": "Chenxu Di <chenxux.di@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Yang Qiming <qiming.yang@intel.com>,\n\tChenxu Di <chenxux.di@intel.com>",
        "Date": "Wed, 18 Mar 2020 01:47:06 +0000",
        "Message-Id": "<20200318014710.13577-1-chenxux.di@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH 0/4] drivers/net: remove legacy filter API and\n\tswitch to rte flow",
        "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": "remove legacy filter functions already implemented in rte_flow\n for drivers igb, ixgbe, and i40e.\nimplement hash function include set hash function and set hash\ninput set in rte_flow for driver i40e.\n\nChenxu Di (4):\n  net/e1000: remove the legacy filter functions\n  net/ixgbe: remove the legacy filter functions\n  net/i40e: remove the legacy filter functions\n  net/i40e: implement hash function in rte flow API\n\n doc/guides/nics/i40e.rst               |  14 +\n doc/guides/rel_notes/release_20_05.rst |   9 +\n drivers/net/e1000/igb_ethdev.c         |  36 -\n drivers/net/i40e/i40e_ethdev.c         | 913 +++++++++++--------------\n drivers/net/i40e/i40e_ethdev.h         |  26 +-\n drivers/net/i40e/i40e_fdir.c           | 393 -----------\n drivers/net/i40e/i40e_flow.c           | 186 ++++-\n drivers/net/ixgbe/ixgbe_ethdev.c       |  78 ---\n drivers/net/ixgbe/ixgbe_fdir.c         |  11 -\n 9 files changed, 610 insertions(+), 1056 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/4"
    ]
}