get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 108601,
    "url": "http://patches.dpdk.org/api/patches/108601/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220308145001.529734-2-bruce.richardson@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": "<20220308145001.529734-2-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220308145001.529734-2-bruce.richardson@intel.com",
    "date": "2022-03-08T14:49:57",
    "name": "[1/5] doc/linux_gsg: add driver guides to document list",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "9d347d27f2b845a58073f835866db79ea6ca0d85",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@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/20220308145001.529734-2-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 22071,
            "url": "http://patches.dpdk.org/api/series/22071/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=22071",
            "date": "2022-03-08T14:49:56",
            "name": "Small Doc improvements for Linux GSG",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/22071/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/108601/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/108601/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 E92A1A00C2;\n\tTue,  8 Mar 2022 15:50:23 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id EC59F407FF;\n\tTue,  8 Mar 2022 15:50:19 +0100 (CET)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n by mails.dpdk.org (Postfix) with ESMTP id DB48A40141\n for <dev@dpdk.org>; Tue,  8 Mar 2022 15:50:17 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Mar 2022 06:50:17 -0800",
            "from silpixa00399126.ir.intel.com ([10.237.223.34])\n by orsmga002.jf.intel.com with ESMTP; 08 Mar 2022 06:50:16 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1646751018; x=1678287018;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=aEbuN0u19DWtzFJhuqy67+DpGBFY94Bnzeza+Oa/zEs=;\n b=YSLfeoIUqlTMUR870JHMxGwedOYrhUS2iWqq6Lmlud08QAIKECGyIsCt\n qM2uFHNx+VREaj+LzTrJc/3rotsa1Df+JsaZujlXFFbQ3rS7gHg8Biu6E\n iFzZc8tj6GN3va3glGgFqX5q2PSzy4tSJ1a6Ia4wSKVEM3UOc9K3nOmlM\n +LEjuvhkPqCTmfVcJ9doX0X2w6y2IqzsBhcbrE4DjCAEgVX2+9QZY0/DN\n 47qYxgMIgyw/sKqeN4lD7S5grDCYQYIIok9VIepQyUAUaFQ8Idq6Tc9d6\n MJ01/FQJkqG4bxpbSKWx0r/MSsn0G/Q29cTYd0J+kZPW/o+zuULb7z5bt Q==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10279\"; a=\"253527935\"",
            "E=Sophos;i=\"5.90,165,1643702400\"; d=\"scan'208\";a=\"253527935\"",
            "E=Sophos;i=\"5.90,165,1643702400\"; d=\"scan'208\";a=\"510118217\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "john.mcnamara@intel.com,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Subject": "[PATCH 1/5] doc/linux_gsg: add driver guides to document list",
        "Date": "Tue,  8 Mar 2022 14:49:57 +0000",
        "Message-Id": "<20220308145001.529734-2-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.32.0",
        "In-Reply-To": "<20220308145001.529734-1-bruce.richardson@intel.com>",
        "References": "<20220308145001.529734-1-bruce.richardson@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": "The document roadmap section was missing any mention of the individual\ndrivers guides which are important for users. Add them to list.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n doc/guides/linux_gsg/intro.rst | 25 +++++++++++++++++++++++++\n 1 file changed, 25 insertions(+)",
    "diff": "diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.rst\nindex 890169e97f..ea98ac7425 100644\n--- a/doc/guides/linux_gsg/intro.rst\n+++ b/doc/guides/linux_gsg/intro.rst\n@@ -34,3 +34,28 @@ The following is a list of DPDK documents in the suggested reading order:\n \n *   Sample Applications User Guide: Describes a set of sample applications.\n     Each chapter describes a sample application that showcases specific functionality and provides instructions on how to compile, run and use the sample application.\n+\n+*   Driver Reference Guides: Provides details on each driver inside a particular category.\n+    Separate guides exist for each of:\n+\n+    * Baseband devices\n+\n+    * Compression devices\n+\n+    * Cryptographic accelerator devices\n+\n+    * DMA devices\n+\n+    * Event-based scheduling devices\n+\n+    * General purpose GPU devices\n+\n+    * Mempool drivers\n+\n+    * Network (NIC) devices\n+\n+    * \"Raw\" devices i.e. those not fitting into any other category\n+\n+    * Regular expression devices\n+\n+    * vDPA (vhost data path acceleration) devices\n\\ No newline at end of file\n",
    "prefixes": [
        "1/5"
    ]
}