get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 74800,
    "url": "http://patches.dpdk.org/api/patches/74800/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/806d3d4f94ae0f8b6bcfd78ae3211259bc06978e.1595648149.git.cloud.wangxiaoyun@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": "<806d3d4f94ae0f8b6bcfd78ae3211259bc06978e.1595648149.git.cloud.wangxiaoyun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/806d3d4f94ae0f8b6bcfd78ae3211259bc06978e.1595648149.git.cloud.wangxiaoyun@huawei.com",
    "date": "2020-07-25T03:48:23",
    "name": "[v1,2/4] net/hinic: optimize Rx performance for x86",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "efc06915480fcfcd580c8ecd2b578ed994b4f9ca",
    "submitter": {
        "id": 1446,
        "url": "http://patches.dpdk.org/api/people/1446/?format=api",
        "name": "Wangxiaoyun (Cloud)",
        "email": "cloud.wangxiaoyun@huawei.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/806d3d4f94ae0f8b6bcfd78ae3211259bc06978e.1595648149.git.cloud.wangxiaoyun@huawei.com/mbox/",
    "series": [
        {
            "id": 11298,
            "url": "http://patches.dpdk.org/api/series/11298/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11298",
            "date": "2020-07-25T03:48:22",
            "name": "some bugs fixes",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/11298/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/74800/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/74800/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 BF952A0527;\n\tSat, 25 Jul 2020 05:49:21 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 6A2811C07B;\n\tSat, 25 Jul 2020 05:49:00 +0200 (CEST)",
            "from huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 035EB1C066;\n Sat, 25 Jul 2020 05:48:57 +0200 (CEST)",
            "from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id B784CA413B885867BABE;\n Sat, 25 Jul 2020 11:48:54 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id\n 14.3.487.0; Sat, 25 Jul 2020 11:48:45 +0800"
        ],
        "From": "Xiaoyun wang <cloud.wangxiaoyun@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bluca@debian.org>, <luoxianjun@huawei.com>,\n <luoxingyu@huawei.com>, <zhouguoyang@huawei.com>, <yin.yinshi@huawei.com>,\n <david.yangxiaoliang@huawei.com>, <zhaohui8@huawei.com>,\n <zhengjingzhou@huawei.com>, <guojian365@huawei.com>, Xiaoyun wang\n <cloud.wangxiaoyun@huawei.com>, <stable@dpdk.org>",
        "Date": "Sat, 25 Jul 2020 11:48:23 +0800",
        "Message-ID": "\n <806d3d4f94ae0f8b6bcfd78ae3211259bc06978e.1595648149.git.cloud.wangxiaoyun@huawei.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<cover.1595648149.git.cloud.wangxiaoyun@huawei.com>",
        "References": "<cover.1595648149.git.cloud.wangxiaoyun@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.175.119.39]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v1 2/4] net/hinic: optimize Rx performance for x86",
        "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": "For x86 platform, the rq cqe without cache aligned, which can\nimprove performace for some gateway scenarios.\n\nFixes: 361a9ccf81d6 (\"net/hinic: optimize Rx performance\")\n\nCc: stable@dpdk.org\nSigned-off-by: Xiaoyun wang <cloud.wangxiaoyun@huawei.com>\n---\n drivers/net/hinic/hinic_pmd_rx.h | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/drivers/net/hinic/hinic_pmd_rx.h b/drivers/net/hinic/hinic_pmd_rx.h\nindex 49fa565..8a45f2d 100644\n--- a/drivers/net/hinic/hinic_pmd_rx.h\n+++ b/drivers/net/hinic/hinic_pmd_rx.h\n@@ -35,7 +35,11 @@ struct hinic_rq_cqe {\n \tu32 rss_hash;\n \n \tu32 rsvd[4];\n+#if defined(RTE_ARCH_ARM64)\n } __rte_cache_aligned;\n+#else\n+};\n+#endif\n \n struct hinic_rq_cqe_sect {\n \tstruct hinic_sge\tsge;\n",
    "prefixes": [
        "v1",
        "2/4"
    ]
}