get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 116255,
    "url": "https://patches.dpdk.org/api/patches/116255/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220914050855.1677489-4-s.v.naga.harish.k@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": "<20220914050855.1677489-4-s.v.naga.harish.k@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220914050855.1677489-4-s.v.naga.harish.k@intel.com",
    "date": "2022-09-14T05:08:54",
    "name": "[v5,4/4] doc: remove deprication notice",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "3fc4b6df2a246128d53d06e5e8a5a4f2daf612bc",
    "submitter": {
        "id": 2280,
        "url": "https://patches.dpdk.org/api/people/2280/?format=api",
        "name": "Naga Harish K, S V",
        "email": "s.v.naga.harish.k@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220914050855.1677489-4-s.v.naga.harish.k@intel.com/mbox/",
    "series": [
        {
            "id": 24650,
            "url": "https://patches.dpdk.org/api/series/24650/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=24650",
            "date": "2022-09-14T05:08:51",
            "name": "[v5,1/4] eventdev/timer: add periodic event timer support",
            "version": 5,
            "mbox": "https://patches.dpdk.org/series/24650/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/116255/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/116255/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 71B20A0032;\n\tWed, 14 Sep 2022 07:09:18 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 21BF64281E;\n\tWed, 14 Sep 2022 07:09:08 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by mails.dpdk.org (Postfix) with ESMTP id C02B64281B\n for <dev@dpdk.org>; Wed, 14 Sep 2022 07:09:06 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 13 Sep 2022 22:09:06 -0700",
            "from txandevlnx322.an.intel.com ([10.123.117.44])\n by fmsmga005.fm.intel.com with ESMTP; 13 Sep 2022 22:09:05 -0700"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1663132147; x=1694668147;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=Hw/McWcFLYV4oXMD6R9wTAJw9VTAxAx7qz3ZYWyqk7E=;\n b=gZXtrg5GOG7ybA63vZdny+69RghTzqx7vx4FdTcqQ+f9OQ8gy+rimNFm\n sHp8tlV5+7gSAR2EtzEJRkkyfvQ+uVGhPOqxktYECBR/j0F5R6CxeSR73\n pc3Lq7cGdOWbV7JJW9EEQdS+ReGIxtBSoBEugo+wY6boTPvTDMXQrr+9T\n xVzld7WI4BSBVXVbt3wCRu54DJpVzMs6qn4Un0ITgCr59/b7OguyqWjub\n vgW1qHvdJrwBuU/GQZxHVj9LWCXzRVp1fPS7cC4Msj5Na+KO1FI2GuW/E\n VlA4bDEfOZvv5REOUxCEU+MhNFMBdgoU7q692XMrSfyLVYOEAIFRha1sO Q==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6500,9779,10469\"; a=\"298336407\"",
            "E=Sophos;i=\"5.93,313,1654585200\"; d=\"scan'208\";a=\"298336407\"",
            "E=Sophos;i=\"5.93,313,1654585200\"; d=\"scan'208\";a=\"945369042\""
        ],
        "X-ExtLoop1": "1",
        "From": "Naga Harish K S V <s.v.naga.harish.k@intel.com>",
        "To": "jerinj@marvell.com",
        "Cc": "dev@dpdk.org, erik.g.carrillo@intel.com, pbhagavatula@marvell.com,\n sthotton@marvell.com",
        "Subject": "[PATCH v5 4/4] doc: remove deprication notice",
        "Date": "Wed, 14 Sep 2022 00:08:54 -0500",
        "Message-Id": "<20220914050855.1677489-4-s.v.naga.harish.k@intel.com>",
        "X-Mailer": "git-send-email 2.23.0",
        "In-Reply-To": "<20220914050855.1677489-1-s.v.naga.harish.k@intel.com>",
        "References": "<20220812160714.287055-1-s.v.naga.harish.k@intel.com>\n <20220914050855.1677489-1-s.v.naga.harish.k@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "This patch removes event timer expiry drop stat deprication\nnotification.\n\nSigned-off-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst | 7 -------\n 1 file changed, 7 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex e7583cae4c..fd8ef4dff7 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -186,13 +186,6 @@ Deprecation Notices\n   Event will be one of the configuration fields,\n   together with additional vector parameters.\n \n-* eventdev: The structure ``rte_event_timer_adapter_stats`` will be\n-  extended by adding a new field ``evtim_drop_count``.\n-  This counter will represent the number of times an event_timer expiry event\n-  is dropped by the timer adapter.\n-  This field will be used to add periodic mode support\n-  to the software timer adapter in DPDK 22.11.\n-\n * eventdev: The function pointer declaration ``eventdev_stop_flush_t``\n   will be renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.\n \n",
    "prefixes": [
        "v5",
        "4/4"
    ]
}