get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 105270,
    "url": "http://patches.dpdk.org/api/patches/105270/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211220055039.4035627-1-feifei.wang2@arm.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": "<20211220055039.4035627-1-feifei.wang2@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211220055039.4035627-1-feifei.wang2@arm.com",
    "date": "2021-12-20T05:50:36",
    "name": "[0/3] reduce redundant store operation for Tx free",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1771,
        "url": "http://patches.dpdk.org/api/people/1771/?format=api",
        "name": "Feifei Wang",
        "email": "feifei.wang2@arm.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211220055039.4035627-1-feifei.wang2@arm.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/105270/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/105270/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 76BA4A034C;\n\tMon, 20 Dec 2021 06:50:51 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 086E640395;\n\tMon, 20 Dec 2021 06:50:51 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 632E240141\n for <dev@dpdk.org>; Mon, 20 Dec 2021 06:50:49 +0100 (CET)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A8B901042;\n Sun, 19 Dec 2021 21:50:48 -0800 (PST)",
            "from net-x86-dell-8268.shanghai.arm.com\n (net-x86-dell-8268.shanghai.arm.com [10.169.210.123])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 553673F5A1;\n Sun, 19 Dec 2021 21:50:47 -0800 (PST)"
        ],
        "From": "Feifei Wang <feifei.wang2@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org,\n\tnd@arm.com,\n\tFeifei Wang <feifei.wang2@arm.com>",
        "Subject": "[PATCH 0/3] reduce redundant store operation for Tx free",
        "Date": "Mon, 20 Dec 2021 13:50:36 +0800",
        "Message-Id": "<20211220055039.4035627-1-feifei.wang2@arm.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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": "Reduce redundant store operation for buffer free in Tx path.\n\nFeifei Wang (3):\n  net/i40e: reduce redundant store operation\n  net/ice: reduce redundant store operation\n  net/ixgbe: reduce redundant store operation\n\n drivers/net/i40e/i40e_rxtx.c            | 3 ---\n drivers/net/i40e/i40e_rxtx_vec_common.h | 1 -\n drivers/net/ice/ice_rxtx.c              | 2 --\n drivers/net/ixgbe/ixgbe_rxtx.c          | 1 -\n 4 files changed, 7 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/3"
    ]
}