get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 108503,
    "url": "http://patches.dpdk.org/api/patches/108503/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220302172217.472279-10-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": "<20220302172217.472279-10-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220302172217.472279-10-bruce.richardson@intel.com",
    "date": "2022-03-02T17:22:17",
    "name": "[9/9] doc/linux_gsg: change informational warnings to notes",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "a59f47201cf270a01c63d69ed897a44f1a1ae82b",
    "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/20220302172217.472279-10-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 21992,
            "url": "http://patches.dpdk.org/api/series/21992/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21992",
            "date": "2022-03-02T17:22:08",
            "name": "Improve linux drivers GSG section",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/21992/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/108503/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/108503/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 BC24CA04A4;\n\tWed,  2 Mar 2022 18:25:09 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id DB9ED42783;\n\tWed,  2 Mar 2022 18:24:26 +0100 (CET)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by mails.dpdk.org (Postfix) with ESMTP id 7B60442756;\n Wed,  2 Mar 2022 18:24:23 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 02 Mar 2022 09:24:20 -0800",
            "from silpixa00399126.ir.intel.com ([10.237.223.34])\n by orsmga008.jf.intel.com with ESMTP; 02 Mar 2022 09:24:19 -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=1646241863; x=1677777863;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=V7P18K/pcc20AuC3DAfsJsA5uJRnQmkY5JMuQHfUfik=;\n b=J0b8nvX8r/hifVspRa9ryqiEde3vdxGSUT8j7C/vsyvxABgCzT5DLyJp\n QbjYDkbus/aPw+N+aanbwo0wIk2BuIQfzxlwTwVfvqsjmI1qnGYaY2pli\n D4uTac+nSbZysCFcGb4ksvZE4WK714xW9MCYUOZQKXlsBPhT3TyfZWEQB\n CzC/PbUDcSjJ2f7DDyTy1RdYx52XMJRth8lxMHtf5O+4B4M/4sB3doiJL\n iDwDGcR/OXXBE1kd/owKLwDOQ3Av7n/Yn8qPqxCU5rA7Inl3P8P5h7Sfp\n GXVTb9Jx/B8K5sroMldKNXSkfwEaoVJsMR8GhXHkATBuWTa8FuYwX85yN g==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10274\"; a=\"314177974\"",
            "E=Sophos;i=\"5.90,149,1643702400\"; d=\"scan'208\";a=\"314177974\"",
            "E=Sophos;i=\"5.90,149,1643702400\"; d=\"scan'208\";a=\"551348182\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "stable@dpdk.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Subject": "[PATCH 9/9] doc/linux_gsg: change informational warnings to notes",
        "Date": "Wed,  2 Mar 2022 17:22:17 +0000",
        "Message-Id": "<20220302172217.472279-10-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.32.0",
        "In-Reply-To": "<20220302172217.472279-1-bruce.richardson@intel.com>",
        "References": "<20220302172217.472279-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": "There are two warnings in the VFIO section about limitations of VFIO and\nlimitations on who can bind/unbind devices. Since these don't actually\ndescribe any unsafe conditions, and are more informational, we can\nchange these to notes. This also helps emphasise the other warnings in\nthe documents which flag genuine security concerns.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n doc/guides/linux_gsg/linux_drivers.rst | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/doc/guides/linux_gsg/linux_drivers.rst b/doc/guides/linux_gsg/linux_drivers.rst\nindex ef91999dd9..03cf264a0a 100644\n--- a/doc/guides/linux_gsg/linux_drivers.rst\n+++ b/doc/guides/linux_gsg/linux_drivers.rst\n@@ -48,7 +48,7 @@ by calling the script with the ``--help`` or ``--usage`` options.\n Note that the UIO or VFIO kernel modules to be used,\n should be loaded into the kernel before running the ``dpdk-devbind.py`` script.\n \n-.. warning::\n+.. note::\n \n    Due to the way VFIO works, there are certain limitations\n    to which devices can be used with VFIO.\n@@ -62,7 +62,7 @@ should be loaded into the kernel before running the ``dpdk-devbind.py`` script.\n    Therefore, the bridge driver should also be unbound from the bridge PCI device\n    for VFIO to work with devices behind the bridge.\n \n-.. warning::\n+.. note::\n \n    While any user can run the ``dpdk-devbind.py`` script\n    to view the status of the network ports,\n",
    "prefixes": [
        "9/9"
    ]
}