get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85151,
    "url": "http://patches.dpdk.org/api/patches/85151/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201215021945.103396-1-leyi.rong@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": "<20201215021945.103396-1-leyi.rong@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201215021945.103396-1-leyi.rong@intel.com",
    "date": "2020-12-15T02:19:42",
    "name": "[0/3] AVX512 vPMD on i40e",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1204,
        "url": "http://patches.dpdk.org/api/people/1204/?format=api",
        "name": "Leyi Rong",
        "email": "leyi.rong@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201215021945.103396-1-leyi.rong@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/85151/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/85151/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 4EA08A09E9;\n\tTue, 15 Dec 2020 03:40:57 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8C76F1E34;\n\tTue, 15 Dec 2020 03:40:55 +0100 (CET)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by dpdk.org (Postfix) with ESMTP id 57B261E2F\n for <dev@dpdk.org>; Tue, 15 Dec 2020 03:40:54 +0100 (CET)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 14 Dec 2020 18:40:52 -0800",
            "from dpdk-lrong-srv-04.sh.intel.com ([10.67.119.221])\n by fmsmga008.fm.intel.com with ESMTP; 14 Dec 2020 18:40:49 -0800"
        ],
        "IronPort-SDR": [
            "\n K8hSAVFK+n3fDmbGJS0GWXJFiU5y+54Th4dPr7Dvk5hdWHCE5rrEJq51RArtOXYixxDdhnBi5z\n zHQptsgm22+g==",
            "\n B4L1bcZl1DBl2hNfowOuuVsbLCrMN5XpYbsaGIYFt8EsHYxd4Qa9yQT8EAp2dkTS9Zdit29HzZ\n ezaI6nV4GsSQ=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9835\"; a=\"236401087\"",
            "E=Sophos;i=\"5.78,420,1599548400\"; d=\"scan'208\";a=\"236401087\"",
            "E=Sophos;i=\"5.78,420,1599548400\"; d=\"scan'208\";a=\"335899447\""
        ],
        "X-ExtLoop1": "1",
        "From": "Leyi Rong <leyi.rong@intel.com>",
        "To": "qi.z.zhang@intel.com,\n\tbruce.richardson@intel.com,\n\tbeilei.xing@intel.com",
        "Cc": "dev@dpdk.org,\n\tLeyi Rong <leyi.rong@intel.com>",
        "Date": "Tue, 15 Dec 2020 10:19:42 +0800",
        "Message-Id": "<20201215021945.103396-1-leyi.rong@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH 0/3] AVX512 vPMD on i40e",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "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 patchset aims to support AVX512 vPMD on i40e.\nAnd the changes are only target to AVX512 vector path.\n\nLeyi Rong (3):\n  net/i40e: remove devarg use-latest-supported-vec\n  net/i40e: add AVX512 vector path\n  net/i40e: optimize Tx by using AVX512\n\n doc/guides/nics/i40e.rst                |    9 -\n drivers/net/i40e/i40e_ethdev.c          |   63 +-\n drivers/net/i40e/i40e_ethdev.h          |    3 -\n drivers/net/i40e/i40e_rxtx.c            |  193 ++--\n drivers/net/i40e/i40e_rxtx.h            |   13 +\n drivers/net/i40e/i40e_rxtx_vec_avx512.c | 1130 +++++++++++++++++++++++\n drivers/net/i40e/meson.build            |   24 +\n 7 files changed, 1287 insertions(+), 148 deletions(-)\n create mode 100644 drivers/net/i40e/i40e_rxtx_vec_avx512.c",
    "diff": null,
    "prefixes": [
        "0/3"
    ]
}