get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 122618,
    "url": "http://patches.dpdk.org/api/patches/122618/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230129105140.29921-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": "<20230129105140.29921-1-liudongdong3@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230129105140.29921-1-liudongdong3@huawei.com",
    "date": "2023-01-29T10:51:30",
    "name": "[00/10] net/hns3: some bugfixes for 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/20230129105140.29921-1-liudongdong3@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/122618/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/122618/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 290A7424B3;\n\tSun, 29 Jan 2023 11:52:28 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id A20F3410F6;\n\tSun, 29 Jan 2023 11:52:15 +0100 (CET)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id BC07B40ED6;\n Sun, 29 Jan 2023 11:52:10 +0100 (CET)",
            "from kwepemi500017.china.huawei.com (unknown [172.30.72.55])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4P4Skn3NTxznVJD;\n Sun, 29 Jan 2023 18:50:09 +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.2375.34; Sun, 29 Jan 2023 18:52:08 +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/10] net/hns3: some bugfixes for rss",
        "Date": "Sun, 29 Jan 2023 18:51:30 +0800",
        "Message-ID": "<20230129105140.29921-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 bugfixes for hns3 rss.\n\nHuisong Li (10):\n  net/hns3: fix error log about indirection table size\n  net/hns3: extract common API to query device\n  net/hns3: refactor set RSS hash algorithm and key interface\n  net/hns3: fix fixed RSS key size to be more compatibility\n  net/hns3: fix misclearing RSS configuration\n  net/hns3: using RSS filter list to check duplicated rule\n  net/hns3: remove useless code when destroy valid RSS rule\n  net/hns3: fix useless warning when flush or destroy rule\n  net/hns3: fix bad memory structure conversion\n  net/hns3: fix incorrect check for duplicate RSS rule\n\n drivers/net/hns3/hns3_common.c    |  87 +++++++++++-\n drivers/net/hns3/hns3_common.h    |   2 +\n drivers/net/hns3/hns3_ethdev.c    |  63 ---------\n drivers/net/hns3/hns3_ethdev_vf.c |  65 +--------\n drivers/net/hns3/hns3_flow.c      | 217 ++++++++++++++----------------\n drivers/net/hns3/hns3_rss.c       |  63 ++++-----\n drivers/net/hns3/hns3_rss.h       |   7 +-\n 7 files changed, 227 insertions(+), 277 deletions(-)\n\n--\n2.22.0",
    "diff": null,
    "prefixes": [
        "00/10"
    ]
}