get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 68437,
    "url": "http://patchwork.dpdk.org/api/patches/68437/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1586886056-221547-3-git-send-email-pablo.de.lara.guarch@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": "<1586886056-221547-3-git-send-email-pablo.de.lara.guarch@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1586886056-221547-3-git-send-email-pablo.de.lara.guarch@intel.com",
    "date": "2020-04-14T17:40:56",
    "name": "[v3,2/2] test/crypto: do not check for internal PMD information",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "cc5ee7f3756d26b65200370f147d777906ea390f",
    "submitter": {
        "id": 9,
        "url": "http://patchwork.dpdk.org/api/people/9/?format=api",
        "name": "De Lara Guarch, Pablo",
        "email": "pablo.de.lara.guarch@intel.com"
    },
    "delegate": {
        "id": 6690,
        "url": "http://patchwork.dpdk.org/api/users/6690/?format=api",
        "username": "akhil",
        "first_name": "akhil",
        "last_name": "goyal",
        "email": "gakhil@marvell.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1586886056-221547-3-git-send-email-pablo.de.lara.guarch@intel.com/mbox/",
    "series": [
        {
            "id": 9372,
            "url": "http://patchwork.dpdk.org/api/series/9372/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=9372",
            "date": "2020-04-14T17:40:54",
            "name": "Crypto test refactoring (first phase)",
            "version": 3,
            "mbox": "http://patchwork.dpdk.org/series/9372/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/68437/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/68437/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 07C1BA0577;\n\tTue, 14 Apr 2020 19:41:31 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 506731D444;\n\tTue, 14 Apr 2020 19:41:09 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by dpdk.org (Postfix) with ESMTP id CF9751D425\n for <dev@dpdk.org>; Tue, 14 Apr 2020 19:41:06 +0200 (CEST)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 14 Apr 2020 10:41:05 -0700",
            "from silpixa00399593.ir.intel.com (HELO\n silpixa00399593.ger.corp.intel.com) ([10.237.223.21])\n by orsmga004.jf.intel.com with ESMTP; 14 Apr 2020 10:41:05 -0700"
        ],
        "IronPort-SDR": [
            "\n 8sT8go7t5K1+qT+eIQln2xsQIA+0pJbxCyU1HNJQ5/BjeHiV4CK0B7y7/cCrKWJdvp7ELa16Mh\n vv3M+Unx69Ug==",
            "\n 7uNTsl7UBcOBJPDFN7qhYk3nEzOwJqGfnHXolbRS8+bKKcLWwCSIKgyDrDq1BvaKcV/9zIuXB3\n 0z3L6X1S1M1A=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.72,383,1580803200\"; d=\"scan'208\";a=\"400027204\"",
        "From": "Pablo de Lara <pablo.de.lara.guarch@intel.com>",
        "To": "declan.doherty@intel.com",
        "Cc": "dev@dpdk.org, akhil.goyal@nxp.com,\n Pablo de Lara <pablo.de.lara.guarch@intel.com>",
        "Date": "Tue, 14 Apr 2020 18:40:56 +0100",
        "Message-Id": "\n <1586886056-221547-3-git-send-email-pablo.de.lara.guarch@intel.com>",
        "X-Mailer": "git-send-email 2.7.5",
        "In-Reply-To": "\n <1586886056-221547-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "References": "\n <1586860539-209075-1-git-send-email-pablo.de.lara.guarch@intel.com>\n <1586886056-221547-1-git-send-email-pablo.de.lara.guarch@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 2/2] test/crypto: do not check for internal\n\tPMD information",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Now that capabilities are checked to see if an algorithm\nis supported by a device, there is no need to check\nfor a specific version of a library used in a PMD.\n\nSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n---\n app/test/test_cryptodev_hash_test_vectors.h | 25 -------------------------\n 1 file changed, 25 deletions(-)",
    "diff": "diff --git a/app/test/test_cryptodev_hash_test_vectors.h b/app/test/test_cryptodev_hash_test_vectors.h\nindex cff2831..2ed077f 100644\n--- a/app/test/test_cryptodev_hash_test_vectors.h\n+++ b/app/test/test_cryptodev_hash_test_vectors.h\n@@ -9,11 +9,6 @@\n #include <intel-ipsec-mb.h>\n #endif\n \n-#if !defined(IMB_VERSION_NUM)\n-#define IMB_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c))\n-#define IMB_VERSION_NUM IMB_VERSION(0, 49, 0)\n-#endif\n-\n static const uint8_t plaintext_hash[] = {\n \t\"What a lousy earth! He wondered how many people \"\n \t\"were destitute that same night even in his own \"\n@@ -462,9 +457,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -475,9 +468,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -542,9 +533,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -555,9 +544,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -598,9 +585,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -611,9 +596,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -656,9 +639,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -669,9 +650,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n@@ -714,9 +693,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX\n \t},\n \t{\n@@ -726,9 +703,7 @@ static const struct blockcipher_test_case hash_test_cases[] = {\n \t\t.pmd_mask = BLOCKCIPHER_TEST_TARGET_PMD_OPENSSL |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_CCP |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MVSAM |\n-#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_MB |\n-#endif\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX |\n \t\t\t    BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2\n \t},\n",
    "prefixes": [
        "v3",
        "2/2"
    ]
}