get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51629,
    "url": "http://patches.dpdk.org/api/patches/51629/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190325135121.4484-1-roy.fan.zhang@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": "<20190325135121.4484-1-roy.fan.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190325135121.4484-1-roy.fan.zhang@intel.com",
    "date": "2019-03-25T13:51:19",
    "name": "[v3,0/2] crypto/aesni_mb: enable out of place processing",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 304,
        "url": "http://patches.dpdk.org/api/people/304/?format=api",
        "name": "Fan Zhang",
        "email": "roy.fan.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190325135121.4484-1-roy.fan.zhang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/51629/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/51629/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 6E7CE2BF7;\n\tMon, 25 Mar 2019 14:53:38 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 0F0D310A3\n\tfor <dev@dpdk.org>; Mon, 25 Mar 2019 14:53:36 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Mar 2019 06:53:36 -0700",
            "from silpixa00398673.ir.intel.com (HELO\n\tsilpixa00398673.ger.corp.intel.com) ([10.237.223.136])\n\tby orsmga004.jf.intel.com with ESMTP; 25 Mar 2019 06:53:33 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,269,1549958400\"; d=\"scan'208\";a=\"285683184\"",
        "From": "Fan Zhang <roy.fan.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "akhil.goyal@nxp.com, roy.fan.zhang@intel.com,\n\tarkadiuszx.kusztal@intel.com, \n\tpablo.de.lara.guarch@intel.com, Fiona Trahe <fiona.trahe@intel.com>, \n\tPaul Luse <paul.e.luse@intel.com>",
        "Date": "Mon, 25 Mar 2019 13:51:19 +0000",
        "Message-Id": "<20190325135121.4484-1-roy.fan.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.14.5",
        "In-Reply-To": "<20190228113619.76782-1-roy.fan.zhang@intel.com>",
        "References": "<20190228113619.76782-1-roy.fan.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/2] crypto/aesni_mb: enable out of place\n\tprocessing",
        "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": "Add out-of-place processing, i.e. different source and\ndestination m_bufs, plus related capability update, tests\nand documentation.\n\nSigned-off-by: Fiona Trahe <fiona.trahe@intel.com>\nSigned-off-by: Paul Luse <paul.e.luse@intel.com>\nSigned-off-by: Fan Zhang <roy.fan.zhang@intel.com>\n\nv3:\n- Updated unit test, enable src-dst swap test for all oop tests.\n- Merged patches.\n- Updated documentation.\n- Several code changes based on Pablo's comments.\n\nv2:\n- Removed limitation of not support cipher-auth.\n- Updated tests for more comprehensive test-cases.\n- Splitted the patch.\n\nFan Zhang (2):\n  crypto/aesni_mb: enable out of place processing\n  test: add out of place test for AESNI-MB\n\n app/test/test_cryptodev_aes_test_vectors.h  | 110 +++++++++++++++++++++++++---\n app/test/test_cryptodev_blockcipher.c       |  83 ++++++++++++++++++---\n app/test/test_cryptodev_blockcipher.h       |   3 +\n app/test/test_cryptodev_des_test_vectors.h  |  24 ++++--\n doc/guides/cryptodevs/aesni_mb.rst          |   1 -\n doc/guides/cryptodevs/features/aesni_mb.ini |   1 +\n doc/guides/rel_notes/release_19_05.rst      |   4 +\n drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c  | 102 +++++++++++++++++++-------\n 8 files changed, 270 insertions(+), 58 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/2"
    ]
}