List cover comments

GET /api/covers/44289/comments/?format=api&order=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/44289/comments/?format=api&order=id&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/44289/comments/?format=api&order=id&page=1>; rel="last"
Vary: Accept
[ { "id": 85393, "web_url": "http://patches.dpdk.org/comment/85393/", "msgid": "<3c5be3de-b56f-66aa-3dd3-032549fd7f66@redhat.com>", "list_archive_url": "https://inbox.dpdk.org/dev/3c5be3de-b56f-66aa-3dd3-032549fd7f66@redhat.com", "date": "2018-09-11T13:11:44", "subject": "Re: [dpdk-dev] [PATCH 0/3] Some fixes/improvements for virtio-user\n\tmemory table", "submitter": { "id": 512, "url": "http://patches.dpdk.org/api/people/512/?format=api", "name": "Maxime Coquelin", "email": "maxime.coquelin@redhat.com" }, "content": "On 09/05/2018 06:28 AM, Tiwei Bie wrote:\n> This series consists of some fixes and improvements for virtio-user's\n> memory table preparation.\n> \n> This series supersedes below patches:\n> https://patches.dpdk.org/patch/43807/\n> https://patches.dpdk.org/patch/43918/\n> \n> The second patch in this series depends on the below patch set:\n> http://patches.dpdk.org/project/dpdk/list/?series=1177\n> \n> Tiwei Bie (3):\n> net/virtio-user: fix deadlock in memory events callback\n> net/virtio-user: avoid parsing process mappings\n> net/virtio-user: fix memory hotplug support in vhost-kernel\n> \n> drivers/net/virtio/virtio_user/vhost_kernel.c | 50 +++--\n> drivers/net/virtio/virtio_user/vhost_user.c | 211 ++++++++----------\n> .../net/virtio/virtio_user/virtio_user_dev.c | 19 ++\n> 3 files changed, 135 insertions(+), 145 deletions(-)\n> \n\nThat's all good to me.\nI'll apply it once Anatoly's series is accepted.\n\nThanks,\nMaxime", "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 907804D27;\n\tTue, 11 Sep 2018 15:11:50 +0200 (CEST)", "from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73])\n\tby dpdk.org (Postfix) with ESMTP id 98C534CE4\n\tfor <dev@dpdk.org>; Tue, 11 Sep 2018 15:11:48 +0200 (CEST)", "from smtp.corp.redhat.com\n\t(int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id EF1D9A28C1;\n\tTue, 11 Sep 2018 13:11:47 +0000 (UTC)", "from [10.36.112.31] (ovpn-112-31.ams2.redhat.com [10.36.112.31])\n\tby smtp.corp.redhat.com (Postfix) with ESMTPS id 31FE910075F9;\n\tTue, 11 Sep 2018 13:11:45 +0000 (UTC)" ], "To": "Tiwei Bie <tiwei.bie@intel.com>, zhihong.wang@intel.com, dev@dpdk.org", "Cc": "seanbh@gmail.com, anatoly.burakov@intel.com", "References": "<20180905042852.6212-1-tiwei.bie@intel.com>", "From": "Maxime Coquelin <maxime.coquelin@redhat.com>", "Message-ID": "<3c5be3de-b56f-66aa-3dd3-032549fd7f66@redhat.com>", "Date": "Tue, 11 Sep 2018 15:11:44 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.9.1", "MIME-Version": "1.0", "In-Reply-To": "<20180905042852.6212-1-tiwei.bie@intel.com>", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Language": "en-US", "Content-Transfer-Encoding": "7bit", "X-Scanned-By": "MIMEDefang 2.78 on 10.11.54.3", "X-Greylist": [ "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.11.55.2]); Tue, 11 Sep 2018 13:11:48 +0000 (UTC)", "inspected by milter-greylist-4.5.16 (mx1.redhat.com\n\t[10.11.55.2]); \n\tTue, 11 Sep 2018 13:11:48 +0000 (UTC) for IP:'10.11.54.3'\n\tDOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com'\n\tHELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:''" ], "Subject": "Re: [dpdk-dev] [PATCH 0/3] Some fixes/improvements for virtio-user\n\tmemory table", "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": 85827, "web_url": "http://patches.dpdk.org/comment/85827/", "msgid": "<06a21151-e13b-4da8-3851-1fd8a4fd4c29@redhat.com>", "list_archive_url": "https://inbox.dpdk.org/dev/06a21151-e13b-4da8-3851-1fd8a4fd4c29@redhat.com", "date": "2018-09-20T07:35:45", "subject": "Re: [dpdk-dev] [PATCH 0/3] Some fixes/improvements for virtio-user\n\tmemory table", "submitter": { "id": 512, "url": "http://patches.dpdk.org/api/people/512/?format=api", "name": "Maxime Coquelin", "email": "maxime.coquelin@redhat.com" }, "content": "On 09/05/2018 06:28 AM, Tiwei Bie wrote:\n> This series consists of some fixes and improvements for virtio-user's\n> memory table preparation.\n> \n> This series supersedes below patches:\n> https://patches.dpdk.org/patch/43807/\n> https://patches.dpdk.org/patch/43918/\n> \n> The second patch in this series depends on the below patch set:\n> http://patches.dpdk.org/project/dpdk/list/?series=1177\n> \n> Tiwei Bie (3):\n> net/virtio-user: fix deadlock in memory events callback\n> net/virtio-user: avoid parsing process mappings\n> net/virtio-user: fix memory hotplug support in vhost-kernel\n> \n> drivers/net/virtio/virtio_user/vhost_kernel.c | 50 +++--\n> drivers/net/virtio/virtio_user/vhost_user.c | 211 ++++++++----------\n> .../net/virtio/virtio_user/virtio_user_dev.c | 19 ++\n> 3 files changed, 135 insertions(+), 145 deletions(-)\n> \n\nApplied to dpdk-next-virtio/master.\n\nThanks,\nMaxime", "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 1851D5B3C;\n\tThu, 20 Sep 2018 09:35:52 +0200 (CEST)", "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 478955920\n\tfor <dev@dpdk.org>; Thu, 20 Sep 2018 09:35:50 +0200 (CEST)", "from smtp.corp.redhat.com\n\t(int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 20DD83082A27;\n\tThu, 20 Sep 2018 07:35:49 +0000 (UTC)", "from [10.36.112.56] (ovpn-112-56.ams2.redhat.com [10.36.112.56])\n\tby smtp.corp.redhat.com (Postfix) with ESMTPS id 348943789;\n\tThu, 20 Sep 2018 07:35:46 +0000 (UTC)" ], "To": "Tiwei Bie <tiwei.bie@intel.com>, zhihong.wang@intel.com, dev@dpdk.org", "Cc": "seanbh@gmail.com, anatoly.burakov@intel.com", "References": "<20180905042852.6212-1-tiwei.bie@intel.com>", "From": "Maxime Coquelin <maxime.coquelin@redhat.com>", "Message-ID": "<06a21151-e13b-4da8-3851-1fd8a4fd4c29@redhat.com>", "Date": "Thu, 20 Sep 2018 09:35:45 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.9.1", "MIME-Version": "1.0", "In-Reply-To": "<20180905042852.6212-1-tiwei.bie@intel.com>", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Language": "en-US", "Content-Transfer-Encoding": "7bit", "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.15", "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.45]); Thu, 20 Sep 2018 07:35:49 +0000 (UTC)", "Subject": "Re: [dpdk-dev] [PATCH 0/3] Some fixes/improvements for virtio-user\n\tmemory table", "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 } ]