get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 36988,
    "url": "https://patches.dpdk.org/api/patches/36988/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1522791863-28882-10-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": "<1522791863-28882-10-git-send-email-erik.g.carrillo@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1522791863-28882-10-git-send-email-erik.g.carrillo@intel.com",
    "date": "2018-04-03T21:44:23",
    "name": "[dpdk-dev,v10,9/9] doc: add event timer adapter documentation",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "866d69f7aaceeb4a386a331950b3c8ab5dd67658",
    "submitter": {
        "id": 762,
        "url": "https://patches.dpdk.org/api/people/762/?format=api",
        "name": "Carrillo, Erik G",
        "email": "erik.g.carrillo@intel.com"
    },
    "delegate": {
        "id": 310,
        "url": "https://patches.dpdk.org/api/users/310/?format=api",
        "username": "jerin",
        "first_name": "Jerin",
        "last_name": "Jacob",
        "email": "jerinj@marvell.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1522791863-28882-10-git-send-email-erik.g.carrillo@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/36988/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/36988/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 890C81B890;\n\tTue,  3 Apr 2018 23:44:53 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 33A441B801\n\tfor <dev@dpdk.org>; Tue,  3 Apr 2018 23:44:39 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Apr 2018 14:44:37 -0700",
            "from txasoft-yocto.an.intel.com (HELO txasoft-yocto.an.intel.com.)\n\t([10.123.72.192])\n\tby fmsmga006.fm.intel.com with ESMTP; 03 Apr 2018 14:44:37 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.48,403,1517904000\"; d=\"scan'208\";a=\"217278116\"",
        "From": "Erik Gabriel Carrillo <erik.g.carrillo@intel.com>",
        "To": "pbhagavatula@caviumnetworks.com,\n\tjerin.jacob@caviumnetworks.com",
        "Cc": "dev@dpdk.org,\n\themant.agrawal@nxp.com",
        "Date": "Tue,  3 Apr 2018 16:44:23 -0500",
        "Message-Id": "<1522791863-28882-10-git-send-email-erik.g.carrillo@intel.com>",
        "X-Mailer": "git-send-email 1.7.10",
        "In-Reply-To": "<1522791863-28882-1-git-send-email-erik.g.carrillo@intel.com>",
        "References": "<1522697994-22515-1-git-send-email-erik.g.carrillo@intel.com>\n\t<1522791863-28882-1-git-send-email-erik.g.carrillo@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v10 9/9] doc: add event timer adapter\n\tdocumentation",
        "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": "Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>\nAcked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>\n---\n MAINTAINERS                            |  7 +++++++\n doc/api/doxy-api-index.md              | 32 +++-----------------------------\n doc/guides/rel_notes/release_18_05.rst |  6 ++++++\n 3 files changed, 16 insertions(+), 29 deletions(-)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex d4c0cc1..d72f012 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -317,6 +317,13 @@ F: lib/librte_eventdev/*eth_rx_adapter*\n F: test/test/test_event_eth_rx_adapter.c\n F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst\n \n+Eventdev Timer Adapter API - EXPERIMENTAL\n+M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>\n+T: git://dpdk.org/next/dpdk-next-eventdev\n+F: lib/librte_eventdev/*timer_adapter*\n+F: test/test/test_event_timer_adapter.c\n+F: doc/guides/prog_guide/event_timer_adapter.rst\n+\n Raw device API - EXPERIMENTAL\n M: Shreyansh Jain <shreyansh.jain@nxp.com>\n M: Hemant Agrawal <hemant.agrawal@nxp.com>\ndiff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md\nindex d77f205..5c6cd51 100644\n--- a/doc/api/doxy-api-index.md\n+++ b/doc/api/doxy-api-index.md\n@@ -2,35 +2,8 @@ API {#index}\n ===\n \n <!--\n-  BSD LICENSE\n-\n-  Copyright 2013-2017 6WIND S.A.\n-\n-  Redistribution and use in source and binary forms, with or without\n-  modification, are permitted provided that the following conditions\n-  are met:\n-\n-    * Redistributions of source code must retain the above copyright\n-      notice, this list of conditions and the following disclaimer.\n-    * Redistributions in binary form must reproduce the above copyright\n-      notice, this list of conditions and the following disclaimer in\n-      the documentation and/or other materials provided with the\n-      distribution.\n-    * Neither the name of 6WIND S.A. nor the names of its\n-      contributors may be used to endorse or promote products derived\n-      from this software without specific prior written permission.\n-\n-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n-  \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n-  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n-  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n-  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n-  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n-  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n-  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+  SPDX-License-Identifier: BSD-3-Clause\n+  Copyright(c) 2013-2017 6WIND S.A.\n -->\n \n The public API headers are grouped by topics:\n@@ -47,6 +20,7 @@ The public API headers are grouped by topics:\n   [security]           (@ref rte_security.h),\n   [eventdev]           (@ref rte_eventdev.h),\n   [event_eth_rx_adapter]   (@ref rte_event_eth_rx_adapter.h),\n+  [event_timer_adapter]    (@ref rte_event_timer_adapter.h),\n   [rawdev]             (@ref rte_rawdev.h),\n   [metrics]            (@ref rte_metrics.h),\n   [bitrate]            (@ref rte_bitrate.h),\ndiff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst\nindex 9cc77f8..d2a4192 100644\n--- a/doc/guides/rel_notes/release_18_05.rst\n+++ b/doc/guides/rel_notes/release_18_05.rst\n@@ -58,6 +58,12 @@ New Features\n   * Added support for NVGRE, VXLAN and GENEVE filters in flow API.\n   * Added support for DROP action in flow API.\n \n+* **Added the Event Timer Adapter Library.**\n+\n+  The Event Timer Adapter Library extends the event-based model by introducing\n+  APIs that allow applications to arm/cancel event timers that generate\n+  timer expiry events. This new type of event is scheduled by an event device\n+  along with existing types of events.\n \n API Changes\n -----------\n",
    "prefixes": [
        "dpdk-dev",
        "v10",
        "9/9"
    ]
}