get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 75288,
    "url": "https://patches.dpdk.org/api/patches/75288/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200807123009.21266-12-ciara.power@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": "<20200807123009.21266-12-ciara.power@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200807123009.21266-12-ciara.power@intel.com",
    "date": "2020-08-07T12:30:01",
    "name": "[20.11,11/19] doc: remove references to make in howto guides",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "bc2d4b2a7ab8913d24b5630eac12f6885222927e",
    "submitter": {
        "id": 978,
        "url": "https://patches.dpdk.org/api/people/978/?format=api",
        "name": "Power, Ciara",
        "email": "ciara.power@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200807123009.21266-12-ciara.power@intel.com/mbox/",
    "series": [
        {
            "id": 11549,
            "url": "https://patches.dpdk.org/api/series/11549/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=11549",
            "date": "2020-08-07T12:29:50",
            "name": "remove make support in DPDK",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/11549/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/75288/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/75288/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id E3767A04B1;\n\tFri,  7 Aug 2020 14:40:47 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 65D551C12F;\n\tFri,  7 Aug 2020 14:38:00 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by dpdk.org (Postfix) with ESMTP id 01E651C0D9\n for <dev@dpdk.org>; Fri,  7 Aug 2020 14:37:53 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Aug 2020 05:37:53 -0700",
            "from silpixa00399953.ir.intel.com (HELO\n silpixa00399953.ger.corp.intel.com) ([10.237.222.53])\n by orsmga001.jf.intel.com with ESMTP; 07 Aug 2020 05:37:52 -0700"
        ],
        "IronPort-SDR": [
            "\n fJYOgxpy1ASTrHL/PIgbt1slkQJa/CZ8D1bLCT6/Uccd3A/wXr8A1FRk0vLiEcQb0hHAOAPJvA\n TLukrMW3cyyQ==",
            "\n eZ1P3Os+BkfUNDJPOKQgECYXDYOuj9Fli/msFDbPiyrJXDed6yHs8fyK/Akv6JExKB1crdnDm2\n YW0H42VdrNGA=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9705\"; a=\"152298281\"",
            "E=Sophos;i=\"5.75,445,1589266800\"; d=\"scan'208\";a=\"152298281\"",
            "E=Sophos;i=\"5.75,445,1589266800\"; d=\"scan'208\";a=\"367914534\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Ciara Power <ciara.power@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com, thomas@monjalon.net,\n Ciara Power <ciara.power@intel.com>",
        "Date": "Fri,  7 Aug 2020 13:30:01 +0100",
        "Message-Id": "<20200807123009.21266-12-ciara.power@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20200807123009.21266-1-ciara.power@intel.com>",
        "References": "<20200807123009.21266-1-ciara.power@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 20.11 11/19] doc: remove references to make in\n\thowto guides",
        "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 <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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Make is no longer supported for compiling DPDK, references are now\nremoved in the documentation.\n\nSigned-off-by: Ciara Power <ciara.power@intel.com>\n---\n doc/guides/howto/packet_capture_framework.rst | 17 +-----------\n doc/guides/howto/pvp_reference_benchmark.rst  | 26 -------------------\n 2 files changed, 1 insertion(+), 42 deletions(-)",
    "diff": "diff --git a/doc/guides/howto/packet_capture_framework.rst b/doc/guides/howto/packet_capture_framework.rst\nindex 946a21c8ed..f86cff810b 100644\n--- a/doc/guides/howto/packet_capture_framework.rst\n+++ b/doc/guides/howto/packet_capture_framework.rst\n@@ -52,11 +52,7 @@ Some things to note:\n   initialization code. Refer to the ``app/test-pmd/testpmd.c`` code and look\n   for ``pdump`` keyword to see how this is done.\n \n-* The ``dpdk-pdump`` tool depends on the libpcap based PMD which is disabled\n-  by default in the build configuration files, owing to an external dependency\n-  on the libpcap development files. Once the libpcap development files are\n-  installed, the libpcap based PMD can be enabled by setting\n-  ``CONFIG_RTE_LIBRTE_PMD_PCAP=y`` and recompiling the DPDK.\n+* The ``dpdk-pdump`` tool depends on the libpcap based PMD.\n \n \n Test Environment\n@@ -73,17 +69,6 @@ for packet capturing on the DPDK port in\n    Packet capturing on a DPDK port using the dpdk-pdump tool.\n \n \n-Configuration\n--------------\n-\n-Modify the DPDK primary application to initialize the packet capture framework\n-as mentioned in the above notes and enable the following config options and\n-build DPDK::\n-\n-     CONFIG_RTE_LIBRTE_PMD_PCAP=y\n-     CONFIG_RTE_LIBRTE_PDUMP=y\n-\n-\n Running the Application\n -----------------------\n \ndiff --git a/doc/guides/howto/pvp_reference_benchmark.rst b/doc/guides/howto/pvp_reference_benchmark.rst\nindex 64b1f4d8ec..371ba84e38 100644\n--- a/doc/guides/howto/pvp_reference_benchmark.rst\n+++ b/doc/guides/howto/pvp_reference_benchmark.rst\n@@ -96,19 +96,6 @@ Build Qemu:\n        make\n \n \n-DPDK build\n-~~~~~~~~~~\n-\n-Build DPDK:\n-\n-   .. code-block:: console\n-\n-      git clone git://dpdk.org/dpdk\n-      cd dpdk\n-      export RTE_SDK=$PWD\n-      make install T=x86_64-native-linux-gcc DESTDIR=install\n-\n-\n Testpmd launch\n ~~~~~~~~~~~~~~\n \n@@ -310,19 +297,6 @@ Guest tuning\n       done\n \n \n-DPDK build\n-~~~~~~~~~~\n-\n-Build DPDK:\n-\n-   .. code-block:: console\n-\n-      git clone git://dpdk.org/dpdk\n-      cd dpdk\n-      export RTE_SDK=$PWD\n-      make install T=x86_64-native-linux-gcc DESTDIR=install\n-\n-\n Testpmd launch\n ~~~~~~~~~~~~~~\n \n",
    "prefixes": [
        "20.11",
        "11/19"
    ]
}