get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 44011,
    "url": "http://patches.dpdk.org/api/patches/44011/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180830105422.1198-3-david.hunt@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": "<20180830105422.1198-3-david.hunt@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180830105422.1198-3-david.hunt@intel.com",
    "date": "2018-08-30T10:54:17",
    "name": "[v1,2/7] lib/power: add changes for host commands/policies",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "232d6ff3a11cf3b66a858309a43e80e12c104ee0",
    "submitter": {
        "id": 342,
        "url": "http://patches.dpdk.org/api/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@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/20180830105422.1198-3-david.hunt@intel.com/mbox/",
    "series": [
        {
            "id": 1109,
            "url": "http://patches.dpdk.org/api/series/1109/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=1109",
            "date": "2018-08-30T10:54:15",
            "name": "add json power policy interface for containers",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/1109/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/44011/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/44011/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 89BCA4CB3;\n\tThu, 30 Aug 2018 12:55:03 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id 1232C4C8D\n\tfor <dev@dpdk.org>; Thu, 30 Aug 2018 12:54:58 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t30 Aug 2018 03:54:58 -0700",
            "from silpixa00399952.ir.intel.com (HELO\n\tsilpixa00399952.ger.corp.intel.com) ([10.237.223.64])\n\tby fmsmga004.fm.intel.com with ESMTP; 30 Aug 2018 03:54:57 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,306,1531810800\"; d=\"scan'208\";a=\"84641474\"",
        "From": "David Hunt <david.hunt@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "john.mcnamara@intel.com,\n\tdavid.hunt@intel.com",
        "Date": "Thu, 30 Aug 2018 11:54:17 +0100",
        "Message-Id": "<20180830105422.1198-3-david.hunt@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20180830105422.1198-1-david.hunt@intel.com>",
        "References": "<20180830105422.1198-1-david.hunt@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v1 2/7] lib/power: add changes for host\n\tcommands/policies",
        "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": "Signed-off-by: David Hunt <david.hunt@intel.com>\n---\n lib/librte_power/channel_commands.h | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h\nindex ee638eefa..a82724911 100644\n--- a/lib/librte_power/channel_commands.h\n+++ b/lib/librte_power/channel_commands.h\n@@ -19,6 +19,7 @@ extern \"C\" {\n #define CPU_POWER               1\n #define CPU_POWER_CONNECT       2\n #define PKT_POLICY              3\n+#define PKT_POLICY_REMOVE       4\n \n /* CPU Power Command Scaling */\n #define CPU_POWER_SCALE_UP      1\n@@ -58,6 +59,8 @@ struct traffic {\n \tuint32_t max_max_packet_thresh;\n };\n \n+enum core_type { VIRTUAL = 0, PHYSICAL };\n+\n struct channel_packet {\n \tuint64_t resource_id; /**< core_num, device */\n \tuint32_t unit;        /**< scale down/up/min/max */\n@@ -70,6 +73,7 @@ struct channel_packet {\n \tuint8_t vcpu_to_control[MAX_VCPU_PER_VM];\n \tuint8_t num_vcpu;\n \tstruct timer_profile timer_policy;\n+\tenum core_type core_type;\n \tenum workload workload;\n \tenum policy_to_use policy_to_use;\n \tstruct t_boost_status t_boost_status;\n",
    "prefixes": [
        "v1",
        "2/7"
    ]
}