get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 26528,
    "url": "https://patches.dpdk.org/api/patches/26528/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1499333001-10736-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": "<1499333001-10736-1-git-send-email-radu.nicolau@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1499333001-10736-1-git-send-email-radu.nicolau@intel.com",
    "date": "2017-07-06T09:23:21",
    "name": "[dpdk-dev] doc: release notes 17.08, API change description",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "7043e17591429527ce5c501a414d76deb418ca36",
    "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/1499333001-10736-1-git-send-email-radu.nicolau@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/26528/comments/",
    "check": "warning",
    "checks": "https://patches.dpdk.org/api/patches/26528/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 468442C13;\n\tThu,  6 Jul 2017 11:26:52 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 0F5912C8\n\tfor <dev@dpdk.org>; Thu,  6 Jul 2017 11:26:50 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t06 Jul 2017 02:26:49 -0700",
            "from silpixa00383879.ir.intel.com (HELO\n\tsilpixa00383879.ger.corp.intel.com) ([10.237.223.127])\n\tby fmsmga004.fm.intel.com with ESMTP; 06 Jul 2017 02:26:47 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.40,316,1496127600\"; d=\"scan'208\";a=\"282819447\"",
        "From": "Radu Nicolau <radu.nicolau@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net,\n\tradu.nicolau@intel.com",
        "Date": "Thu,  6 Jul 2017 10:23:21 +0100",
        "Message-Id": "<1499333001-10736-1-git-send-email-radu.nicolau@intel.com>",
        "X-Mailer": "git-send-email 2.7.5",
        "Subject": "[dpdk-dev] [PATCH] doc: release notes 17.08, API 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_ether library to ixgbe PMD\n\nSigned-off-by: Radu Nicolau <radu.nicolau@intel.com>\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..6959720 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_ether library to ixgbe PMD**\n+  \n+  * The following rte_ether library APIs 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 APIs 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"
    ]
}