get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 26703,
    "url": "https://patches.dpdk.org/api/patches/26703/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1499678337-3367-1-git-send-email-radu.nicolau@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": "<1499678337-3367-1-git-send-email-radu.nicolau@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1499678337-3367-1-git-send-email-radu.nicolau@intel.com",
    "date": "2017-07-10T09:18:57",
    "name": "[dpdk-dev,v5] doc: release notes 17.08, API change description",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "7d21bfe75f4e96974b93bcb68f33b7d8781a76a9",
    "submitter": {
        "id": 743,
        "url": "https://patches.dpdk.org/api/people/743/?format=api",
        "name": "Radu Nicolau",
        "email": "radu.nicolau@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1499678337-3367-1-git-send-email-radu.nicolau@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/26703/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/26703/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 A4A8B7CD7;\n\tMon, 10 Jul 2017 11:22:22 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 104397CD2\n\tfor <dev@dpdk.org>; Mon, 10 Jul 2017 11:22:20 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Jul 2017 02:22:20 -0700",
            "from silpixa00383879.ir.intel.com (HELO\n\tsilpixa00383879.ger.corp.intel.com) ([10.237.223.127])\n\tby fmsmga005.fm.intel.com with ESMTP; 10 Jul 2017 02:22:18 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.40,339,1496127600\"; d=\"scan'208\";a=\"124651282\"",
        "From": "Radu Nicolau <radu.nicolau@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net,\n\tjohn.mcnamara@intel.com,\n\tradu.nicolau@intel.com",
        "Date": "Mon, 10 Jul 2017 10:18:57 +0100",
        "Message-Id": "<1499678337-3367-1-git-send-email-radu.nicolau@intel.com>",
        "X-Mailer": "git-send-email 2.7.5",
        "In-Reply-To": "<1499678123-3283-1-git-send-email-radu.nicolau@intel.com>",
        "References": "<1499678123-3283-1-git-send-email-radu.nicolau@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5] doc: release notes 17.08,\n\tAPI change description",
        "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": "Added API change description - moved bypass functions\nfrom the rte_ethdev library to ixgbe PMD\n\nSigned-off-by: Radu Nicolau <radu.nicolau@intel.com>\n---\n\nv5: changed library name to rte_ethdev and \"APIs\" to \"functions\"\n\n doc/guides/rel_notes/release_17_08.rst | 25 +++++++++++++++++++++++++\n 1 file changed, 25 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst\nindex 842f46f..c5e9e51 100644\n--- a/doc/guides/rel_notes/release_17_08.rst\n+++ b/doc/guides/rel_notes/release_17_08.rst\n@@ -144,6 +144,31 @@ API Changes\n    Also, make sure to start the actual text at the margin.\n    =========================================================\n \n+* **Moved bypass functions from the rte_ethdev library to ixgbe PMD**\n+\n+  * The following rte_ethdev library functions were removed:\n+\n+    * ``rte_eth_dev_bypass_event_show``\n+    * ``rte_eth_dev_bypass_event_store``\n+    * ``rte_eth_dev_bypass_init``\n+    * ``rte_eth_dev_bypass_state_set``\n+    * ``rte_eth_dev_bypass_state_show``\n+    * ``rte_eth_dev_bypass_ver_show``\n+    * ``rte_eth_dev_bypass_wd_reset``\n+    * ``rte_eth_dev_bypass_wd_timeout_show``\n+    * ``rte_eth_dev_wd_timeout_store``\n+\n+  * The following ixgbe PMD functions were added:\n+\n+    * ``rte_pmd_ixgbe_bypass_event_show``\n+    * ``rte_pmd_ixgbe_bypass_event_store``\n+    * ``rte_pmd_ixgbe_bypass_init``\n+    * ``rte_pmd_ixgbe_bypass_state_set``\n+    * ``rte_pmd_ixgbe_bypass_state_show``\n+    * ``rte_pmd_ixgbe_bypass_ver_show``\n+    * ``rte_pmd_ixgbe_bypass_wd_reset``\n+    * ``rte_pmd_ixgbe_bypass_wd_timeout_show``\n+    * ``rte_pmd_ixgbe_bypass_wd_timeout_store``\n \n ABI Changes\n -----------\n",
    "prefixes": [
        "dpdk-dev",
        "v5"
    ]
}