get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 56062,
    "url": "http://patches.dpdk.org/api/patches/56062/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1562215567-75436-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": "<1562215567-75436-1-git-send-email-simei.su@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1562215567-75436-1-git-send-email-simei.su@intel.com",
    "date": "2019-07-04T04:46:07",
    "name": "[RFC] ethdev: support symmetric hash function",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "c0e5657e08efc3beccfeb35197df45907bf02c0c",
    "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/1562215567-75436-1-git-send-email-simei.su@intel.com/mbox/",
    "series": [
        {
            "id": 5326,
            "url": "http://patches.dpdk.org/api/series/5326/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5326",
            "date": "2019-07-04T04:46:07",
            "name": "[RFC] ethdev: support symmetric hash function",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/5326/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/56062/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/56062/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 7271A2C60;\n\tThu,  4 Jul 2019 07:28:32 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id AEC6C1E20\n\tfor <dev@dpdk.org>; Thu,  4 Jul 2019 07:28:30 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Jul 2019 22:28:29 -0700",
            "from npg-dpdk-cvl-simeisu-116d180.sh.intel.com ([10.67.116.162])\n\tby fmsmga008.fm.intel.com with ESMTP; 03 Jul 2019 22:28: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.63,449,1557212400\"; d=\"scan'208\";a=\"164543339\"",
        "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:46:07 +0800",
        "Message-Id": "<1562215567-75436-1-git-send-email-simei.su@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [RFC] ethdev: support symmetric hash function",
        "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\nCurrently, there are DEFAULT,TOEPLITZ and SIMPLE_XOR hash funtion.\nTo support symmetric hash by rte_flow RSS action, this RFC introduces\nSYMMETRIC_TOEPLITZ to rte_eth_hash_function.\n\nSigned-off-by: Simei Su <simei.su@intel.com>\n---\n lib/librte_ethdev/rte_flow.h | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_ethdev/rte_flow.h\nindex f3a8fb1..e3c4fe5 100644\n--- a/lib/librte_ethdev/rte_flow.h\n+++ b/lib/librte_ethdev/rte_flow.h\n@@ -1744,6 +1744,7 @@ enum rte_eth_hash_function {\n \tRTE_ETH_HASH_FUNCTION_DEFAULT = 0,\n \tRTE_ETH_HASH_FUNCTION_TOEPLITZ, /**< Toeplitz */\n \tRTE_ETH_HASH_FUNCTION_SIMPLE_XOR, /**< Simple XOR */\n+\tRTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ, /**< Symmetric TOEPLITZ */\n \tRTE_ETH_HASH_FUNCTION_MAX,\n };\n \n",
    "prefixes": [
        "RFC"
    ]
}