get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 54486,
    "url": "https://patches.dpdk.org/api/patches/54486/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1559819547-20742-1-git-send-email-bernard.iremonger@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": "<1559819547-20742-1-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1559819547-20742-1-git-send-email-bernard.iremonger@intel.com",
    "date": "2019-06-06T11:12:25",
    "name": "[v5,0/2] examples/ipsec-secgw: fix 1st pkt dropped",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 91,
        "url": "https://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1559819547-20742-1-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/54486/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/54486/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 709B81B974;\n\tThu,  6 Jun 2019 13:12:36 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 11C381B964\n\tfor <dev@dpdk.org>; Thu,  6 Jun 2019 13:12:33 +0200 (CEST)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t06 Jun 2019 04:12:33 -0700",
            "from sivswdev08.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.47])\n\tby orsmga007.jf.intel.com with ESMTP; 06 Jun 2019 04:12:31 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org,\n\tkonstantin.ananyev@intel.com,\n\takhil.goyal@nxp.com",
        "Cc": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "Date": "Thu,  6 Jun 2019 12:12:25 +0100",
        "Message-Id": "<1559819547-20742-1-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1555508563-2752-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<1555508563-2752-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 0/2] examples/ipsec-secgw: fix 1st pkt dropped",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patchset fixes the issue of the first inbound packet\nbeing dropped for inline crypto. \n \nChanges in v5:\n-------------\nThe v2 patchset has been rebased to the latest master.\nThe v4 patchset has been dropped as it caused issues with the lookaside code\nwhich we are unable to test.\n \nBernard Iremonger (2):\n  examples/ipsec-secgw: fix 1st pkt dropped for inline crypto\n  examples/ipsec-secgw/test: fix inline test scripts\n\n examples/ipsec-secgw/ipsec-secgw.c           | 244 +++++++++++++--------------\n examples/ipsec-secgw/ipsec.c                 | 122 +++++++++-----\n examples/ipsec-secgw/ipsec.h                 |   5 +-\n examples/ipsec-secgw/ipsec_process.c         |   9 +-\n examples/ipsec-secgw/sa.c                    |  46 +++--\n examples/ipsec-secgw/test/trs_aesgcm_defs.sh |  10 --\n examples/ipsec-secgw/test/tun_aesgcm_defs.sh |  10 --\n 7 files changed, 245 insertions(+), 201 deletions(-)\n\nChanges in v2:\n-------------\nThe first three patches of the v1 have been squashed.\nThe commit message for the squashed patch has been updated.\nPatches 4,5 and 6 of the v1 have been dropped from this patchset.\nA patch to fix the test scripts has been added.\n\nBernard Iremonger (2):\n  examples/ipsec-secgw: fix 1st pkt dropped for inline crypto\n  examples/ipsec-secgw/test: fix inline test scripts\n\n examples/ipsec-secgw/ipsec-secgw.c           | 243 +++++++++++++--------------\n examples/ipsec-secgw/ipsec.c                 | 123 +++++++++-----\n examples/ipsec-secgw/ipsec.h                 |   5 +-\n examples/ipsec-secgw/ipsec_process.c         |   9 +-\n examples/ipsec-secgw/sa.c                    |  46 +++--\n examples/ipsec-secgw/test/trs_aesgcm_defs.sh |  10 --\n examples/ipsec-secgw/test/tun_aesgcm_defs.sh |  10 --\n 7 files changed, 246 insertions(+), 200 deletions(-)",
    "diff": null,
    "prefixes": [
        "v5",
        "0/2"
    ]
}