get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 18473,
    "url": "https://patches.dpdk.org/api/patches/18473/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1482480639-26935-3-git-send-email-arkadiuszx.kusztal@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": "<1482480639-26935-3-git-send-email-arkadiuszx.kusztal@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1482480639-26935-3-git-send-email-arkadiuszx.kusztal@intel.com",
    "date": "2016-12-23T08:10:38",
    "name": "[dpdk-dev,2/3] crypto/aesni_gcm: fix iv size in PMD capabilities",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "3e4c34454939313963e3d562ed97a8176ef3de10",
    "submitter": {
        "id": 452,
        "url": "https://patches.dpdk.org/api/people/452/?format=api",
        "name": "Arkadiusz Kusztal",
        "email": "arkadiuszx.kusztal@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1482480639-26935-3-git-send-email-arkadiuszx.kusztal@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/18473/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/18473/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 E5C3010E05;\n\tFri, 23 Dec 2016 09:11:13 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 70FBE10DF6\n\tfor <dev@dpdk.org>; Fri, 23 Dec 2016 09:10:47 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga102.fm.intel.com with ESMTP; 23 Dec 2016 00:10:47 -0800",
            "from sivswdev03.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.157])\n\tby orsmga002.jf.intel.com with ESMTP; 23 Dec 2016 00:10:45 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.33,392,1477983600\"; d=\"scan'208\";a=\"22000923\"",
        "From": "Arek Kusztal <arkadiuszx.kusztal@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com,\n\tjohn.griffin@intel.com, deepak.k.jain@intel.com,\n\tdeclan.doherty@intel.com, Arek Kusztal <arkadiuszx.kusztal@intel.com>",
        "Date": "Fri, 23 Dec 2016 08:10:38 +0000",
        "Message-Id": "<1482480639-26935-3-git-send-email-arkadiuszx.kusztal@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1482480639-26935-1-git-send-email-arkadiuszx.kusztal@intel.com>",
        "References": "<1482480639-26935-1-git-send-email-arkadiuszx.kusztal@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 2/3] crypto/aesni_gcm: fix iv size in PMD\n\tcapabilities",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <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": "This patch sets iv size in aesni gcm PMD to 12 bytes to be\nconformant with nist SP800-38D.\n\nFixes: eec136f3c54f (\"aesni_gcm: add driver for AES-GCM crypto operations\")\n\nSigned-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>\n---\n drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c b/drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c\nindex e824d4b..c51f82a 100644\n--- a/drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c\n+++ b/drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c\n@@ -77,8 +77,8 @@ static const struct rte_cryptodev_capabilities aesni_gcm_pmd_capabilities[] = {\n \t\t\t\t\t.increment = 0\n \t\t\t\t},\n \t\t\t\t.iv_size = {\n-\t\t\t\t\t.min = 16,\n-\t\t\t\t\t.max = 16,\n+\t\t\t\t\t.min = 12,\n+\t\t\t\t\t.max = 12,\n \t\t\t\t\t.increment = 0\n \t\t\t\t}\n \t\t\t}, }\n",
    "prefixes": [
        "dpdk-dev",
        "2/3"
    ]
}