get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 56064,
    "url": "http://patches.dpdk.org/api/patches/56064/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1562215629-75520-1-git-send-email-simei.su@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": "<1562215629-75520-1-git-send-email-simei.su@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1562215629-75520-1-git-send-email-simei.su@intel.com",
    "date": "2019-07-04T04:47:09",
    "name": "[RFC] ethdev: support input set change by RSS action",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "d24227bd48ae750517195dbcf8115a3b97f38e42",
    "submitter": {
        "id": 1298,
        "url": "http://patches.dpdk.org/api/people/1298/?format=api",
        "name": "Simei Su",
        "email": "simei.su@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "http://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1562215629-75520-1-git-send-email-simei.su@intel.com/mbox/",
    "series": [
        {
            "id": 5328,
            "url": "http://patches.dpdk.org/api/series/5328/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5328",
            "date": "2019-07-04T04:47:09",
            "name": "[RFC] ethdev: support input set change by RSS action",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/5328/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/56064/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/56064/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 3136E4CA6;\n\tThu,  4 Jul 2019 07:29:35 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id F02474C93\n\tfor <dev@dpdk.org>; Thu,  4 Jul 2019 07:29:33 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Jul 2019 22:29:32 -0700",
            "from npg-dpdk-cvl-simeisu-116d180.sh.intel.com ([10.67.116.162])\n\tby fmsmga001.fm.intel.com with ESMTP; 03 Jul 2019 22:29:31 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.63,449,1557212400\"; d=\"scan'208\";a=\"184925123\"",
        "From": "simei <simei.su@intel.com>",
        "To": "qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com,\n\tqiming.yang@intel.com",
        "Cc": "dev@dpdk.org,\n\tsimei.su@intel.com",
        "Date": "Thu,  4 Jul 2019 12:47:09 +0800",
        "Message-Id": "<1562215629-75520-1-git-send-email-simei.su@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [RFC] ethdev: support input set change by RSS action",
        "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": "From: Simei Su <simei.su@intel.com>\n\nThis RFC introduces inputset structure to rte_flow_action_rss to\nsupport input set specific configuration by rte_flow RSS action.\n\nWe can give an testpmd command line example to make it more clear.\n\nFor example, below flow selects the l4 port as inputset for any\neth/ipv4/tcp packet: #flow create 0 ingress pattern eth / ipv4 / tcp /\nend actions rss inputset tcp src mask 0xffff dst mask 0xffff /end\n\nSigned-off-by: Simei Su <simei.su@intel.com>\n---\n lib/librte_ethdev/rte_flow.h | 3 +++\n 1 file changed, 3 insertions(+)",
    "diff": "diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_ethdev/rte_flow.h\nindex f3a8fb1..2a455b6 100644\n--- a/lib/librte_ethdev/rte_flow.h\n+++ b/lib/librte_ethdev/rte_flow.h\n@@ -1796,6 +1796,9 @@ struct rte_flow_action_rss {\n \tuint32_t queue_num; /**< Number of entries in @p queue. */\n \tconst uint8_t *key; /**< Hash key. */\n \tconst uint16_t *queue; /**< Queue indices to use. */\n+\tstruct rte_flow_item *inputset; /** Provide more specific inputset configuration.\n+\t\t\t\t\t * ignore spec, only mask.\n+\t\t\t\t\t */\n };\n \n /**\n",
    "prefixes": [
        "RFC"
    ]
}