get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 49146,
    "url": "https://patches.dpdk.org/api/patches/49146/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181219214244.21234-1-roy.fan.zhang@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": "<20181219214244.21234-1-roy.fan.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20181219214244.21234-1-roy.fan.zhang@intel.com",
    "date": "2018-12-19T21:42:41",
    "name": "[v4,0/3] crypto/aesni_mb: add gmac support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 304,
        "url": "https://patches.dpdk.org/api/people/304/?format=api",
        "name": "Fan Zhang",
        "email": "roy.fan.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181219214244.21234-1-roy.fan.zhang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/49146/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/49146/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 F2C941B5DE;\n\tWed, 19 Dec 2018 22:42:48 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 803BE1B3E8\n\tfor <dev@dpdk.org>; Wed, 19 Dec 2018 22:42:47 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t19 Dec 2018 13:42:46 -0800",
            "from silpixa00398673.ir.intel.com (HELO\n\tsilpixa00398673.ger.corp.intel.com) ([10.237.223.54])\n\tby orsmga005.jf.intel.com with ESMTP; 19 Dec 2018 13:42:45 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,374,1539673200\"; d=\"scan'208\";a=\"285107143\"",
        "From": "Fan Zhang <roy.fan.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "akhil.goyal@nxp.com",
        "Date": "Wed, 19 Dec 2018 21:42:41 +0000",
        "Message-Id": "<20181219214244.21234-1-roy.fan.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "In-Reply-To": "<20181218135125.68547-1-roy.fan.zhang@intel.com>",
        "References": "<20181218135125.68547-1-roy.fan.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v4 0/3] crypto/aesni_mb: add gmac support",
        "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 adds the AES-GMAC authentication only support to AESNI-MB PMD,\nincluding the driver code, cryptodev unit test, and documentation updates.\n\nThis patchset is built on top of the patchset \"use architecure independent\nmacros\" (https://mails.dpdk.org/archives/dev/2018-December/121680.html)\n\nAcked-by: Damian Nowak <damianx.nowak@intel.com>\n\nv4:\n- rebased on top of latest \"use architecure independent macros\" patchset.\n- patch split.\n\nv3:\n- rebased on top of latest code.\n- updated release note.\n\nv2:\n- updated documentation.\n\nFan Zhang (3):\n  crypto/aesni_mb: add gmac support\n  test: add aesni-mb gmac test\n  doc: update release note and PMD information\n\n doc/guides/cryptodevs/aesni_mb.rst                 |   2 +\n doc/guides/rel_notes/release_19_02.rst             |   5 +\n drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c         | 126 +++++++++++++++-----\n drivers/crypto/aesni_mb/rte_aesni_mb_pmd_compat.c  | 127 ++++++++++++++++-----\n drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c     |  25 ++++\n .../crypto/aesni_mb/rte_aesni_mb_pmd_ops_compat.c  |  25 ++++\n test/test/test_cryptodev.c                         |  24 ++++\n 7 files changed, 281 insertions(+), 53 deletions(-)",
    "diff": null,
    "prefixes": [
        "v4",
        "0/3"
    ]
}