get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 78857,
    "url": "https://patches.dpdk.org/api/patches/78857/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1601038310-24195-1-git-send-email-humin29@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": "<1601038310-24195-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1601038310-24195-1-git-send-email-humin29@huawei.com",
    "date": "2020-09-25T12:51:48",
    "name": "[V4,0/2] change data type in TC queue",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1944,
        "url": "https://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1601038310-24195-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/78857/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/78857/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 96DECA04C0;\n\tFri, 25 Sep 2020 14:54:34 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1C6941E98A;\n\tFri, 25 Sep 2020 14:54:28 +0200 (CEST)",
            "from huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 90A4A1E535\n for <dev@dpdk.org>; Fri, 25 Sep 2020 14:54:24 +0200 (CEST)",
            "from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.60])\n by Forcepoint Email with ESMTP id 29C681EB96BF546729F4;\n Fri, 25 Sep 2020 20:54:21 +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.487.0; Fri, 25 Sep 2020 20:54:18 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <stephen@networkplumber.org>,\n <bruce.richardson@intel.com>, <jerin.jacob@caviumnetworks.com>",
        "Date": "Fri, 25 Sep 2020 20:51:48 +0800",
        "Message-ID": "<1601038310-24195-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1598845317-55956-1-git-send-email-humin29@huawei.com>",
        "References": "<1598845317-55956-1-git-send-email-humin29@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 V4 0/2] change data type in TC queue",
        "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": "From: Huisong Li <lihuisong@huawei.com>\n\nThis series change data type in TC rxq and TC txq,\nfix compiling errors for per-queue statistics.\n\nHuisong Li (2):\n  dpdk: resolve compiling errors for per-queue stats\n  ethdev: change data type in TC rxq and TC txq\n\n app/proc-info/main.c                  |  2 +-\n app/test-pmd/cmdline.c                |  4 ++--\n app/test-pmd/config.c                 |  4 ++--\n app/test-pmd/testpmd.c                |  2 +-\n app/test-pmd/testpmd.h                |  5 +++--\n drivers/net/igc/igc_ethdev.c          |  4 ++--\n drivers/net/ixgbe/ixgbe_ethdev.c      |  4 ++--\n drivers/net/memif/rte_eth_memif.c     |  2 +-\n drivers/net/octeontx2/otx2_ethdev.h   |  2 +-\n drivers/net/octeontx2/otx2_stats.c    |  2 +-\n drivers/net/virtio/virtio_ethdev.c    |  4 ++--\n lib/librte_ethdev/rte_ethdev.c        |  6 +++---\n lib/librte_ethdev/rte_ethdev.h        | 12 ++++++------\n lib/librte_ethdev/rte_ethdev_driver.h |  2 +-\n 14 files changed, 28 insertions(+), 27 deletions(-)",
    "diff": null,
    "prefixes": [
        "V4",
        "0/2"
    ]
}