get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 16791,
    "url": "https://patches.dpdk.org/api/patches/16791/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1477398282-24611-1-git-send-email-bernard.iremonger@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": "<1477398282-24611-1-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1477398282-24611-1-git-send-email-bernard.iremonger@intel.com",
    "date": "2016-10-25T12:24:42",
    "name": "[dpdk-dev] doc: release note for ixgbe PMD API's",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "6a835467c4a16973f57233edad6a649fe8095a67",
    "submitter": {
        "id": 91,
        "url": "https://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1477398282-24611-1-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/16791/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/16791/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 22B8B2BA3;\n\tTue, 25 Oct 2016 14:24:49 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 032682906\n\tfor <dev@dpdk.org>; Tue, 25 Oct 2016 14:24:47 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby orsmga102.jf.intel.com with ESMTP; 25 Oct 2016 05:24:46 -0700",
            "from sivswdev01.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.45])\n\tby fmsmga006.fm.intel.com with ESMTP; 25 Oct 2016 05:24:45 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,545,1473145200\"; d=\"scan'208\";a=\"23369350\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org,\n\tjohn.mcnamara@intel.com",
        "Cc": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "Date": "Tue, 25 Oct 2016 13:24:42 +0100",
        "Message-Id": "<1477398282-24611-1-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH] doc: release note for ixgbe PMD API's",
        "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: Bernard Iremonger <bernard.iremonger@intel.com>\n---\n doc/guides/rel_notes/release_16_11.rst | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst\nindex 26cdd62..8253614 100644\n--- a/doc/guides/rel_notes/release_16_11.rst\n+++ b/doc/guides/rel_notes/release_16_11.rst\n@@ -131,6 +131,10 @@ New Features\n   The GCC 4.9 ``-march`` option supports the Intel processor code names.\n   The config option ``RTE_MACHINE`` can be used to pass code names to the compiler as ``-march`` flag.\n \n+* **Added API's for VF management to the ixgbe PMD.**\n+\n+  Eight new API's have been added to the ixgbe PMD for VF management from the PF.\n+  The declarations for the API's can be found in ``rte_pmd_ixgbe.h``.\n \n Resolved Issues\n ---------------\n",
    "prefixes": [
        "dpdk-dev"
    ]
}