get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 53286,
    "url": "https://patches.dpdk.org/api/patches/53286/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190506042138.29731-1-vipin.varghese@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": "<20190506042138.29731-1-vipin.varghese@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190506042138.29731-1-vipin.varghese@intel.com",
    "date": "2019-05-06T04:21:38",
    "name": "doc: remove redudant information from guide",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "d1f1448b2ed30651f0cf917279bc1b29fe49ea8c",
    "submitter": {
        "id": 882,
        "url": "https://patches.dpdk.org/api/people/882/?format=api",
        "name": "Varghese, Vipin",
        "email": "vipin.varghese@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190506042138.29731-1-vipin.varghese@intel.com/mbox/",
    "series": [
        {
            "id": 4572,
            "url": "https://patches.dpdk.org/api/series/4572/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=4572",
            "date": "2019-05-06T04:21:38",
            "name": "doc: remove redudant information from guide",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/4572/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/53286/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/53286/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 45D322082;\n\tMon,  6 May 2019 06:21:13 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 9A4941F28\n\tfor <dev@dpdk.org>; Mon,  6 May 2019 06:21:11 +0200 (CEST)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 May 2019 21:21:10 -0700",
            "from unknown (HELO saesrv02-S2600CWR.intel.com) ([10.224.122.203])\n\tby orsmga006.jf.intel.com with ESMTP; 05 May 2019 21:21:08 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,435,1549958400\"; d=\"scan'208\";a=\"141646595\"",
        "From": "Vipin Varghese <vipin.varghese@intel.com>",
        "To": "dev@dpdk.org,\n\tmarko.kovacevic@intel.com,\n\tjohn.mcnamara@intel.com",
        "Cc": "sanjay.padubidri@intel.com,\n\tVipin Varghese <vipin.varghese@intel.com>",
        "Date": "Mon,  6 May 2019 09:51:38 +0530",
        "Message-Id": "<20190506042138.29731-1-vipin.varghese@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH] doc: remove redudant information from guide",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Remove redudant information from section 'Performance issue isolation'.\nReword for packet capture header.\n\nSigned-off-by: Vipin Varghese <vipin.varghese@intel.com>\n---\n doc/guides/howto/debug_troubleshoot.rst | 8 ++------\n 1 file changed, 2 insertions(+), 6 deletions(-)",
    "diff": "diff --git a/doc/guides/howto/debug_troubleshoot.rst b/doc/guides/howto/debug_troubleshoot.rst\nindex 6abddcd32..cef016b2f 100644\n--- a/doc/guides/howto/debug_troubleshoot.rst\n+++ b/doc/guides/howto/debug_troubleshoot.rst\n@@ -298,10 +298,6 @@ Custom worker function :numref:`dtg_distributor_worker`.\n \n #. Performance issue isolation\n \n-   * The functions running on CPU cores without context switches are the\n-     performing scenarios. Identify lcore with ``rte_lcore`` and lcore index\n-     mapping with CPU using ``rte_lcore_index``.\n-\n    * The functions running on CPU cores without context switches are the\n      performing scenarios. Identify lcore with ``rte_lcore`` and lcore index\n      mapping with CPU using ``rte_lcore_index``.\n@@ -404,8 +400,8 @@ Traffic Manager on TX interface :numref:`dtg_qos_tx`.\n    for drops for hierarchy, schedulers and WRED configurations.\n \n \n-Is the packet not in the unexpected format?\n-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n+Is the packet in the unexpected format?\n+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n \n Packet capture before and after processing :numref:`dtg_pdump`.\n \n",
    "prefixes": []
}