get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51773,
    "url": "https://patches.dpdk.org/api/patches/51773/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190327094521.16414-1-damianx.nowak@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": "<20190327094521.16414-1-damianx.nowak@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190327094521.16414-1-damianx.nowak@intel.com",
    "date": "2019-03-27T09:45:20",
    "name": "[v5,0/1] test: new test structure for asymmetric crypto",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1184,
        "url": "https://patches.dpdk.org/api/people/1184/?format=api",
        "name": "Damian Nowak",
        "email": "damianx.nowak@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190327094521.16414-1-damianx.nowak@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/51773/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/51773/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 D2ED058FE;\n\tWed, 27 Mar 2019 10:50:07 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 941ED58C6\n\tfor <dev@dpdk.org>; Wed, 27 Mar 2019 10:50:06 +0100 (CET)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t27 Mar 2019 02:50:03 -0700",
            "from damiannx-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.103.104.86])\n\tby orsmga001.jf.intel.com with ESMTP; 27 Mar 2019 02:50:01 -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,276,1549958400\"; d=\"scan'208\";a=\"217970570\"",
        "From": "Damian Nowak <damianx.nowak@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "fiona.trahe@intel.com, arkadiuszx.kusztal@intel.com,\n\tDamian Nowak <damianx.nowak@intel.com>",
        "Date": "Wed, 27 Mar 2019 10:45:20 +0100",
        "Message-Id": "<20190327094521.16414-1-damianx.nowak@intel.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "In-Reply-To": "<20190326141549.16125-1-damianx.nowak@intel.com>",
        "References": "<20190326141549.16125-1-damianx.nowak@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v5 0/1] test: new test structure for asymmetric\n\tcrypto",
        "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 patch adds new test structure for modexp\nand modinv for asymmetric cryptography\n\nThis patch depends on following patchsets:\n[1] - Add PMD for asymmetric cryptography operations\nusing Intel QuickAssist Technology devices\n(http://patchwork.dpdk.org/cover/51273/)\n\n---\nv5:\n- update dependency\n\nv4:\n- rebase\n- remove unused variable\n\nv3:\n- add QuickAssist Technology support\n\nv2:\n- fix checkpatch issues\n\nDamian Nowak (1):\n  test: new test structure for asymmetric crypto\n\n app/test/test_cryptodev.h                  |   1 +\n app/test/test_cryptodev_asym.c             | 318 ++++++++++\n app/test/test_cryptodev_mod_test_vectors.h | 967 +++++++++++++++++++++++++++++\n 3 files changed, 1286 insertions(+)",
    "diff": null,
    "prefixes": [
        "v5",
        "0/1"
    ]
}