get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48236,
    "url": "http://patches.dpdk.org/api/patches/48236/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181122025138.31824-1-tiwei.bie@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": "<20181122025138.31824-1-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20181122025138.31824-1-tiwei.bie@intel.com",
    "date": "2018-11-22T02:51:38",
    "name": "doc: update commands for pdump",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "c76605e6191e6d31745a83cd10e929a2133e7a56",
    "submitter": {
        "id": 617,
        "url": "http://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@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/20181122025138.31824-1-tiwei.bie@intel.com/mbox/",
    "series": [
        {
            "id": 2528,
            "url": "http://patches.dpdk.org/api/series/2528/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=2528",
            "date": "2018-11-22T02:51:38",
            "name": "doc: update commands for pdump",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/2528/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/48236/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/48236/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 EF08B1B1DD;\n\tThu, 22 Nov 2018 03:53:46 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 0FE591B1A0;\n\tThu, 22 Nov 2018 03:53:45 +0100 (CET)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t21 Nov 2018 18:53:43 -0800",
            "from btwcube1.sh.intel.com ([10.67.104.173])\n\tby orsmga006.jf.intel.com with ESMTP; 21 Nov 2018 18:53:42 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,263,1539673200\"; d=\"scan'208\";a=\"93053443\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "reshma.pattan@intel.com, john.mcnamara@intel.com,\n\tmarko.kovacevic@intel.com, stable@dpdk.org",
        "Date": "Thu, 22 Nov 2018 10:51:38 +0800",
        "Message-Id": "<20181122025138.31824-1-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.14.5",
        "Subject": "[dpdk-dev] [PATCH] doc: update commands for pdump",
        "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": "The --server-socket-path and --client-socket-path options\nhave already been removed. So also remove them from the doc\nto avoid confusion.\n\nFixes: 09f4aa2b955f (\"app/pdump: remove unused socket path options\")\nCc: stable@dpdk.org\n\nSigned-off-by: Tiwei Bie <tiwei.bie@intel.com>\n---\n doc/guides/tools/pdump.rst | 10 ----------\n 1 file changed, 10 deletions(-)",
    "diff": "diff --git a/doc/guides/tools/pdump.rst b/doc/guides/tools/pdump.rst\nindex 5168c81ab..7c2b73e72 100644\n--- a/doc/guides/tools/pdump.rst\n+++ b/doc/guides/tools/pdump.rst\n@@ -42,8 +42,6 @@ The tool has a number of command line options:\n                                    [ring-size=<ring size>],\n                                    [mbuf-size=<mbuf data size>],\n                                    [total-num-mbufs=<number of mbufs>]'\n-                          [--server-socket-path=<server socket dir>]\n-                          [--client-socket-path=<client socket dir>]\n \n The ``--pdump`` command line option is mandatory and it takes various sub arguments which are described in\n below section.\n@@ -56,14 +54,6 @@ below section.\n \n       * Multiple instances of ``--pdump`` can be passed to capture packets on different port and queue combinations.\n \n-The ``--server-socket-path`` command line option is optional. This represents the server socket directory.\n-If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``\n-for non root users.\n-\n-The ``--client-socket-path`` command line option is optional. This represents the client socket directory.\n-If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``\n-for non root users.\n-\n \n The ``--pdump`` parameters\n ~~~~~~~~~~~~~~~~~~~~~~~~~~\n",
    "prefixes": []
}