get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 77303,
    "url": "http://patches.dpdk.org/api/patches/77303/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/1599764335-1164-3-git-send-email-lihongx.ma@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<1599764335-1164-3-git-send-email-lihongx.ma@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/1599764335-1164-3-git-send-email-lihongx.ma@intel.com",
    "date": "2020-09-10T18:58:55",
    "name": "[V1,2/2] doc: add the required python lib - threadpool",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "38b44f47a663d084a06c77c1c3822d292db90d8b",
    "submitter": {
        "id": 1641,
        "url": "http://patches.dpdk.org/api/people/1641/?format=api",
        "name": "Ma, LihongX",
        "email": "lihongx.ma@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/1599764335-1164-3-git-send-email-lihongx.ma@intel.com/mbox/",
    "series": [
        {
            "id": 12121,
            "url": "http://patches.dpdk.org/api/series/12121/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=12121",
            "date": "2020-09-10T18:58:53",
            "name": "use the default python lib threadpool to maintain the pool of worker threads",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/12121/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/77303/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/77303/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dts-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 0E4ACA04B5;\n\tFri, 11 Sep 2020 04:32:26 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 02A061C0CE;\n\tFri, 11 Sep 2020 04:32:26 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by dpdk.org (Postfix) with ESMTP id 42B89DE0\n for <dts@dpdk.org>; Fri, 11 Sep 2020 04:32:24 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 10 Sep 2020 19:32:23 -0700",
            "from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174])\n by fmsmga004.fm.intel.com with ESMTP; 10 Sep 2020 19:32:23 -0700"
        ],
        "IronPort-SDR": [
            "\n a43JntVvVejICeOVt2BR3GTI+mIRY92+soI0utUM+tJ/73Sb8g00rYXJWvKCX7pRaZsIW6Ykl6\n aAbD/Tub6Jnw==",
            "\n VNbERSOMi5BuMg6/DArQR8mGHdisKHVbYzEnBbAVhW+r1VSxLXSyOXWnvLNlwZTN8JqwSLuS/t\n xG25g1KdyOZA=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9740\"; a=\"158714519\"",
            "E=Sophos;i=\"5.76,413,1592895600\"; d=\"scan'208\";a=\"158714519\"",
            "E=Sophos;i=\"5.76,413,1592895600\"; d=\"scan'208\";a=\"329592621\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "LihongX Ma <lihongx.ma@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "LihongX Ma <lihongx.ma@intel.com>",
        "Date": "Fri, 11 Sep 2020 02:58:55 +0800",
        "Message-Id": "<1599764335-1164-3-git-send-email-lihongx.ma@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1599764335-1164-1-git-send-email-lihongx.ma@intel.com>",
        "References": "<1599764335-1164-1-git-send-email-lihongx.ma@intel.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=y",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 2/2] doc: add the required python lib - threadpool",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "As use the python default threadpool to maintain the pool of worker threads,\nso the python lib threadpool is required when run dts.\n\nSigned-off-by: LihongX Ma <lihongx.ma@intel.com>\n---\n doc/dts_gsg/sys_reqs.rst | 1 +\n requirements.txt         | 1 +\n 2 files changed, 2 insertions(+)",
    "diff": "diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst\nindex 77022e2..1e20b99 100644\n--- a/doc/dts_gsg/sys_reqs.rst\n+++ b/doc/dts_gsg/sys_reqs.rst\n@@ -59,6 +59,7 @@ Python Module “pexpect”: this module provides API to automate interactive SS\n Python Module “docutils”: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX.\n Python Module “pcapy”: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network.\n Python Module “xlrd”: Xlrd is a Python module that extracts data from Excel spreadsheets.\n+Python Module “threadpool”: Threadpool is a Python module that maintains a pool of worker threads to perform time consuming operations in parallel.\n \n Please see installation instruction as the following:\n \ndiff --git a/requirements.txt b/requirements.txt\nindex 59b3d8e..cb9f636 100644\n--- a/requirements.txt\n+++ b/requirements.txt\n@@ -37,3 +37,4 @@ docutils\n pcapy\n xlrd\n scapy==2.4.3\n+threadpool\n",
    "prefixes": [
        "V1",
        "2/2"
    ]
}