get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35079,
    "url": "http://patches.dpdk.org/api/patches/35079/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180209142750.47825-1-xiao.w.wang@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": "<20180209142750.47825-1-xiao.w.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180209142750.47825-1-xiao.w.wang@intel.com",
    "date": "2018-02-09T14:27:50",
    "name": "[dpdk-dev] doc: add virtio GUEST ANNOUNCE to release notes",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "0b2d31536b78946f59bbfc096c9d9ed0a43d0a65",
    "submitter": {
        "id": 281,
        "url": "http://patches.dpdk.org/api/people/281/?format=api",
        "name": "Xiao Wang",
        "email": "xiao.w.wang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180209142750.47825-1-xiao.w.wang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35079/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/35079/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 349371B896;\n\tFri,  9 Feb 2018 06:53:58 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id 37C391B88C\n\tfor <dev@dpdk.org>; Fri,  9 Feb 2018 06:53:56 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t08 Feb 2018 21:53:56 -0800",
            "from dpdk-xiao-1.sh.intel.com ([10.67.110.153])\n\tby orsmga008.jf.intel.com with ESMTP; 08 Feb 2018 21:53:55 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.46,482,1511856000\"; d=\"scan'208\";a=\"16806979\"",
        "From": "Xiao Wang <xiao.w.wang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "john.mcnamara@intel.com, thomas@monjalon.net,\n\tXiao Wang <xiao.w.wang@intel.com>",
        "Date": "Fri,  9 Feb 2018 22:27:50 +0800",
        "Message-Id": "<20180209142750.47825-1-xiao.w.wang@intel.com>",
        "X-Mailer": "git-send-email 2.15.1",
        "Subject": "[dpdk-dev] [PATCH] doc: add virtio GUEST ANNOUNCE to release notes",
        "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://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": "<https://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: Xiao Wang <xiao.w.wang@intel.com>\n---\n doc/guides/rel_notes/release_18_02.rst | 6 ++++++\n 1 file changed, 6 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst\nindex c42a1d64b..d9718c174 100644\n--- a/doc/guides/rel_notes/release_18_02.rst\n+++ b/doc/guides/rel_notes/release_18_02.rst\n@@ -230,6 +230,12 @@ New Features\n   current build system using ``make``. For instructions on how to do a DPDK build\n   using the new system, see the instructions in ``doc/build-sdk-meson.txt``.\n \n+* **Added VIRTIO_NET_F_GUEST_ANNOUNCE feature support in virtio pmd.**\n+\n+  In scenario where the vhost backend doesn't have the ability to generate RARP\n+  packet, the VM running virtio pmd can still be live migrated if\n+  VIRTIO_NET_F_GUEST_ANNOUNCE feature is negotiated.\n+\n .. note::\n \n     This new build system support is incomplete at this point and is added\n",
    "prefixes": [
        "dpdk-dev"
    ]
}