get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 94883,
    "url": "https://patches.dpdk.org/api/patches/94883/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1624866784-2458-1-git-send-email-wenzhuo.lu@intel.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": "<1624866784-2458-1-git-send-email-wenzhuo.lu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1624866784-2458-1-git-send-email-wenzhuo.lu@intel.com",
    "date": "2021-06-28T07:53:02",
    "name": "[v2,0/2] add Rx/Tx offload paths for ICE AVX2",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 258,
        "url": "https://patches.dpdk.org/api/people/258/?format=api",
        "name": "Wenzhuo Lu",
        "email": "wenzhuo.lu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1624866784-2458-1-git-send-email-wenzhuo.lu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/94883/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/94883/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 EC425A0C3F;\n\tMon, 28 Jun 2021 09:53:15 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id BBEBA410EE;\n\tMon, 28 Jun 2021 09:53:15 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by mails.dpdk.org (Postfix) with ESMTP id 5AC404068A\n for <dev@dpdk.org>; Mon, 28 Jun 2021 09:53:14 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 28 Jun 2021 00:53:13 -0700",
            "from dpdk-wenzhuo-haswell.sh.intel.com ([10.67.110.186])\n by fmsmga008.fm.intel.com with ESMTP; 28 Jun 2021 00:53:12 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10028\"; a=\"207723874\"",
            "E=Sophos;i=\"5.83,305,1616482800\"; d=\"scan'208\";a=\"207723874\"",
            "E=Sophos;i=\"5.83,305,1616482800\"; d=\"scan'208\";a=\"456223278\""
        ],
        "X-ExtLoop1": "1",
        "From": "Wenzhuo Lu <wenzhuo.lu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Wenzhuo Lu <wenzhuo.lu@intel.com>",
        "Date": "Mon, 28 Jun 2021 15:53:02 +0800",
        "Message-Id": "<1624866784-2458-1-git-send-email-wenzhuo.lu@intel.com>",
        "X-Mailer": "git-send-email 1.9.3",
        "In-Reply-To": "<1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com>",
        "References": "<1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] add Rx/Tx offload paths for ICE AVX2",
        "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": "Add specific paths for RX/TX AVX2, called offload paths.\nIn these paths, support the HW offload features, like, checksum, VLAN, RSS offload.\nThese paths are chosen automatically according to the configuration.\n\nv2:\n - fdir should be supported by offload and normal path.\n\nWenzhuo Lu (2):\n  net/ice: add Tx AVX2 offload path\n  net/ice: add Rx AVX2 offload path\n\n doc/guides/rel_notes/release_21_08.rst |   6 +\n drivers/net/ice/ice_rxtx.c             |  96 ++++++---\n drivers/net/ice/ice_rxtx.h             |   7 +\n drivers/net/ice/ice_rxtx_vec_avx2.c    | 350 +++++++++++++++++++--------------\n 4 files changed, 286 insertions(+), 173 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}