get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 74627,
    "url": "https://patches.dpdk.org/api/patches/74627/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200723111025.2457485-1-junfeng.guo@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": "<20200723111025.2457485-1-junfeng.guo@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200723111025.2457485-1-junfeng.guo@intel.com",
    "date": "2020-07-23T11:10:25",
    "name": "net/iavf: disable function simple xor for AVF RSS",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "305b9e4b57c2f561a908bffa1ed13d4d120f6558",
    "submitter": {
        "id": 1785,
        "url": "https://patches.dpdk.org/api/people/1785/?format=api",
        "name": "Junfeng Guo",
        "email": "junfeng.guo@intel.com"
    },
    "delegate": {
        "id": 1540,
        "url": "https://patches.dpdk.org/api/users/1540/?format=api",
        "username": "qzhan15",
        "first_name": "Qi",
        "last_name": "Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200723111025.2457485-1-junfeng.guo@intel.com/mbox/",
    "series": [
        {
            "id": 11242,
            "url": "https://patches.dpdk.org/api/series/11242/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=11242",
            "date": "2020-07-23T11:10:25",
            "name": "net/iavf: disable function simple xor for AVF RSS",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/11242/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/74627/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/74627/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 32FB7A0526;\n\tThu, 23 Jul 2020 05:12:01 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id B1F141BE9A;\n\tThu, 23 Jul 2020 05:11:59 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by dpdk.org (Postfix) with ESMTP id ADB572C01\n for <dev@dpdk.org>; Thu, 23 Jul 2020 05:11:57 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 22 Jul 2020 20:11:56 -0700",
            "from dpdk-junfengguo-v1.sh.intel.com ([10.67.119.59])\n by fmsmga006.fm.intel.com with ESMTP; 22 Jul 2020 20:11:53 -0700"
        ],
        "IronPort-SDR": [
            "\n zRfzPtHXsAwQKI3cR87qbeSKadfzt/B8wSzbjoRUa4ARphxqWam8k8WJhEn2oxsEMOz4flXDxW\n DIwiH0S9cgTQ==",
            "\n mWjs3PO2MzdW1IBMSx9JIAZoZzwxhiTc2UCjp1teAjyCIbn/bXtlFrX5zjn7cAF0g4jhDkYmSW\n wZc7jLnGjAqA=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9690\"; a=\"149633781\"",
            "E=Sophos;i=\"5.75,385,1589266800\"; d=\"scan'208\";a=\"149633781\"",
            "E=Sophos;i=\"5.75,385,1589266800\"; d=\"scan'208\";a=\"488213749\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Junfeng Guo <junfeng.guo@intel.com>",
        "To": "qi.z.zhang@intel.com,\n\tbeilei.xing@intel.com",
        "Cc": "dev@dpdk.org, jia.guo@intel.com, junfeng.guo@intel.com, simei.su@intel.com",
        "Date": "Thu, 23 Jul 2020 11:10:25 +0000",
        "Message-Id": "<20200723111025.2457485-1-junfeng.guo@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH] net/iavf: disable function simple xor for AVF 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 <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": "Function simple_xor for AVF RSS is not required currently, thus we\njust return rte_flow error when the commandline has item simple_xor.\n\nSigned-off-by: Junfeng Guo <junfeng.guo@intel.com>\n---\n drivers/net/iavf/iavf_hash.c | 3 +++\n 1 file changed, 3 insertions(+)",
    "diff": "diff --git a/drivers/net/iavf/iavf_hash.c b/drivers/net/iavf/iavf_hash.c\nindex 40bb9dddc..dfc682298 100644\n--- a/drivers/net/iavf/iavf_hash.c\n+++ b/drivers/net/iavf/iavf_hash.c\n@@ -4160,6 +4160,9 @@ iavf_hash_parse_action(const struct rte_flow_action actions[],\n \t\t\t    RTE_ETH_HASH_FUNCTION_SIMPLE_XOR){\n \t\t\t\trss_meta->rss_algorithm =\n \t\t\t\t\tVIRTCHNL_RSS_ALG_XOR_ASYMMETRIC;\n+\t\t\t\treturn rte_flow_error_set(error, ENOTSUP,\n+\t\t\t\t\tRTE_FLOW_ERROR_TYPE_ACTION, action,\n+\t\t\t\t\t\"function simple_xor is not supported\");\n \t\t\t} else if (rss->func ==\n \t\t\t\t   RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ) {\n \t\t\t\trss_meta->rss_algorithm =\n",
    "prefixes": []
}