get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 124989,
    "url": "http://patches.dpdk.org/api/patches/124989/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230310093518.5198-1-liudongdong3@huawei.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": "<20230310093518.5198-1-liudongdong3@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230310093518.5198-1-liudongdong3@huawei.com",
    "date": "2023-03-10T09:35:02",
    "name": "[00/16] net/hns3: some code refactor for hns3 RSS",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2718,
        "url": "http://patches.dpdk.org/api/people/2718/?format=api",
        "name": "Dongdong Liu",
        "email": "liudongdong3@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230310093518.5198-1-liudongdong3@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/124989/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/124989/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5582841E3A;\n\tFri, 10 Mar 2023 10:36:29 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 4926C40A81;\n\tFri, 10 Mar 2023 10:36:29 +0100 (CET)",
            "from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255])\n by mails.dpdk.org (Postfix) with ESMTP id 9064240685;\n Fri, 10 Mar 2023 10:36:27 +0100 (CET)",
            "from kwepemi500017.china.huawei.com (unknown [172.30.72.53])\n by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PY17y4skcz16P77;\n Fri, 10 Mar 2023 17:33:34 +0800 (CST)",
            "from localhost.localdomain (10.28.79.22) by\n kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2507.21; Fri, 10 Mar 2023 17:36:24 +0800"
        ],
        "From": "Dongdong Liu <liudongdong3@huawei.com>",
        "To": "<dev@dpdk.org>, <ferruh.yigit@amd.com>, <thomas@monjalon.net>,\n <andrew.rybchenko@oktetlabs.ru>",
        "CC": "<stable@dpdk.org>, <yisen.zhuang@huawei.com>, <liudongdong3@huawei.com>,\n <lihuisong@huawei.com>",
        "Subject": "[PATCH 00/16] net/hns3: some code refactor for hns3 RSS",
        "Date": "Fri, 10 Mar 2023 17:35:02 +0800",
        "Message-ID": "<20230310093518.5198-1-liudongdong3@huawei.com>",
        "X-Mailer": "git-send-email 2.22.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.28.79.22]",
        "X-ClientProxiedBy": "dggems702-chm.china.huawei.com (10.3.19.179) To\n kwepemi500017.china.huawei.com (7.221.188.110)",
        "X-CFilter-Loop": "Reflected",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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"
    },
    "content": "This patchset is to do some code refactor for hns3 RSS.\n1. [PATCH 01/16]-[PATCH 02/16] fix some hns3 RSS bug.\n2. [PATCH 03/16]-[PATCH 14/16] refactoring hns3 RSS code.\n3. [PATCH 15/16]-[PATCH 16/16] reimplement hash flow function.\n\n\nHuisong Li (16):\n  net/hns3: fix possible truncation of hash key when config\n  net/hns3: fix possible truncation of redirection table\n  net/hns3: use hardware config to report hash key\n  net/hns3: use hardware config to report hash types\n  net/hns3: use hardware config to report redirection table\n  net/hns3: separate the setting of hash algorithm\n  net/hns3: separate the setting of hash key\n  net/hns3: separate the setting of redirection table\n  net/hns3: separate the setting of RSS types\n  net/hns3: separate the setting and clearing of RSS rule\n  net/hns3: use new RSS rule to configure hardware\n  net/hns3: save hash algo to RSS filter list node\n  net/hns3: adding queue buffer size hash rule allowed\n  net/hns3: separate rte flow RSS config from hns3 rss conf\n  net/hns3: reimplement hash flow function\n  net/hns3: add the verification of RSS types\n\n drivers/net/hns3/hns3_cmd.h    |   1 +\n drivers/net/hns3/hns3_ethdev.h |   9 -\n drivers/net/hns3/hns3_flow.c   | 985 +++++++++++++++++++++++----------\n drivers/net/hns3/hns3_flow.h   |  21 +-\n drivers/net/hns3/hns3_rss.c    | 645 +++++++++++++++------\n drivers/net/hns3/hns3_rss.h    | 130 ++++-\n 6 files changed, 1278 insertions(+), 513 deletions(-)\n\n--\n2.22.0",
    "diff": null,
    "prefixes": [
        "00/16"
    ]
}