get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57017,
    "url": "https://patches.dpdk.org/api/patches/57017/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190724122719.103271-1-jasvinder.singh@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": "<20190724122719.103271-1-jasvinder.singh@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190724122719.103271-1-jasvinder.singh@intel.com",
    "date": "2019-07-24T12:27:19",
    "name": "examples/qos_sched: add more tc to red configuration",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "2e53aac0456ebfa3dd81224de68b6461cc261980",
    "submitter": {
        "id": 285,
        "url": "https://patches.dpdk.org/api/people/285/?format=api",
        "name": "Jasvinder Singh",
        "email": "jasvinder.singh@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190724122719.103271-1-jasvinder.singh@intel.com/mbox/",
    "series": [
        {
            "id": 5703,
            "url": "https://patches.dpdk.org/api/series/5703/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=5703",
            "date": "2019-07-24T12:27:19",
            "name": "examples/qos_sched: add more tc to red configuration",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/5703/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/57017/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/57017/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 C9CA21C1D5;\n\tWed, 24 Jul 2019 14:27:12 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 916D21C1D0\n\tfor <dev@dpdk.org>; Wed, 24 Jul 2019 14:27:10 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t24 Jul 2019 05:27:09 -0700",
            "from silpixa00381635.ir.intel.com (HELO\n\tsilpixa00381635.ger.corp.intel.com) ([10.237.223.4])\n\tby FMSMGA003.fm.intel.com with ESMTP; 24 Jul 2019 05:27: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.64,302,1559545200\"; d=\"scan'208\";a=\"177641784\"",
        "From": "Jasvinder Singh <jasvinder.singh@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "cristian.dumitrescu@intel.com",
        "Date": "Wed, 24 Jul 2019 13:27:19 +0100",
        "Message-Id": "<20190724122719.103271-1-jasvinder.singh@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH] examples/qos_sched: add more tc to red\n\tconfiguration",
        "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": "Add RED configuration to more traffic classes in app configuration\nfiles.\n\nSigned-off-by: Jasvinder Singh <jasvinder.singh@intel.com>\n---\n examples/qos_sched/profile.cfg    | 20 ++++++++++++++++++++\n examples/qos_sched/profile_ov.cfg | 20 ++++++++++++++++++++\n 2 files changed, 40 insertions(+)",
    "diff": "diff --git a/examples/qos_sched/profile.cfg b/examples/qos_sched/profile.cfg\nindex df7c6d1d8..010a13715 100644\n--- a/examples/qos_sched/profile.cfg\n+++ b/examples/qos_sched/profile.cfg\n@@ -145,3 +145,23 @@ tc 8 wred min = 48 40 32\n tc 8 wred max = 64 64 64\n tc 8 wred inv prob = 10 10 10\n tc 8 wred weight = 9 9 9\n+\n+tc 9 wred min = 48 40 32\n+tc 9 wred max = 64 64 64\n+tc 9 wred inv prob = 10 10 10\n+tc 9 wred weight = 9 9 9\n+\n+tc 10 wred min = 48 40 32\n+tc 10 wred max = 64 64 64\n+tc 10 wred inv prob = 10 10 10\n+tc 10 wred weight = 9 9 9\n+\n+tc 11 wred min = 48 40 32\n+tc 11 wred max = 64 64 64\n+tc 11 wred inv prob = 10 10 10\n+tc 11 wred weight = 9 9 9\n+\n+tc 12 wred min = 48 40 32\n+tc 12 wred max = 64 64 64\n+tc 12 wred inv prob = 10 10 10\n+tc 12 wred weight = 9 9 9\ndiff --git a/examples/qos_sched/profile_ov.cfg b/examples/qos_sched/profile_ov.cfg\nindex c0b7b3c3d..f49319115 100644\n--- a/examples/qos_sched/profile_ov.cfg\n+++ b/examples/qos_sched/profile_ov.cfg\n@@ -128,3 +128,23 @@ tc 8 wred min = 48 40 32\n tc 8 wred max = 64 64 64\n tc 8 wred inv prob = 10 10 10\n tc 8 wred weight = 9 9 9\n+\n+tc 9 wred min = 48 40 32\n+tc 9 wred max = 64 64 64\n+tc 9 wred inv prob = 10 10 10\n+tc 9 wred weight = 9 9 9\n+\n+tc 10 wred min = 48 40 32\n+tc 10 wred max = 64 64 64\n+tc 10 wred inv prob = 10 10 10\n+tc 10 wred weight = 9 9 9\n+\n+tc 11 wred min = 48 40 32\n+tc 11 wred max = 64 64 64\n+tc 11 wred inv prob = 10 10 10\n+tc 11 wred weight = 9 9 9\n+\n+tc 12 wred min = 48 40 32\n+tc 12 wred max = 64 64 64\n+tc 12 wred inv prob = 10 10 10\n+tc 12 wred weight = 9 9 9\n",
    "prefixes": []
}