get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 15323,
    "url": "http://patchwork.dpdk.org/api/patches/15323/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1472131419-89617-5-git-send-email-deepak.k.jain@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<1472131419-89617-5-git-send-email-deepak.k.jain@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1472131419-89617-5-git-send-email-deepak.k.jain@intel.com",
    "date": "2016-08-25T13:23:39",
    "name": "[dpdk-dev,v2,4/4] app/test: add kasumi f8 test into QAT testsuite",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "ab1a014afbb14bda590eb8e7cf7946632d365d65",
    "submitter": {
        "id": 422,
        "url": "http://patchwork.dpdk.org/api/people/422/?format=api",
        "name": "Deepak Kumar JAIN",
        "email": "deepak.k.jain@intel.com"
    },
    "delegate": {
        "id": 22,
        "url": "http://patchwork.dpdk.org/api/users/22/?format=api",
        "username": "pdelarag",
        "first_name": "Pablo",
        "last_name": "de Lara Guarch",
        "email": "pablo.de.lara.guarch@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1472131419-89617-5-git-send-email-deepak.k.jain@intel.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/15323/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/15323/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 6CAD858C5;\n\tThu, 25 Aug 2016 15:23:53 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id C7C7A568A\n\tfor <dev@dpdk.org>; Thu, 25 Aug 2016 15:23:48 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga105.fm.intel.com with ESMTP; 25 Aug 2016 06:23:48 -0700",
            "from sie-lab-214-241.ir.intel.com (HELO\n\tsilpixa00382162.ir.intel.com) ([10.237.214.241])\n\tby fmsmga001.fm.intel.com with ESMTP; 25 Aug 2016 06:23:47 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos; i=\"5.28,575,1464678000\"; d=\"scan'208\";\n\ta=\"1031145756\"",
        "From": "Deepak Kumar Jain <deepak.k.jain@intel.com>",
        "To": "pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com,\n\tjohn.griffin@intel.com",
        "Cc": "dev@dpdk.org,\n\tDeepak Kumar JAIN <deepak.k.jain@intel.com>",
        "Date": "Thu, 25 Aug 2016 14:23:39 +0100",
        "Message-Id": "<1472131419-89617-5-git-send-email-deepak.k.jain@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1472131419-89617-1-git-send-email-deepak.k.jain@intel.com>",
        "References": "<1471988151-186105-1-git-send-email-deepak.k.jain@intel.com>\n\t<1472131419-89617-1-git-send-email-deepak.k.jain@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 4/4] app/test: add kasumi f8 test into QAT\n\ttestsuite",
        "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": "From: Deepak Kumar JAIN <deepak.k.jain@intel.com>\n\nSigned-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>\n---\n app/test/test_cryptodev.c | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c\nindex a0dae4f..fa16d32 100644\n--- a/app/test/test_cryptodev.c\n+++ b/app/test/test_cryptodev.c\n@@ -4156,6 +4156,10 @@ static struct unit_test_suite cryptodev_qat_testsuite  = {\n \t\tTEST_CASE_ST(ut_setup, ut_teardown,\n \t\t\ttest_kasumi_hash_generate_test_case_6),\n \n+\t\t/** KASUMI encrypt only (F8) */\n+\t\tTEST_CASE_ST(ut_setup, ut_teardown,\n+\t\t\ttest_kasumi_encryption_test_case_1),\n+\n \t\tTEST_CASES_END() /**< NULL terminate unit test array */\n \t}\n };\n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "4/4"
    ]
}