get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 101972,
    "url": "http://patchwork.dpdk.org/api/patches/101972/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20211018102900.959952-1-radu.nicolau@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20211018102900.959952-1-radu.nicolau@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211018102900.959952-1-radu.nicolau@intel.com",
    "date": "2021-10-18T10:28:53",
    "name": "[v4,0/7] IPsec Sec GW new features",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 743,
        "url": "http://patchwork.dpdk.org/api/people/743/?format=api",
        "name": "Radu Nicolau",
        "email": "radu.nicolau@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20211018102900.959952-1-radu.nicolau@intel.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/101972/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/101972/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 4CFB4A0C43;\n\tMon, 18 Oct 2021 12:41:36 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3022640683;\n\tMon, 18 Oct 2021 12:41:36 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by mails.dpdk.org (Postfix) with ESMTP id 9DD544003C\n for <dev@dpdk.org>; Mon, 18 Oct 2021 12:41:34 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 18 Oct 2021 03:41:33 -0700",
            "from silpixa00400884.ir.intel.com ([10.243.22.82])\n by orsmga002.jf.intel.com with ESMTP; 18 Oct 2021 03:41:32 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10140\"; a=\"289073886\"",
            "E=Sophos;i=\"5.85,381,1624345200\"; d=\"scan'208\";a=\"289073886\"",
            "E=Sophos;i=\"5.85,381,1624345200\"; d=\"scan'208\";a=\"462283111\""
        ],
        "X-ExtLoop1": "1",
        "From": "Radu Nicolau <radu.nicolau@intel.com>",
        "To": "",
        "Cc": "dev@dpdk.org, gakhil@marvell.com, declan.doherty@intel.com,\n hemant.agrawal@oss.nxp.com, Radu Nicolau <radu.nicolau@intel.com>",
        "Date": "Mon, 18 Oct 2021 11:28:53 +0100",
        "Message-Id": "<20211018102900.959952-1-radu.nicolau@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210903112257.303961-1-radu.nicolau@intel.com>",
        "References": "<20210903112257.303961-1-radu.nicolau@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v4 0/7] IPsec Sec GW new features",
        "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": "Update the IPsec sample app with new features and updates:\n- telemetry support\n- add reset callback\n- stats screen configurable as a command line parameter\n- UDP encapsulation support for inline crypto\n- ESN with configurable start value\n\n\nRadu Nicolau (7):\n  examples/ipsec-secgw: add stats interval argument\n  examples/ipsec-secgw: update create inline session\n  examples/ipsec-secgw: add support for inline crypto UDP encapsulation\n  examples/ipsec-secgw: support telemetry\n  examples/ipsec-secgw: define initial ESN value\n  examples/ipsec-secgw: add ethdev reset callback\n  examples/ipsec-secgw: add support for additional algorithms\n\n doc/guides/rel_notes/release_21_11.rst   |   6 +\n doc/guides/sample_app_ug/ipsec_secgw.rst |  32 +-\n examples/ipsec-secgw/ipsec-secgw.c       | 400 +++++++++++++++++++++--\n examples/ipsec-secgw/ipsec-secgw.h       |  48 ++-\n examples/ipsec-secgw/ipsec.c             |  93 +++++-\n examples/ipsec-secgw/ipsec.h             |  13 +-\n examples/ipsec-secgw/meson.build         |   2 +-\n examples/ipsec-secgw/sa.c                | 156 ++++++++-\n 8 files changed, 680 insertions(+), 70 deletions(-)",
    "diff": null,
    "prefixes": [
        "v4",
        "0/7"
    ]
}