get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 126344,
    "url": "http://patches.dpdk.org/api/patches/126344/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230421065048.106899-1-beilei.xing@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": "<20230421065048.106899-1-beilei.xing@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230421065048.106899-1-beilei.xing@intel.com",
    "date": "2023-04-21T06:50:38",
    "name": "[00/10] add hairpin queue support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 410,
        "url": "http://patches.dpdk.org/api/people/410/?format=api",
        "name": "Xing, Beilei",
        "email": "beilei.xing@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230421065048.106899-1-beilei.xing@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/126344/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/126344/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 1B9F2429A9;\n\tFri, 21 Apr 2023 09:13:54 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 99F15410FB;\n\tFri, 21 Apr 2023 09:13:53 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n by mails.dpdk.org (Postfix) with ESMTP id 7888A410DD\n for <dev@dpdk.org>; Fri, 21 Apr 2023 09:13:51 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 21 Apr 2023 00:13:50 -0700",
            "from dpdk-beileix-3.sh.intel.com ([10.67.110.253])\n by orsmga008.jf.intel.com with ESMTP; 21 Apr 2023 00:13:48 -0700"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1682061231; x=1713597231;\n h=from:to:cc:subject:date:message-id:mime-version:\n content-transfer-encoding;\n bh=y09ghCjlkrGrVxwgjUPwixCP5Xeeikm0uxJy+wUjl8M=;\n b=VEx+h72mJqCLXPrQkVgqH6z/jDxEtApNxtbyTXmH+IrCfBfl7BTedOmJ\n w3V8+2U4XoUCEDl96WBxN030vj8FgxgxR6nZe4VUVGHSFOKionxePL35O\n 9wk4Z0Dj4tdDxwIPSQ8NX5gFJmaj7pzkJgQeGV4OXC/T0y+QmGk33XE1M\n RvKpuYOjJASiJx+8ghIPbOGhdb3Z/RYxwd72H+fVQHrWswaJ5O5bzFbxD\n b5XZFna6MF7YmpDs+pnNFImr5U27eD9kcCLXWKojxWHIYDlifV8GxFOdm\n UC3oT1uPqls7MZMS94nm/z8kHOS7NVszwL0jiooQHJj9lOOVvN6Fe9P7M g==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6600,9927,10686\"; a=\"326260023\"",
            "E=Sophos;i=\"5.99,214,1677571200\"; d=\"scan'208\";a=\"326260023\"",
            "E=McAfee;i=\"6600,9927,10686\"; a=\"722669092\"",
            "E=Sophos;i=\"5.99,214,1677571200\"; d=\"scan'208\";a=\"722669092\""
        ],
        "X-ExtLoop1": "1",
        "From": "beilei.xing@intel.com",
        "To": "jingjing.wu@intel.com",
        "Cc": "dev@dpdk.org, mingxia.liu@intel.com, Beilei Xing <beilei.xing@intel.com>",
        "Subject": "[PATCH 00/10] add hairpin queue support",
        "Date": "Fri, 21 Apr 2023 06:50:38 +0000",
        "Message-Id": "<20230421065048.106899-1-beilei.xing@intel.com>",
        "X-Mailer": "git-send-email 2.26.2",
        "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": "From: Beilei Xing <beilei.xing@intel.com>\n\nThis patchset adds hairpin queue support.\nIt depends on the following two patch set:\nhttps://patches.dpdk.org/project/dpdk/cover/20230406074245.82991-1-beilei.xing@intel.com/\nhttps://patches.dpdk.org/project/dpdk/cover/20230413094502.1714755-1-wenjing.qiao@intel.com/\n\nBeilei Xing (10):\n  net/cpfl: refine structures\n  net/cpfl: support hairpin queue capbility get\n  common/idpf: support queue groups add/delete\n  net/cpfl: add haipin queue group during vpotr init\n  net/cpfl: support hairpin queue setup and release\n  net/cpfl: support hairpin queue configuration\n  net/cpfl: support hairpin queue start/stop\n  net/cpfl: enable write back based on ITR expire\n  net/cpfl: support peer ports get\n  net/cpfl: support hairpin bind/unbind\n\n drivers/common/idpf/idpf_common_device.c   |  75 ++\n drivers/common/idpf/idpf_common_device.h   |   4 +\n drivers/common/idpf/idpf_common_virtchnl.c | 138 +++-\n drivers/common/idpf/idpf_common_virtchnl.h |  18 +\n drivers/common/idpf/version.map            |   6 +\n drivers/net/cpfl/cpfl_ethdev.c             | 588 +++++++++++++--\n drivers/net/cpfl/cpfl_ethdev.h             |  33 +-\n drivers/net/cpfl/cpfl_rxtx.c               | 807 +++++++++++++++++++--\n drivers/net/cpfl/cpfl_rxtx.h               |  67 ++\n drivers/net/cpfl/cpfl_rxtx_vec_common.h    |  21 +-\n 10 files changed, 1638 insertions(+), 119 deletions(-)",
    "diff": null,
    "prefixes": [
        "00/10"
    ]
}