get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 88443,
    "url": "https://patches.dpdk.org/api/patches/88443/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1614843894-43845-1-git-send-email-oulijun@huawei.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": "<1614843894-43845-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1614843894-43845-1-git-send-email-oulijun@huawei.com",
    "date": "2021-03-04T07:44:40",
    "name": "[V3,00/14] Features and bugfixes for hns3",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1675,
        "url": "https://patches.dpdk.org/api/people/1675/?format=api",
        "name": "Lijun Ou",
        "email": "oulijun@huawei.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1614843894-43845-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/88443/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/88443/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 A22D7A0561;\n\tThu,  4 Mar 2021 08:44:12 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 358C640684;\n\tThu,  4 Mar 2021 08:44:12 +0100 (CET)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by mails.dpdk.org (Postfix) with ESMTP id 5F00240147\n for <dev@dpdk.org>; Thu,  4 Mar 2021 08:44:11 +0100 (CET)",
            "from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DrjVw5R53zlPwg;\n Thu,  4 Mar 2021 15:42:00 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id\n 14.3.498.0; Thu, 4 Mar 2021 15:44:08 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@openeuler.org>",
        "Date": "Thu, 4 Mar 2021 15:44:40 +0800",
        "Message-ID": "<1614843894-43845-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1614693534-27620-1-git-send-email-oulijun@huawei.com>",
        "References": "<1614693534-27620-1-git-send-email-oulijun@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH V3 00/14] Features and bugfixes for hns3",
        "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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This series add three features according to the\n21.05 roadmap as well as fix some bugs.\n\nv2->v3:\n- fix some patchs title.\n- delete the macro with patch[4/14].\n\nv1->v2:\n- fix the commit log for patch[8/14].\n- add more commit log information for patch[13/14].\n- add a fix patch[7/14] because the version will not support\n  for copper phy before merge patch[8/14]. \n\nChengchang Tang (4):\n  net/hns3: support module EEPROM dump\n  net/hns3: add more registers to dump\n  net/hns3: fix HW buffer size on MTU update\n  net/hns3: fix imprecise statistics\n\nChengwen Feng (2):\n  net/hns3: implement Tx mbuf free on demand\n  net/hns3: support RXD advanced layout\n\nHongbo Zheng (1):\n  net/hns3: add process for MAC interrupt\n\nHuisong Li (5):\n  net/hns3: encapsulate a port shaping interface\n  net/hns3: fix device capabilities for copper media type\n  net/hns3: support PF device with copper phys\n  net/hns3: remove unused parameter from func declaration\n  net/hns3: fix memory leakage for mbuf\n\nMin Hu (Connor) (2):\n  net/hns3: add Rx and Tx bytes stats\n  net/hns3: add imissed packet stats\n\n doc/guides/nics/features/hns3.ini      |   2 +\n doc/guides/nics/features/hns3_vf.ini   |   1 +\n doc/guides/rel_notes/release_21_05.rst |   6 +\n drivers/net/hns3/hns3_cmd.c            |   8 +-\n drivers/net/hns3/hns3_cmd.h            |  81 +++++++\n drivers/net/hns3/hns3_dcb.c            |  22 +-\n drivers/net/hns3/hns3_dcb.h            |   2 +-\n drivers/net/hns3/hns3_ethdev.c         | 420 +++++++++++++++++++++++++++++----\n drivers/net/hns3/hns3_ethdev.h         |  22 ++\n drivers/net/hns3/hns3_ethdev_vf.c      |  46 ++--\n drivers/net/hns3/hns3_intr.c           |  20 ++\n drivers/net/hns3/hns3_intr.h           |   4 +\n drivers/net/hns3/hns3_regs.c           | 171 +++++++++++++-\n drivers/net/hns3/hns3_regs.h           |   1 +\n drivers/net/hns3/hns3_rxtx.c           | 275 +++++++++++++++++++++\n drivers/net/hns3/hns3_rxtx.h           |  12 +\n drivers/net/hns3/hns3_rxtx_vec_neon.h  |   9 +\n drivers/net/hns3/hns3_rxtx_vec_sve.c   |   8 +\n drivers/net/hns3/hns3_stats.c          | 287 ++++++++++++----------\n drivers/net/hns3/hns3_stats.h          |  12 +-\n 20 files changed, 1211 insertions(+), 198 deletions(-)",
    "diff": null,
    "prefixes": [
        "V3",
        "00/14"
    ]
}