List cover comments

GET /api/covers/40801/comments/?format=api&order=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/40801/comments/?format=api&order=-id&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/40801/comments/?format=api&order=-id&page=1>; rel="last"
Vary: Accept
[ { "id": 82230, "web_url": "http://patches.dpdk.org/comment/82230/", "msgid": "<ac837bca-47b9-b20d-4e18-58395632343c@redhat.com>", "list_archive_url": "https://inbox.dpdk.org/dev/ac837bca-47b9-b20d-4e18-58395632343c@redhat.com", "date": "2018-06-15T08:00:06", "subject": "Re: [dpdk-dev] [PATCH v3 0/2] vhost: support host notifier", "submitter": { "id": 512, "url": "http://patches.dpdk.org/api/people/512/?format=api", "name": "Maxime Coquelin", "email": "maxime.coquelin@redhat.com" }, "content": "On 06/08/2018 05:22 AM, Tiwei Bie wrote:\n> The host notifier support in vhost-user has been merged\n> into QEMU. This patch set enables the support for host\n> notifier in DPDK vhost-user and ifcvf driver.\n> \n> The original subject is:\n> Extend vhost to support VFIO based accelerator\n> \n> v3:\n> - Address the changes in QEMU\n> - Minor fixes and refinements\n> \n> Tiwei Bie (2):\n> vhost: support host notifier\n> net/ifcvf: enable the host notifier support\n> \n> drivers/net/ifc/ifcvf_vdpa.c | 3 +\n> lib/librte_vhost/rte_vhost.h | 8 ++\n> lib/librte_vhost/vhost.c | 3 +\n> lib/librte_vhost/vhost.h | 1 +\n> lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++\n> lib/librte_vhost/vhost_user.h | 13 ++-\n> 6 files changed, 173 insertions(+), 1 deletion(-)\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 19DB91D70D;\n\tFri, 15 Jun 2018 10:00:11 +0200 (CEST)", "from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73])\n\tby dpdk.org (Postfix) with ESMTP id 871961D6C8\n\tfor <dev@dpdk.org>; Fri, 15 Jun 2018 10:00:09 +0200 (CEST)", "from smtp.corp.redhat.com\n\t(int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6])\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 262884023841;\n\tFri, 15 Jun 2018 08:00:09 +0000 (UTC)", "from [10.36.112.38] (ovpn-112-38.ams2.redhat.com [10.36.112.38])\n\tby smtp.corp.redhat.com (Postfix) with ESMTPS id 8F50C2166BD6;\n\tFri, 15 Jun 2018 08:00:07 +0000 (UTC)" ], "To": "Tiwei Bie <tiwei.bie@intel.com>, dev@dpdk.org", "References": "<20180608032224.22049-1-tiwei.bie@intel.com>", "From": "Maxime Coquelin <maxime.coquelin@redhat.com>", "Message-ID": "<ac837bca-47b9-b20d-4e18-58395632343c@redhat.com>", "Date": "Fri, 15 Jun 2018 10:00:06 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.7.0", "MIME-Version": "1.0", "In-Reply-To": "<20180608032224.22049-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.6", "X-Greylist": [ "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.11.55.6]); Fri, 15 Jun 2018 08:00:09 +0000 (UTC)", "inspected by milter-greylist-4.5.16 (mx1.redhat.com\n\t[10.11.55.6]); \n\tFri, 15 Jun 2018 08:00:09 +0000 (UTC) for IP:'10.11.54.6'\n\tDOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com'\n\tHELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:''" ], "Subject": "Re: [dpdk-dev] [PATCH v3 0/2] vhost: support host notifier", "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://dpdk.org/ml/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": 82227, "web_url": "http://patches.dpdk.org/comment/82227/", "msgid": "<ab0abd3a-f2e2-28bf-5771-a6db02f832e0@redhat.com>", "list_archive_url": "https://inbox.dpdk.org/dev/ab0abd3a-f2e2-28bf-5771-a6db02f832e0@redhat.com", "date": "2018-06-15T07:35:41", "subject": "Re: [dpdk-dev] [PATCH v3 0/2] vhost: support host notifier", "submitter": { "id": 512, "url": "http://patches.dpdk.org/api/people/512/?format=api", "name": "Maxime Coquelin", "email": "maxime.coquelin@redhat.com" }, "content": "On 06/08/2018 05:22 AM, Tiwei Bie wrote:\n> The host notifier support in vhost-user has been merged\n> into QEMU. This patch set enables the support for host\n> notifier in DPDK vhost-user and ifcvf driver.\n> \n> The original subject is:\n> Extend vhost to support VFIO based accelerator\n> \n> v3:\n> - Address the changes in QEMU\n> - Minor fixes and refinements\n> \n> Tiwei Bie (2):\n> vhost: support host notifier\n> net/ifcvf: enable the host notifier support\n> \n> drivers/net/ifc/ifcvf_vdpa.c | 3 +\n> lib/librte_vhost/rte_vhost.h | 8 ++\n> lib/librte_vhost/vhost.c | 3 +\n> lib/librte_vhost/vhost.h | 1 +\n> lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++\n> lib/librte_vhost/vhost_user.h | 13 ++-\n> 6 files changed, 173 insertions(+), 1 deletion(-)\n> \n\nFor the series:\nReviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>\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 346C21D6D0;\n\tFri, 15 Jun 2018 09:35:44 +0200 (CEST)", "from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73])\n\tby dpdk.org (Postfix) with ESMTP id C824C1D42F\n\tfor <dev@dpdk.org>; Fri, 15 Jun 2018 09:35:43 +0200 (CEST)", "from smtp.corp.redhat.com\n\t(int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6])\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 266DE87A81;\n\tFri, 15 Jun 2018 07:35:43 +0000 (UTC)", "from [10.36.112.38] (ovpn-112-38.ams2.redhat.com [10.36.112.38])\n\tby smtp.corp.redhat.com (Postfix) with ESMTPS id 998FC2166BB2;\n\tFri, 15 Jun 2018 07:35:42 +0000 (UTC)" ], "To": "Tiwei Bie <tiwei.bie@intel.com>, dev@dpdk.org", "References": "<20180608032224.22049-1-tiwei.bie@intel.com>", "From": "Maxime Coquelin <maxime.coquelin@redhat.com>", "Message-ID": "<ab0abd3a-f2e2-28bf-5771-a6db02f832e0@redhat.com>", "Date": "Fri, 15 Jun 2018 09:35:41 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.7.0", "MIME-Version": "1.0", "In-Reply-To": "<20180608032224.22049-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.6", "X-Greylist": [ "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.11.55.1]); Fri, 15 Jun 2018 07:35:43 +0000 (UTC)", "inspected by milter-greylist-4.5.16 (mx1.redhat.com\n\t[10.11.55.1]); \n\tFri, 15 Jun 2018 07:35:43 +0000 (UTC) for IP:'10.11.54.6'\n\tDOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com'\n\tHELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:''" ], "Subject": "Re: [dpdk-dev] [PATCH v3 0/2] vhost: support host notifier", "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>", "List-Archive": "<http://dpdk.org/ml/archives/dev/>", "List-Post": "<mailto:dev@dpdk.org>", "List-Help": "<mailto:dev-request@dpdk.org?subject=help>", "List-Subscribe": "<https://dpdk.org/ml/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 } ]