get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 99407,
    "url": "http://patches.dpdk.org/api/patches/99407/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20210922085546.54758-1-yuanx.wang@intel.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": "<20210922085546.54758-1-yuanx.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210922085546.54758-1-yuanx.wang@intel.com",
    "date": "2021-09-22T08:55:44",
    "name": "[v3,0/2] support to clear in-flight packets for async",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2087,
        "url": "http://patches.dpdk.org/api/people/2087/?format=api",
        "name": "Wang, YuanX",
        "email": "yuanx.wang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20210922085546.54758-1-yuanx.wang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/99407/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/99407/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 66679A0C45;\n\tWed, 22 Sep 2021 11:07:20 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 29BEC41198;\n\tWed, 22 Sep 2021 11:07:20 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id 2AB2E41196\n for <dev@dpdk.org>; Wed, 22 Sep 2021 11:07:17 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 22 Sep 2021 02:07:17 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.50])\n by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 22 Sep 2021 02:07:13 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10114\"; a=\"210631436\"",
            "E=Sophos;i=\"5.85,313,1624345200\"; d=\"scan'208\";a=\"210631436\"",
            "E=Sophos;i=\"5.85,313,1624345200\"; d=\"scan'208\";a=\"550174073\""
        ],
        "From": "Yuan Wang <yuanx.wang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "maxime.coquelin@redhat.com, chenbo.xia@intel.com, jiayu.hu@intel.com,\n xuan.ding@intel.com, cheng1.jiang@intel.com, wenwux.ma@intel.com,\n yvonnex.yang@intel.com, sunil.pai.g@intel.com",
        "Date": "Wed, 22 Sep 2021 08:55:44 +0000",
        "Message-Id": "<20210922085546.54758-1-yuanx.wang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210909065807.812145-1-yuanx.wang@intel.com>",
        "References": "<20210909065807.812145-1-yuanx.wang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/2] support to clear in-flight packets for\n async",
        "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 patch supports to clear in-flight packets for aysnc dequeue and\nintroduces thread-safe version of this function.\n\nnote: This patch depends on the following patch\n(http://patchwork.dpdk.org/project/dpdk/patch/20210917192703.385510-2-wenwux.ma@intel.com/)\n---\nv3:\n- Fix uninitialized issue in 2/2.\n\nv2:\n- Update release note.\n- Add check on queue id and split queue.\n\nYuan Wang (2):\n  vhost: support to clear in-flight packets for async dequeue\n  vhost: add thread-safe API for clearing in-flight packets in async\n    vhost\n\n doc/guides/prog_guide/vhost_lib.rst |  8 +++-\n lib/vhost/rte_vhost_async.h         | 21 +++++++++\n lib/vhost/version.map               |  1 +\n lib/vhost/virtio_net.c              | 68 ++++++++++++++++++++++++++++-\n 4 files changed, 95 insertions(+), 3 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/2"
    ]
}