get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 16241,
    "url": "http://patches.dpdk.org/api/patches/16241/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1475163857-142366-10-git-send-email-sergio.gonzalez.monroy@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": "<1475163857-142366-10-git-send-email-sergio.gonzalez.monroy@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1475163857-142366-10-git-send-email-sergio.gonzalez.monroy@intel.com",
    "date": "2016-09-29T15:44:15",
    "name": "[dpdk-dev,v3,8/9] examples/ipsec-secgw: update release notes",
    "commit_ref": null,
    "pull_url": null,
    "state": "rejected",
    "archived": true,
    "hash": "96c9ab507990035a59ac4850da029fba9c2d6227",
    "submitter": {
        "id": 73,
        "url": "http://patches.dpdk.org/api/people/73/?format=api",
        "name": "Sergio Gonzalez Monroy",
        "email": "sergio.gonzalez.monroy@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1475163857-142366-10-git-send-email-sergio.gonzalez.monroy@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/16241/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/16241/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 60CA46CB3;\n\tThu, 29 Sep 2016 17:45:02 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id E0E8A58D8\n\tfor <dev@dpdk.org>; Thu, 29 Sep 2016 17:44:59 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga101.fm.intel.com with ESMTP; 29 Sep 2016 08:44:30 -0700",
            "from sie-lab-212-109.ir.intel.com (HELO\n\tsilpixa00389029.ir.intel.com) ([10.237.212.109])\n\tby fmsmga005.fm.intel.com with ESMTP; 29 Sep 2016 08:44:27 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.30,415,1470726000\"; d=\"scan'208\";a=\"14587639\"",
        "From": "Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "pablo.de.lara.guarch@intel.com",
        "Date": "Thu, 29 Sep 2016 16:44:15 +0100",
        "Message-Id": "<1475163857-142366-10-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1475163857-142366-1-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "References": "<1474616734-118291-1-git-send-email-sergio.gonzalez.monroy@intel.com>\n\t<1475163857-142366-1-git-send-email-sergio.gonzalez.monroy@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 8/9] examples/ipsec-secgw: update release notes",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>\n---\n doc/guides/rel_notes/release_16_11.rst | 9 +++++++++\n 1 file changed, 9 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst\nindex cc507a9..168d589 100644\n--- a/doc/guides/rel_notes/release_16_11.rst\n+++ b/doc/guides/rel_notes/release_16_11.rst\n@@ -59,6 +59,15 @@ New Features\n   ipsec-secgw sample application now supports configuration file to specify\n   SP, SA, and routing rules.\n \n+* **ipsec-secgw: AES GCM/CTR mode support**\n+\n+  Support AES Counter (CTR) and Galois-Counter Mode (GCM) in IPSec ESP.\n+\n+* **ipsec-secgw: AES CBC IV generation**\n+\n+  Use cipher forward function on unique counter blocks (same approach as\n+  CTR/GCM) to generate the IV instead of a random value.\n+\n Resolved Issues\n ---------------\n \n",
    "prefixes": [
        "dpdk-dev",
        "v3",
        "8/9"
    ]
}