get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17073,
    "url": "http://patches.dpdk.org/api/patches/17073/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20161117132721.13106-1-ferruh.yigit@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": "<20161117132721.13106-1-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20161117132721.13106-1-ferruh.yigit@intel.com",
    "date": "2016-11-17T13:27:21",
    "name": "[dpdk-dev] doc: announce kni_vhost removal",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "2e0607ed90cc0000406b4b4a237cfd9f404522a8",
    "submitter": {
        "id": 324,
        "url": "http://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20161117132721.13106-1-ferruh.yigit@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/17073/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/17073/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 9D31B558B;\n\tThu, 17 Nov 2016 14:27:28 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 3F2B0F72\n\tfor <dev@dpdk.org>; Thu, 17 Nov 2016 14:27:25 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby orsmga101.jf.intel.com with ESMTP; 17 Nov 2016 05:27:24 -0800",
            "from sivswdev02.ir.intel.com ([10.237.217.46])\n\tby orsmga005.jf.intel.com with ESMTP; 17 Nov 2016 05:27:24 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,506,1473145200\"; d=\"scan'208\";a=\"32379389\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "Date": "Thu, 17 Nov 2016 13:27:21 +0000",
        "Message-Id": "<20161117132721.13106-1-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "Subject": "[dpdk-dev] [PATCH] doc: announce kni_vhost removal",
        "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": "Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>\n---\n doc/guides/prog_guide/kernel_nic_interface.rst | 2 ++\n doc/guides/rel_notes/deprecation.rst           | 6 ++++++\n 2 files changed, 8 insertions(+)",
    "diff": "diff --git a/doc/guides/prog_guide/kernel_nic_interface.rst b/doc/guides/prog_guide/kernel_nic_interface.rst\nindex eb16e2e..4f25595 100644\n--- a/doc/guides/prog_guide/kernel_nic_interface.rst\n+++ b/doc/guides/prog_guide/kernel_nic_interface.rst\n@@ -169,6 +169,8 @@ This provides flexibility in multiprocess scenarios\n (where the KNI is created in the primary process but the callbacks are handled in the secondary one).\n The constraint is that a single process can register and handle the requests.\n \n+.. _kni_vhost_backend-label:\n+\n KNI Working as a Kernel vHost Backend\n -------------------------------------\n \ndiff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 2d17bc6..956473a 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -71,3 +71,9 @@ Deprecation Notices\n * mempool: The functions for single/multi producer/consumer are deprecated\n   and will be removed in 17.02.\n   It is replaced by ``rte_mempool_generic_get/put`` functions.\n+\n+* kni: Remove :ref:`kni_vhost_backend-label` feature (KNI_VHOST) in 17.05 release.\n+  :doc:`Vhost Library </prog_guide/vhost_lib>` is currently preferred method for\n+  guest - host communication. Just for clarification, this is not to remove KNI\n+  or VHOST feature, but KNI_VHOST which is a KNI feature enabled via a compile\n+  time option, and disabled by default.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}