get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 47110,
    "url": "https://patches.dpdk.org/api/patches/47110/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1540198001-127116-1-git-send-email-rosen.xu@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": "<1540198001-127116-1-git-send-email-rosen.xu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1540198001-127116-1-git-send-email-rosen.xu@intel.com",
    "date": "2018-10-22T08:46:39",
    "name": "[v2,0/2] Add and identify shaper profile parameters",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 946,
        "url": "https://patches.dpdk.org/api/people/946/?format=api",
        "name": "Xu, Rosen",
        "email": "rosen.xu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1540198001-127116-1-git-send-email-rosen.xu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/47110/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/47110/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 0D3564CA5;\n\tMon, 22 Oct 2018 10:46:32 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 2ECF24C9F\n\tfor <dev@dpdk.org>; Mon, 22 Oct 2018 10:46:30 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t22 Oct 2018 01:46:29 -0700",
            "from dpdkx8602.sh.intel.com ([10.67.110.200])\n\tby fmsmga005.fm.intel.com with ESMTP; 22 Oct 2018 01:46:27 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.54,411,1534834800\"; d=\"scan'208\";a=\"273346954\"",
        "From": "Rosen Xu <rosen.xu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "cristian.dumitrescu@intel.com, wenzhuo.lu@intel.com,\n\tjasvinder.singh@intel.com, rosen.xu@intel.com, ferruh.yigit@intel.com",
        "Date": "Mon, 22 Oct 2018 16:46:39 +0800",
        "Message-Id": "<1540198001-127116-1-git-send-email-rosen.xu@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1534156498-57837-1-git-send-email-rosen.xu@intel.com>",
        "References": "<1534156498-57837-1-git-send-email-rosen.xu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] Add and identify shaper profile parameters",
        "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": "v2 updates:\n==========\n - Updated commmand section\n - Updated the documentation\n\nv1 updates:\n==========\n - Added committed and peak parameters\n\nAs struct rte_tm_shaper_params defined, the command line of\ntest-pmd should include committed and peak parameters, but\nright now the command line doesn't identify whether it's\ncommitted or peak parameter. This patch identifies and\nadds the clarify definition. This patch also update command\nsection and the documentation.\n\n\nRosen Xu (2):\n  app/test-pmd: add and identify shaper profile parameters\n  doc/guides/testpmd_app_ug: update documentation for added shaper\n    profile parameters\n\n app/test-pmd/cmdline.c                      |  3 ++-\n app/test-pmd/cmdline_tm.c                   | 34 ++++++++++++++++++++---------\n doc/guides/testpmd_app_ug/testpmd_funcs.rst |  9 +++++---\n 3 files changed, 32 insertions(+), 14 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}