get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35083,
    "url": "http://patches.dpdk.org/api/patches/35083/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180209101119.69860-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": "<20180209101119.69860-1-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180209101119.69860-1-ferruh.yigit@intel.com",
    "date": "2018-02-09T10:11:19",
    "name": "[dpdk-dev] doc: update ethdev APIs to return named opaque type",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "ce39748de088cbd1fcce4fbad4fff322e347130c",
    "submitter": {
        "id": 324,
        "url": "http://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180209101119.69860-1-ferruh.yigit@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35083/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/35083/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 E5B8B1B80E;\n\tFri,  9 Feb 2018 11:11:25 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id B9A341B7E9\n\tfor <dev@dpdk.org>; Fri,  9 Feb 2018 11:11:24 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t09 Feb 2018 02:11:23 -0800",
            "from silpixa00372839.ir.intel.com (HELO\n\tsilpixa00372839.ger.corp.intel.com) ([10.237.222.154])\n\tby orsmga004.jf.intel.com with ESMTP; 09 Feb 2018 02:11:21 -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=\"173045535\"",
        "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:11:19 +0000",
        "Message-Id": "<20180209101119.69860-1-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.14.3",
        "Subject": "[dpdk-dev] [PATCH] doc: update ethdev APIs to return named opaque\n\ttype",
        "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..b6479cd5a 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: add rx/tx callback functions 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 \"void * \" but APIs to\n+  delete callbacks get \"struct rte_eth_rxtx_callback * \" as parameter. For\n+  consistency functions adding callback will return \"struct rte_eth_rxtx_callback * \"\n+  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"
    ]
}