get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 53152,
    "url": "https://patches.dpdk.org/api/patches/53152/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1556548686-32767-1-git-send-email-erik.g.carrillo@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": "<1556548686-32767-1-git-send-email-erik.g.carrillo@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1556548686-32767-1-git-send-email-erik.g.carrillo@intel.com",
    "date": "2019-04-29T14:38:06",
    "name": "[v2] doc: update references to removed function",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e020b67a225bca4820512ffa93c7ff10ab97f5fb",
    "submitter": {
        "id": 762,
        "url": "https://patches.dpdk.org/api/people/762/?format=api",
        "name": "Carrillo, Erik G",
        "email": "erik.g.carrillo@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1556548686-32767-1-git-send-email-erik.g.carrillo@intel.com/mbox/",
    "series": [
        {
            "id": 4506,
            "url": "https://patches.dpdk.org/api/series/4506/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=4506",
            "date": "2019-04-29T14:38:06",
            "name": "[v2] doc: update references to removed function",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/4506/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/53152/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/53152/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 6D4FB5F2C;\n\tMon, 29 Apr 2019 16:39:29 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 9308F5F1F;\n\tMon, 29 Apr 2019 16:39:27 +0200 (CEST)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t29 Apr 2019 07:39:26 -0700",
            "from txasoft-yocto.an.intel.com ([10.123.72.192])\n\tby orsmga004.jf.intel.com with ESMTP; 29 Apr 2019 07:39:25 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,409,1549958400\"; d=\"scan'208\";a=\"295487187\"",
        "From": "Erik Gabriel Carrillo <erik.g.carrillo@intel.com>",
        "To": "jerin.jacob@caviumnetworks.com",
        "Cc": "dev@dpdk.org,\n\tstable@dpdk.org",
        "Date": "Mon, 29 Apr 2019 09:38:06 -0500",
        "Message-Id": "<1556548686-32767-1-git-send-email-erik.g.carrillo@intel.com>",
        "X-Mailer": "git-send-email 1.7.10",
        "In-Reply-To": "<1556297597-29160-1-git-send-email-erik.g.carrillo@intel.com>",
        "References": "<1556297597-29160-1-git-send-email-erik.g.carrillo@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2] doc: update references to removed function",
        "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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Remove references to the (deleted) rte_event_port_enqueue_depth()\nfunction in the Doxygen comments for rte_event_enqueue_burst() and\nfriends, and replace with references to rte_event_port_attr_get().\n\nFixes: 78ffab961155 (\"eventdev: add port attribute function\")\nFixes: c9bf83947e2e (\"eventdev: add eth Tx adapter APIs\")\nCc: stable@dpdk.org\n\nSigned-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>\nAcked-by: Jerin Jacob <jerinj@marvell.com>\n---\nChanges in v2:\n- Add instance that was missed in rte_event_eth_tx_adapter.h (Jerin)\n\n lib/librte_eventdev/rte_event_eth_tx_adapter.h |  3 ++-\n lib/librte_eventdev/rte_eventdev.h             | 17 +++++++++++------\n 2 files changed, 13 insertions(+), 7 deletions(-)",
    "diff": "diff --git a/lib/librte_eventdev/rte_event_eth_tx_adapter.h b/lib/librte_eventdev/rte_event_eth_tx_adapter.h\nindex 1b5278f..9bed12b 100644\n--- a/lib/librte_eventdev/rte_event_eth_tx_adapter.h\n+++ b/lib/librte_eventdev/rte_event_eth_tx_adapter.h\n@@ -322,7 +322,8 @@ rte_event_eth_tx_adapter_event_port_get(uint8_t id, uint8_t *event_port_id);\n  *  which contain the event object enqueue operations to be processed.\n  * @param nb_events\n  *  The number of event objects to enqueue, typically number of\n- *  rte_event_port_enqueue_depth() available for this port.\n+ *  rte_event_port_attr_get(...RTE_EVENT_PORT_ATTR_ENQ_DEPTH...)\n+ *  available for this port.\n  *\n  * @return\n  *   The number of event objects actually enqueued on the event device. The\ndiff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte_eventdev.h\nindex 62edc09..0f0da7f 100644\n--- a/lib/librte_eventdev/rte_eventdev.h\n+++ b/lib/librte_eventdev/rte_eventdev.h\n@@ -1363,7 +1363,8 @@ __rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,\n  *   which contain the event object enqueue operations to be processed.\n  * @param nb_events\n  *   The number of event objects to enqueue, typically number of\n- *   rte_event_port_enqueue_depth() available for this port.\n+ *   rte_event_port_attr_get(...RTE_EVENT_PORT_ATTR_ENQ_DEPTH...)\n+ *   available for this port.\n  *\n  * @return\n  *   The number of event objects actually enqueued on the event device. The\n@@ -1378,7 +1379,7 @@ __rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,\n  *   - -ENOSPC  The event port was backpressured and unable to enqueue\n  *              one or more events. This error code is only applicable to\n  *              closed systems.\n- * @see rte_event_port_enqueue_depth()\n+ * @see rte_event_port_attr_get(), RTE_EVENT_PORT_ATTR_ENQ_DEPTH\n  */\n static inline uint16_t\n rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,\n@@ -1412,7 +1413,8 @@ rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,\n  *   which contain the event object enqueue operations to be processed.\n  * @param nb_events\n  *   The number of event objects to enqueue, typically number of\n- *   rte_event_port_enqueue_depth() available for this port.\n+ *   rte_event_port_attr_get(...RTE_EVENT_PORT_ATTR_ENQ_DEPTH...)\n+ *   available for this port.\n  *\n  * @return\n  *   The number of event objects actually enqueued on the event device. The\n@@ -1427,7 +1429,8 @@ rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,\n  *   - -ENOSPC  The event port was backpressured and unable to enqueue\n  *              one or more events. This error code is only applicable to\n  *              closed systems.\n- * @see rte_event_port_enqueue_depth() rte_event_enqueue_burst()\n+ * @see rte_event_port_attr_get(), RTE_EVENT_PORT_ATTR_ENQ_DEPTH\n+ * @see rte_event_enqueue_burst()\n  */\n static inline uint16_t\n rte_event_enqueue_new_burst(uint8_t dev_id, uint8_t port_id,\n@@ -1461,7 +1464,8 @@ rte_event_enqueue_new_burst(uint8_t dev_id, uint8_t port_id,\n  *   which contain the event object enqueue operations to be processed.\n  * @param nb_events\n  *   The number of event objects to enqueue, typically number of\n- *   rte_event_port_enqueue_depth() available for this port.\n+ *   rte_event_port_attr_get(...RTE_EVENT_PORT_ATTR_ENQ_DEPTH...)\n+ *   available for this port.\n  *\n  * @return\n  *   The number of event objects actually enqueued on the event device. The\n@@ -1476,7 +1480,8 @@ rte_event_enqueue_new_burst(uint8_t dev_id, uint8_t port_id,\n  *   - -ENOSPC  The event port was backpressured and unable to enqueue\n  *              one or more events. This error code is only applicable to\n  *              closed systems.\n- * @see rte_event_port_enqueue_depth() rte_event_enqueue_burst()\n+ * @see rte_event_port_attr_get(), RTE_EVENT_PORT_ATTR_ENQ_DEPTH\n+ * @see rte_event_enqueue_burst()\n  */\n static inline uint16_t\n rte_event_enqueue_forward_burst(uint8_t dev_id, uint8_t port_id,\n",
    "prefixes": [
        "v2"
    ]
}