get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 61395,
    "url": "https://patches.dpdk.org/api/patches/61395/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1571264162-14201-1-git-send-email-simei.su@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": "<1571264162-14201-1-git-send-email-simei.su@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1571264162-14201-1-git-send-email-simei.su@intel.com",
    "date": "2019-10-16T22:16:00",
    "name": "[v6,0/2] net/ice: enable advanced RSS",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1298,
        "url": "https://patches.dpdk.org/api/people/1298/?format=api",
        "name": "Simei Su",
        "email": "simei.su@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1571264162-14201-1-git-send-email-simei.su@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/61395/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/61395/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 DBF2B1E89B;\n\tThu, 17 Oct 2019 15:21:31 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id E2B811E540\n\tfor <dev@dpdk.org>; Thu, 17 Oct 2019 15:21:30 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t17 Oct 2019 06:21:29 -0700",
            "from npg-dpdk-cvl-simeisu-118d193.sh.intel.com ([10.67.110.183])\n\tby orsmga005.jf.intel.com with ESMTP; 17 Oct 2019 06:21:28 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.67,307,1566889200\"; d=\"scan'208\";a=\"371135744\"",
        "From": "Simei Su <simei.su@intel.com>",
        "To": "qi.z.zhang@intel.com,\n\tbeilei.xing@intel.com,\n\txiaolong.ye@intel.com",
        "Cc": "dev@dpdk.org,\n\tsimei.su@intel.com",
        "Date": "Thu, 17 Oct 2019 06:16:00 +0800",
        "Message-Id": "<1571264162-14201-1-git-send-email-simei.su@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1569753029-167168-1-git-send-email-simei.su@intel.com>",
        "References": "<1569753029-167168-1-git-send-email-simei.su@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v6 0/2] net/ice: enable advanced RSS",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "[PATCH v6 1/2] add teid hash for gtupu and session id hash for pppoe/pppod.\n[PATCH v6 2/2] support input set change and symmetric hash by rte_flow RSS action.\n\nv6:\n* Add simultaneous use of SRC_ONLY and DST_ONLY of the same level.\n* Update cases in ice_hash_type_list[].\n\nv5:\n* Update title for cover letter and commit log.\n* Fix some code style.\n\nv4:\n* Add rss support for gtpu with teid and pppoe/pppod with session id.\n* Split up into patchset.\n\nv3:\n* Modify codes according to the comments.\n* Update release notes and Makefile/meson.build.\n\nv2:\n* Amend to resend patch that v1 is not in community.\n\nSimei Su (2):\n  net/ice: add RSS configuration for gtpu/pppoe\n  net/ice: enable advanced RSS\n\n doc/guides/rel_notes/release_19_11.rst |   1 +\n drivers/net/ice/Makefile               |   1 +\n drivers/net/ice/ice_ethdev.c           |  24 ++\n drivers/net/ice/ice_hash.c             | 562 +++++++++++++++++++++++++++++++++\n drivers/net/ice/meson.build            |   1 +\n 5 files changed, 589 insertions(+)\n create mode 100644 drivers/net/ice/ice_hash.c",
    "diff": null,
    "prefixes": [
        "v6",
        "0/2"
    ]
}