get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 102926,
    "url": "https://patches.dpdk.org/api/patches/102926/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20211026135657.2034763-1-radu.nicolau@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": "<20211026135657.2034763-1-radu.nicolau@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211026135657.2034763-1-radu.nicolau@intel.com",
    "date": "2021-10-26T13:56:50",
    "name": "[v12,0/7] iavf: add iAVF IPsec inline crypto support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 743,
        "url": "https://patches.dpdk.org/api/people/743/?format=api",
        "name": "Radu Nicolau",
        "email": "radu.nicolau@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20211026135657.2034763-1-radu.nicolau@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/102926/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/102926/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 BCEEFA0547;\n\tTue, 26 Oct 2021 16:31:48 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 499C3410D5;\n\tTue, 26 Oct 2021 16:31:48 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id 029D7407FF\n for <dev@dpdk.org>; Tue, 26 Oct 2021 16:31:46 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Oct 2021 07:10:45 -0700",
            "from silpixa00400884.ir.intel.com ([10.243.22.82])\n by fmsmga006.fm.intel.com with ESMTP; 26 Oct 2021 07:10:43 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10149\"; a=\"253461779\"",
            "E=Sophos;i=\"5.87,184,1631602800\"; d=\"scan'208\";a=\"253461779\"",
            "E=Sophos;i=\"5.87,184,1631602800\"; d=\"scan'208\";a=\"722385763\""
        ],
        "X-ExtLoop1": "1",
        "From": "Radu Nicolau <radu.nicolau@intel.com>",
        "To": "",
        "Cc": "dev@dpdk.org, declan.doherty@intel.com, abhijit.sinha@intel.com,\n jingjing.wu@intel.com, qi.z.zhang@intel.com, beilei.xing@intel.com,\n bruce.richardson@intel.com, konstantin.ananyev@intel.com,\n Radu Nicolau <radu.nicolau@intel.com>",
        "Date": "Tue, 26 Oct 2021 14:56:50 +0100",
        "Message-Id": "<20211026135657.2034763-1-radu.nicolau@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210909142428.750634-1-radu.nicolau@intel.com>",
        "References": "<20210909142428.750634-1-radu.nicolau@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v12 0/7] iavf: add iAVF IPsec inline crypto\n support",
        "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 support for inline crypto for IPsec, for ESP transport and\ntunnel over IPv4 and IPv6, as well as supporting the offload for\nESP over UDP, and inconjunction with TSO for UDP and TCP flows.\n\nRadu Nicolau (7):\n  common/iavf: add iAVF IPsec inline crypto support\n  net/iavf: rework tx path\n  net/iavf: add support for asynchronous virt channel messages\n  net/iavf: add iAVF IPsec inline crypto support\n  net/iavf: add xstats support for inline IPsec crypto\n  net/iavf: add watchdog for VFLR\n  net/iavf: update doc with inline crypto support\n\n doc/guides/nics/features/iavf.ini             |    2 +\n doc/guides/nics/intel_vf.rst                  |   10 +\n doc/guides/rel_notes/release_21_11.rst        |    1 +\n drivers/common/iavf/iavf_type.h               |    1 +\n drivers/common/iavf/virtchnl.h                |   17 +-\n drivers/common/iavf/virtchnl_inline_ipsec.h   |  553 +++++\n drivers/net/iavf/iavf.h                       |   52 +-\n drivers/net/iavf/iavf_ethdev.c                |  219 +-\n drivers/net/iavf/iavf_generic_flow.c          |   15 +\n drivers/net/iavf/iavf_generic_flow.h          |    2 +\n drivers/net/iavf/iavf_ipsec_crypto.c          | 1894 +++++++++++++++++\n drivers/net/iavf/iavf_ipsec_crypto.h          |  160 ++\n .../net/iavf/iavf_ipsec_crypto_capabilities.h |  383 ++++\n drivers/net/iavf/iavf_rxtx.c                  |  710 ++++--\n drivers/net/iavf/iavf_rxtx.h                  |  212 +-\n drivers/net/iavf/iavf_rxtx_vec_sse.c          |   10 +-\n drivers/net/iavf/iavf_vchnl.c                 |  167 +-\n drivers/net/iavf/meson.build                  |    3 +-\n drivers/net/iavf/rte_pmd_iavf.h               |    1 +\n drivers/net/iavf/version.map                  |    3 +\n 20 files changed, 4098 insertions(+), 317 deletions(-)\n create mode 100644 drivers/common/iavf/virtchnl_inline_ipsec.h\n create mode 100644 drivers/net/iavf/iavf_ipsec_crypto.c\n create mode 100644 drivers/net/iavf/iavf_ipsec_crypto.h\n create mode 100644 drivers/net/iavf/iavf_ipsec_crypto_capabilities.h",
    "diff": null,
    "prefixes": [
        "v12",
        "0/7"
    ]
}