get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 31137,
    "url": "http://patches.dpdk.org/api/patches/31137/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20171102201059.2803-6-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": "<20171102201059.2803-6-roy.fan.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20171102201059.2803-6-roy.fan.zhang@intel.com",
    "date": "2017-11-02T20:10:57",
    "name": "[dpdk-dev,RFC,v2,5/7] config/common_base: add vhost_crypto configuration items",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "65b570f556f6d05c27c827e8fbb46ce2997ff557",
    "submitter": {
        "id": 304,
        "url": "http://patches.dpdk.org/api/people/304/?format=api",
        "name": "Fan Zhang",
        "email": "roy.fan.zhang@intel.com"
    },
    "delegate": {
        "id": 355,
        "url": "http://patches.dpdk.org/api/users/355/?format=api",
        "username": "yliu",
        "first_name": "Yuanhan",
        "last_name": "Liu",
        "email": "yuanhan.liu@linux.intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20171102201059.2803-6-roy.fan.zhang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/31137/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/31137/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 BCD011B63A;\n\tThu,  2 Nov 2017 21:10:57 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 7B6121B63A\n\tfor <dev@dpdk.org>; Thu,  2 Nov 2017 21:10:56 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga105.fm.intel.com with ESMTP; 02 Nov 2017 13:10:56 -0700",
            "from silpixa00398673.ir.intel.com (HELO\n\tsilpixa00398673.ger.corp.intel.com) ([10.237.223.54])\n\tby fmsmga006.fm.intel.com with ESMTP; 02 Nov 2017 13:10:53 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.44,335,1505804400\"; d=\"scan'208\";a=\"171225068\"",
        "From": "Fan Zhang <roy.fan.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "yliu@fridaylinux.org, maxime.coquelin@redhat.com, jianfeng.tan@intel.com,\n\tpablo.de.lara.guarch@intel.com, zhihong.wang@intel.com,\n\ttiwei.bie@intel.com",
        "Date": "Thu,  2 Nov 2017 20:10:57 +0000",
        "Message-Id": "<20171102201059.2803-6-roy.fan.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.9.5",
        "In-Reply-To": "<20171102201059.2803-1-roy.fan.zhang@intel.com>",
        "References": "<20171102160924.41266-1-roy.fan.zhang@intel.com>\n\t<20171102201059.2803-1-roy.fan.zhang@intel.com>",
        "Subject": "[dpdk-dev] [RFC PATCH v2 5/7] config/common_base: add vhost_crypto\n\tconfiguration items",
        "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": "This patch adds the vhost_crypto related compile configuration items\nto config/common_base. A new item\n\"CONFIG_RTE_LIBRTE_VHOST_CRYPTO_DATA_QUEUE_NO_COPY\" is introduced\nto turn on/off data queue no copy feature to vhost_crypto. This\nfeature is in experimental level so no gurantee it would work,\nespecially when kernel crypto framework and virtio-crypto driver\nare used in the frontend.\n\nSigned-off-by: Fan Zhang <roy.fan.zhang@intel.com>\n---\n config/common_base | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/config/common_base b/config/common_base\nindex d9471e8..79b3e3c 100644\n--- a/config/common_base\n+++ b/config/common_base\n@@ -764,6 +764,7 @@ CONFIG_RTE_LIBRTE_PDUMP=y\n # Compile vhost user library\n #\n CONFIG_RTE_LIBRTE_VHOST=n\n+CONFIG_RTE_LIBRTE_VHOST_CRYPTO_DATA_QUEUE_NO_COPY=n\n CONFIG_RTE_LIBRTE_VHOST_NUMA=n\n CONFIG_RTE_LIBRTE_VHOST_DEBUG=n\n \n",
    "prefixes": [
        "dpdk-dev",
        "RFC",
        "v2",
        "5/7"
    ]
}