get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35084,
    "url": "http://patches.dpdk.org/api/patches/35084/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180209101818.70041-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": "<20180209101818.70041-1-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180209101818.70041-1-ferruh.yigit@intel.com",
    "date": "2018-02-09T10:18:18",
    "name": "[dpdk-dev,v2] doc: update ethdev APIs to return named opaque type",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "a1475bf65c768c0e52f325ee1b0b3fecd85f0477",
    "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/20180209101818.70041-1-ferruh.yigit@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35084/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/35084/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 2E2E21B851;\n\tFri,  9 Feb 2018 11:18:25 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 85F121B84D\n\tfor <dev@dpdk.org>; Fri,  9 Feb 2018 11:18:23 +0100 (CET)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n\tby fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t09 Feb 2018 02:18:22 -0800",
            "from silpixa00372839.ir.intel.com (HELO\n\tsilpixa00372839.ger.corp.intel.com) ([10.237.222.154])\n\tby orsmga007.jf.intel.com with ESMTP; 09 Feb 2018 02:18:20 -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=\"16442769\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "Neil Horman <nhorman@tuxdriver.com>,\n\tJohn McNamara <john.mcnamara@intel.com>,\n\tMarko Kovacevic <marko.kovacevic@intel.com>",
        "Cc": "dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,\n\tKonstantin Ananyev <konstantin.ananyev@intel.com>,\n\tStephen Hemminger <stephen@networkplumber.org>,\n\tBruce Richardson <bruce.richardson@intel.com>,\n\tThomas Monjalon <thomas@monjalon.net>",
        "Date": "Fri,  9 Feb 2018 10:18:18 +0000",
        "Message-Id": "<20180209101818.70041-1-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.14.3",
        "In-Reply-To": "<20180209101119.69860-1-ferruh.yigit@intel.com>",
        "References": "<20180209101119.69860-1-ferruh.yigit@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named\n\topaque type",
        "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": "Ethdev APIs to add callback return the callback object as \"void *\",\nupdate return type to actual object type\n\"struct rte_eth_rxtx_callback *\"\n\nSigned-off-by: Ferruh Yigit <ferruh.yigit@intel.com>\n---\nCc: Konstantin Ananyev <konstantin.ananyev@intel.com>\nCc: Stephen Hemminger <stephen@networkplumber.org>\nCc: Bruce Richardson <bruce.richardson@intel.com>\nCc: Thomas Monjalon <thomas@monjalon.net>\n---\n doc/guides/rel_notes/deprecation.rst | 7 +++++++\n 1 file changed, 7 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex bbd9456a7..5cb5a00d2 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -49,6 +49,13 @@ Deprecation Notices\n   rte_eth_dev_get_sec_ctx() is using uint8_t for port_id, which should be\n   uint16_t.\n \n+* ethdev: functions add rx/tx callback will return named opaque type\n+  rte_eth_add_rx_callback(), rte_eth_add_first_rx_callback() and\n+  rte_eth_add_tx_callback() functions currently return callback object as\n+  \"void \\*\" but APIs to delete callbacks get \"struct rte_eth_rxtx_callback \\*\"\n+  as parameter. For consistency functions adding callback will return\n+  \"struct rte_eth_rxtx_callback \\*\" instead of \"void * \".\n+\n * i40e: The default flexible payload configuration which extracts the first 16\n   bytes of the payload for RSS will be deprecated starting from 18.02. If\n   required the previous behavior can be configured using existing flow\n",
    "prefixes": [
        "dpdk-dev",
        "v2"
    ]
}