List patch comments

GET /api/patches/44722/comments/?format=api&order=date
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/patches/44722/comments/?format=api&order=date&page=1>; rel="first",
<http://patches.dpdk.org/api/patches/44722/comments/?format=api&order=date&page=1>; rel="last"
Vary: Accept
[ { "id": 86016, "web_url": "http://patches.dpdk.org/comment/86016/", "msgid": "<8c4533b1-6aed-96ee-c901-9241c34c2ff1@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/8c4533b1-6aed-96ee-c901-9241c34c2ff1@intel.com", "date": "2018-09-25T09:20:23", "subject": "Re: [dpdk-dev] [PATCH v3 1/8] examples/power: add checks around\n\thypervisor", "submitter": { "id": 4, "url": "http://patches.dpdk.org/api/people/4/?format=api", "name": "Burakov, Anatoly", "email": "anatoly.burakov@intel.com" }, "content": "On 14-Sep-18 2:53 PM, David Hunt wrote:\n> Allow vm_power_manager to run without requiring qemu to be present\n> on the machine. This will be required for instances where the JSON\n> interface is used for commands and polices, without any VMs present.\n> A use case for this is a container enviromnent.\n> \n> Signed-off-by: David Hunt <david.hunt@intel.com>\n> ---\n\n<snip>\n\n> --- a/examples/vm_power_manager/channel_monitor.c\n> +++ b/examples/vm_power_manager/channel_monitor.c\n> @@ -66,7 +66,7 @@ static void\n> core_share_status(int pNo)\n> {\n> \n> -\tint noVms, noVcpus, z, x, t;\n> +\tint noVms = 0, noVcpus = 0, z, x, t;\n> \n\nThis looks like a unrelated change?\n\n> \tget_all_vm(&noVms, &noVcpus);\n> \n>", "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 8A92156A3;\n\tTue, 25 Sep 2018 11:20:55 +0200 (CEST)", "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id B3D445699\n\tfor <dev@dpdk.org>; Tue, 25 Sep 2018 11:20:53 +0200 (CEST)", "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Sep 2018 02:20:52 -0700", "from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.55])\n\t([10.237.220.55])\n\tby fmsmga005.fm.intel.com with ESMTP; 25 Sep 2018 02:20:24 -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,301,1534834800\"; d=\"scan'208\";a=\"265504335\"", "To": "David Hunt <david.hunt@intel.com>, dev@dpdk.org", "Cc": "john.mcnamara@intel.com, stephen@networkplumber.org, lei.a.yao@intel.com,\n\tbruce.richardson@intel.com", "References": "<20180912144930.50578-1-david.hunt@intel.com>\n\t<20180914135406.52190-1-david.hunt@intel.com>\n\t<20180914135406.52190-2-david.hunt@intel.com>", "From": "\"Burakov, Anatoly\" <anatoly.burakov@intel.com>", "Message-ID": "<8c4533b1-6aed-96ee-c901-9241c34c2ff1@intel.com>", "Date": "Tue, 25 Sep 2018 10:20:23 +0100", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101\n\tThunderbird/52.9.1", "MIME-Version": "1.0", "In-Reply-To": "<20180914135406.52190-2-david.hunt@intel.com>", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Language": "en-US", "Content-Transfer-Encoding": "7bit", "Subject": "Re: [dpdk-dev] [PATCH v3 1/8] examples/power: add checks around\n\thypervisor", "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>" }, "addressed": null }, { "id": 86051, "web_url": "http://patches.dpdk.org/comment/86051/", "msgid": "<5e031658-7e2b-761b-9ca7-5fa059149695@intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/5e031658-7e2b-761b-9ca7-5fa059149695@intel.com", "date": "2018-09-25T13:47:18", "subject": "Re: [dpdk-dev] [PATCH v3 1/8] examples/power: add checks around\n\thypervisor", "submitter": { "id": 342, "url": "http://patches.dpdk.org/api/people/342/?format=api", "name": "Hunt, David", "email": "david.hunt@intel.com" }, "content": "On 25/9/2018 10:20 AM, Burakov, Anatoly wrote:\n> On 14-Sep-18 2:53 PM, David Hunt wrote:\n>> Allow vm_power_manager to run without requiring qemu to be present\n>> on the machine. This will be required for instances where the JSON\n>> interface is used for commands and polices, without any VMs present.\n>> A use case for this is a container enviromnent.\n>>\n>> Signed-off-by: David Hunt <david.hunt@intel.com>\n>> ---\n>\n> <snip>\n>\n>> --- a/examples/vm_power_manager/channel_monitor.c\n>> +++ b/examples/vm_power_manager/channel_monitor.c\n>> @@ -66,7 +66,7 @@ static void\n>>   core_share_status(int pNo)\n>>   {\n>>   -    int noVms, noVcpus, z, x, t;\n>> +    int noVms = 0, noVcpus = 0, z, x, t;\n>\n> This looks like a unrelated change?\n>\n>>       get_all_vm(&noVms, &noVcpus);\n>>\n>\n>\nI'll move it to a separate commit in the next version.\n\nThanks,\nDave.", "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 4A4F91B194;\n\tTue, 25 Sep 2018 15:47:23 +0200 (CEST)", "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id 98AFA1B193\n\tfor <dev@dpdk.org>; Tue, 25 Sep 2018 15:47:22 +0200 (CEST)", "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Sep 2018 06:47:21 -0700", "from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.37])\n\t([10.237.221.37])\n\tby orsmga003.jf.intel.com with ESMTP; 25 Sep 2018 06:47:20 -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,302,1534834800\"; d=\"scan'208\";a=\"86398225\"", "To": "\"Burakov, Anatoly\" <anatoly.burakov@intel.com>, dev@dpdk.org", "Cc": "john.mcnamara@intel.com, stephen@networkplumber.org, lei.a.yao@intel.com,\n\tbruce.richardson@intel.com", "References": "<20180912144930.50578-1-david.hunt@intel.com>\n\t<20180914135406.52190-1-david.hunt@intel.com>\n\t<20180914135406.52190-2-david.hunt@intel.com>\n\t<8c4533b1-6aed-96ee-c901-9241c34c2ff1@intel.com>", "From": "\"Hunt, David\" <david.hunt@intel.com>", "Message-ID": "<5e031658-7e2b-761b-9ca7-5fa059149695@intel.com>", "Date": "Tue, 25 Sep 2018 14:47:18 +0100", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101\n\tThunderbird/52.9.1", "MIME-Version": "1.0", "In-Reply-To": "<8c4533b1-6aed-96ee-c901-9241c34c2ff1@intel.com>", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Transfer-Encoding": "8bit", "Content-Language": "en-US", "Subject": "Re: [dpdk-dev] [PATCH v3 1/8] examples/power: add checks around\n\thypervisor", "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>" }, "addressed": null } ]