get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8535,
    "url": "https://patches.dpdk.org/api/patches/8535/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1446472145-21455-1-git-send-email-konstantin.ananyev@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": "<1446472145-21455-1-git-send-email-konstantin.ananyev@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446472145-21455-1-git-send-email-konstantin.ananyev@intel.com",
    "date": "2015-11-02T13:49:05",
    "name": "[dpdk-dev] app/testpmd: add 'show (rxq|txq)' command description into UG and cmdline help",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "357c9c2167f78e4612f659279b18133c0bca5e80",
    "submitter": {
        "id": 33,
        "url": "https://patches.dpdk.org/api/people/33/?format=api",
        "name": "Ananyev, Konstantin",
        "email": "konstantin.ananyev@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1446472145-21455-1-git-send-email-konstantin.ananyev@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8535/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8535/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 8E7AF8D9F;\n\tMon,  2 Nov 2015 14:49:26 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 70C938D99\n\tfor <dev@dpdk.org>; Mon,  2 Nov 2015 14:49:24 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga103.jf.intel.com with ESMTP; 02 Nov 2015 05:49:10 -0800",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga003.jf.intel.com with ESMTP; 02 Nov 2015 05:49:10 -0800",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\ttA2Dn9uI024800; Mon, 2 Nov 2015 13:49:09 GMT",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id tA2Dn8UX021496;\n\tMon, 2 Nov 2015 13:49:08 GMT",
            "(from kananye1@localhost)\n\tby sivswdev02.ir.intel.com with  id tA2Dn8dT021491;\n\tMon, 2 Nov 2015 13:49:08 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,234,1444719600\"; d=\"scan'208\";a=\"676646637\"",
        "From": "Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon,  2 Nov 2015 13:49:05 +0000",
        "Message-Id": "<1446472145-21455-1-git-send-email-konstantin.ananyev@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] app/testpmd: add 'show (rxq|txq)' command\n\tdescription into UG and cmdline help",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>\n---\n app/test-pmd/cmdline.c                      | 3 +++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++++++\n 2 files changed, 10 insertions(+)",
    "diff": "diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c\nindex 0afdc96..ae9be81 100644\n--- a/app/test-pmd/cmdline.c\n+++ b/app/test-pmd/cmdline.c\n@@ -199,6 +199,9 @@ static void cmd_help_long_parsed(void *parsed_result,\n \t\t\t\"clear port (info|stats|xstats|fdir|stat_qmap) (port_id|all)\\n\"\n \t\t\t\"    Clear information for port_id, or all.\\n\\n\"\n \n+\t\t\t\"show (rxq|txq) info (port_id) (queue_id)\\n\"\n+\t\t\t\"    Display information for configured RX/TX queue.\\n\\n\"\n+\n \t\t\t\"show config (rxtx|cores|fwd)\\n\"\n \t\t\t\"    Display the given configuration.\\n\\n\"\n \ndiff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\nindex 2d0599d..ad9889d 100644\n--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst\n@@ -205,6 +205,13 @@ For example::\n \n    testpmd> clear port stats all\n \n+show (rxq|txq)\n+~~~~~~~~~~~~~~\n+\n+Display information for a given port's RX/TX queue::\n+\n+   testpmd> show (rxq|txq) info (port_id) (queue_id)\n+\n show config\n ~~~~~~~~~~~\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}