get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 29923,
    "url": "https://patches.dpdk.org/api/patches/29923/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1507519229-80692-2-git-send-email-jianfeng.tan@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": "<1507519229-80692-2-git-send-email-jianfeng.tan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1507519229-80692-2-git-send-email-jianfeng.tan@intel.com",
    "date": "2017-10-09T03:20:25",
    "name": "[dpdk-dev,v3,1/5] cryptodev: remove crypto vdev init API",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "809693cdcf2fc0a493f7f4c72a7fad8bdb03fc4b",
    "submitter": {
        "id": 313,
        "url": "https://patches.dpdk.org/api/people/313/?format=api",
        "name": "Jianfeng Tan",
        "email": "jianfeng.tan@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1507519229-80692-2-git-send-email-jianfeng.tan@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/29923/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/29923/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 47CEA1B19C;\n\tMon,  9 Oct 2017 05:19:09 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 15D237CE1\n\tfor <dev@dpdk.org>; Mon,  9 Oct 2017 05:19:06 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga104.jf.intel.com with ESMTP; 08 Oct 2017 20:19:06 -0700",
            "from dpdk06.sh.intel.com ([10.67.110.196])\n\tby fmsmga001.fm.intel.com with ESMTP; 08 Oct 2017 20:19:04 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos; i=\"5.42,498,1500966000\"; d=\"scan'208\";\n\ta=\"1203641280\"",
        "From": "Jianfeng Tan <jianfeng.tan@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "jblunck@infradead.org, bruce.richardson@intel.com,\n\tkonstantin.ananyev@intel.com, pablo.de.lara.guarch@intel.com,\n\tthomas@monjalon.net, yliu@fridaylinux.org, maxime.coquelin@redhat.com,\n\tmtetsuyah@gmail.com, ferruh.yigit@intel.com,\n\tJianfeng Tan <jianfeng.tan@intel.com>",
        "Date": "Mon,  9 Oct 2017 03:20:25 +0000",
        "Message-Id": "<1507519229-80692-2-git-send-email-jianfeng.tan@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1507519229-80692-1-git-send-email-jianfeng.tan@intel.com>",
        "References": "<1503654052-84730-1-git-send-email-jianfeng.tan@intel.com>\n\t<1507519229-80692-1-git-send-email-jianfeng.tan@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 1/5] cryptodev: remove crypto vdev init API",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <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": "Remove rte_cryptodev_create_vdev() for duplication.\n\nSigned-off-by: Jianfeng Tan <jianfeng.tan@intel.com>\nAcked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst           |  5 -----\n lib/librte_cryptodev/rte_cryptodev.c           |  6 ------\n lib/librte_cryptodev/rte_cryptodev.h           | 17 -----------------\n lib/librte_cryptodev/rte_cryptodev_version.map |  1 -\n 4 files changed, 29 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex f4269f0..85a9287 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -78,11 +78,6 @@ Deprecation Notices\n   ``rte_cryptodev`` respectively to support security protocol offloaded\n   operations.\n \n-* cryptodev: the following function is deprecated starting from 17.08 and will\n-  be removed in 17.11:\n-\n-  - ``rte_cryptodev_create_vdev``\n-\n * cryptodev: the following function will be static in 17.11 and included\n   by all crypto drivers, therefore, will not be public:\n \ndiff --git a/lib/librte_cryptodev/rte_cryptodev.c b/lib/librte_cryptodev/rte_cryptodev.c\nindex 5e8f7f4..f2c55cc 100644\n--- a/lib/librte_cryptodev/rte_cryptodev.c\n+++ b/lib/librte_cryptodev/rte_cryptodev.c\n@@ -377,12 +377,6 @@ rte_cryptodev_get_feature_name(uint64_t flag)\n \t}\n }\n \n-int\n-rte_cryptodev_create_vdev(const char *name, const char *args)\n-{\n-\treturn rte_vdev_init(name, args);\n-}\n-\n struct rte_cryptodev *\n rte_cryptodev_pmd_get_dev(uint8_t dev_id)\n {\ndiff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h\nindex ad97ff9..c5d6939 100644\n--- a/lib/librte_cryptodev/rte_cryptodev.h\n+++ b/lib/librte_cryptodev/rte_cryptodev.h\n@@ -433,23 +433,6 @@ struct rte_cryptodev_stats {\n /**< Max length of name of crypto PMD */\n \n /**\n- * @deprecated\n- *\n- * Create a virtual crypto device\n- *\n- * @param\tname\tCryptodev PMD name of device to be created.\n- * @param\targs\tOptions arguments for device.\n- *\n- * @return\n- * - On successful creation of the cryptodev the device index is returned,\n- *   which will be between 0 and rte_cryptodev_count().\n- * - In the case of a failure, returns -1.\n- */\n-__rte_deprecated\n-extern int\n-rte_cryptodev_create_vdev(const char *name, const char *args);\n-\n-/**\n  * Get the device identifier for the named crypto device.\n  *\n  * @param\tname\tdevice name to select the device structure.\ndiff --git a/lib/librte_cryptodev/rte_cryptodev_version.map b/lib/librte_cryptodev/rte_cryptodev_version.map\nindex abdbbda..b07f4ca 100644\n--- a/lib/librte_cryptodev/rte_cryptodev_version.map\n+++ b/lib/librte_cryptodev/rte_cryptodev_version.map\n@@ -7,7 +7,6 @@ DPDK_16.04 {\n \trte_cryptodev_close;\n \trte_cryptodev_count;\n \trte_cryptodev_configure;\n-\trte_cryptodev_create_vdev;\n \trte_cryptodev_get_dev_id;\n \trte_cryptodev_get_feature_name;\n \trte_cryptodev_info_get;\n",
    "prefixes": [
        "dpdk-dev",
        "v3",
        "1/5"
    ]
}