get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 102945,
    "url": "http://patches.dpdk.org/api/patches/102945/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211026161104.2099054-1-radu.nicolau@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": "<20211026161104.2099054-1-radu.nicolau@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211026161104.2099054-1-radu.nicolau@intel.com",
    "date": "2021-10-26T16:11:02",
    "name": "[v2,0/2] ipsec: add transmit segmentation offload support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 743,
        "url": "http://patches.dpdk.org/api/people/743/?format=api",
        "name": "Radu Nicolau",
        "email": "radu.nicolau@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211026161104.2099054-1-radu.nicolau@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/102945/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/102945/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 22046A0547;\n\tTue, 26 Oct 2021 18:24:58 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id A8B5B410E7;\n\tTue, 26 Oct 2021 18:24:57 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by mails.dpdk.org (Postfix) with ESMTP id D4F4E407FF\n for <dev@dpdk.org>; Tue, 26 Oct 2021 18:24:55 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Oct 2021 09:24:51 -0700",
            "from silpixa00400884.ir.intel.com ([10.243.22.82])\n by orsmga005.jf.intel.com with ESMTP; 26 Oct 2021 09:24:50 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10149\"; a=\"229902858\"",
            "E=Sophos;i=\"5.87,184,1631602800\"; d=\"scan'208\";a=\"229902858\"",
            "E=Sophos;i=\"5.87,184,1631602800\"; d=\"scan'208\";a=\"664616269\""
        ],
        "X-ExtLoop1": "1",
        "From": "Radu Nicolau <radu.nicolau@intel.com>",
        "To": "",
        "Cc": "dev@dpdk.org, gakhil@marvell.com, anoobj@marvell.com,\n konstantin.ananyev@intel.com, Radu Nicolau <radu.nicolau@intel.com>",
        "Date": "Tue, 26 Oct 2021 17:11:02 +0100",
        "Message-Id": "<20211026161104.2099054-1-radu.nicolau@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] ipsec: add transmit segmentation offload\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 transmit segmentation offload support to the IPsec library and IPsec\nSecurity GW sample app.\nThese patches were split from previously sent patchsets with feedback addressed\n\nhttps://patchwork.dpdk.org/project/dpdk/patch/20211013121331.300245-7-radu.nicolau@intel.com/\nhttps://patchwork.dpdk.org/project/dpdk/patch/20211001095202.3343782-5-radu.nicolau@intel.com/\n\n\nRadu Nicolau (2):\n  ipsec: add TSO support\n  examples/ipsec-secgw: add support for TSO\n\n doc/guides/prog_guide/ipsec_lib.rst      |   2 +\n doc/guides/rel_notes/release_21_11.rst   |   5 +\n doc/guides/sample_app_ug/ipsec_secgw.rst |  11 ++\n examples/ipsec-secgw/ipsec-secgw.c       |   4 +\n examples/ipsec-secgw/ipsec.h             |   1 +\n examples/ipsec-secgw/ipsec_process.c     |  25 ++++\n examples/ipsec-secgw/sa.c                |  10 ++\n lib/ipsec/esp_outb.c                     | 138 +++++++++++++++++------\n 8 files changed, 164 insertions(+), 32 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}