get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 123186,
    "url": "https://patches.dpdk.org/api/patches/123186/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230207021116.2005193-1-wenjun1.wu@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": "<20230207021116.2005193-1-wenjun1.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230207021116.2005193-1-wenjun1.wu@intel.com",
    "date": "2023-02-07T02:11:15",
    "name": "[v10,0/1] Add support AVX512 split queue datapath",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2083,
        "url": "https://patches.dpdk.org/api/people/2083/?format=api",
        "name": "Wenjun Wu",
        "email": "wenjun1.wu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20230207021116.2005193-1-wenjun1.wu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/123186/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/123186/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 ED52741C27;\n\tTue,  7 Feb 2023 03:03:07 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7BDFA40EF0;\n\tTue,  7 Feb 2023 03:03:07 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by mails.dpdk.org (Postfix) with ESMTP id 8F4BB406A2\n for <dev@dpdk.org>; Tue,  7 Feb 2023 03:03:05 +0100 (CET)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 06 Feb 2023 18:03:04 -0800",
            "from dpdk-wuwenjun-icelake-ii.sh.intel.com ([10.67.110.153])\n by fmsmga005.fm.intel.com with ESMTP; 06 Feb 2023 18:03:01 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1675735385; x=1707271385;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=BBkEBy+nBes6Rh+h5ffm+xgB4OvW5rtNFwIqEz90jNs=;\n b=L7RD6iF/QBC+h1qj71p6BWUu+WQY1+B7Y6jnHGy13nIQiSpaJctZMCCe\n vDqSFfeNePF/7Jwm/EDhR+sowJbqNG2FD6+wpkPMjEKnei8Erp7hkdhHu\n GmX/KbXh0+0VH06Xn96TiIfdFrx981KrMqDZUa+ugRuXGLHZshE2SxnPs\n MK1dlmiKLWlvzMKgF22L5HIagfco/Xaz0BXKi5EEd/lG1lko4QspKqTBC\n KFyLNeLG6veGNtgOAzhO6omQJ3mN/eKtYWaMHM+N0gJ12jLw44XIk5150\n a1OHB6UMa4zPKjcYV0Vukg57dwtAUCWpIuAL+XDLe/wB3gSNZdBBYI+Ek A==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6500,9779,10613\"; a=\"393975397\"",
            "E=Sophos;i=\"5.97,278,1669104000\"; d=\"scan'208\";a=\"393975397\"",
            "E=McAfee;i=\"6500,9779,10613\"; a=\"995553133\"",
            "E=Sophos;i=\"5.97,278,1669104000\"; d=\"scan'208\";a=\"995553133\""
        ],
        "X-ExtLoop1": "1",
        "From": "Wenjun Wu <wenjun1.wu@intel.com>",
        "To": "dev@dpdk.org,\n\tjingjing.wu@intel.com,\n\tbeilei.xing@intel.com",
        "Cc": "mingxia.liu@intel.com, wenzhuo.lu@intel.com,\n Wenjun Wu <wenjun1.wu@intel.com>",
        "Subject": "[PATCH v10 0/1] Add support AVX512 split queue datapath",
        "Date": "Tue,  7 Feb 2023 02:11:15 +0000",
        "Message-Id": "<20230207021116.2005193-1-wenjun1.wu@intel.com>",
        "X-Mailer": "git-send-email 2.34.1",
        "In-Reply-To": "<20221214060706.962541-1-wenjun1.wu@intel.com>",
        "References": "<20221214060706.962541-1-wenjun1.wu@intel.com>",
        "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": "This patchset enables AVX512 data path for split queue model.\n\nIt is based on the below pathset\n\n1. https://patches.dpdk.org/project/dpdk/list/?series=26809&state=*\n\nv3: fix logical error.\nv4: rebase to the new baseline.\nv5: fix compilation error.\nv6: remove unexpected changes.\nv7: rebase to the new baseline.\nv8: rebase to the new baseline.\n    add log for datapath function setup.\n    refine precompiled logic.\nv9: fix coding style issue.\nv10: rebase to the new baseline.\n\nWenjun Wu (1):\n  common/idpf: add AVX512 data path for split queue model\n\n drivers/common/idpf/idpf_common_rxtx.c        |  22 +-\n drivers/common/idpf/idpf_common_rxtx.h        |  21 +-\n drivers/common/idpf/idpf_common_rxtx_avx512.c | 799 +++++++++++++++++-\n drivers/common/idpf/version.map               |   5 +-\n drivers/net/idpf/idpf_rxtx.c                  |  90 +-\n drivers/net/idpf/idpf_rxtx_vec_common.h       |  56 +-\n 6 files changed, 940 insertions(+), 53 deletions(-)",
    "diff": null,
    "prefixes": [
        "v10",
        "0/1"
    ]
}