[dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2

2015-10-28 Thread Pavel Boldin
Huawei, Thomas, Please find an updated patchset in the appropriate mail thread. With best regards, Pavel On Mon, Oct 26, 2015 at 3:45 AM, Xie, Huawei wrote: > On 10/21/2015 8:16 PM, Pavel Boldin wrote: > > Xie, > > > > Please find my comments intermixed below. > > > > On Tue, Oct 20, 2015 at 1

[dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2

2015-10-26 Thread Xie, Huawei
On 10/21/2015 8:16 PM, Pavel Boldin wrote: > Xie, > > Please find my comments intermixed below. > > On Tue, Oct 20, 2015 at 12:52 PM, Xie, Huawei > wrote: > > Thanks Pavel for this work. > This is what we think is the better implementation for eventfd >

[dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2

2015-10-21 Thread Pavel Boldin
Xie, Please find my comments intermixed below. On Tue, Oct 20, 2015 at 12:52 PM, Xie, Huawei wrote: > Thanks Pavel for this work. > This is what we think is the better implementation for eventfd proxy, in > our last review. > Could you add an additional patch to remove the old implementation? >

[dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2

2015-10-20 Thread Xie, Huawei
Thanks Pavel for this work. This is what we think is the better implementation for eventfd proxy, in our last review. Could you add an additional patch to remove the old implementation? Again, please run checkpatch.pl against your patch. On 8/29/2015 2:51 AM, Pavel Boldin wrote: [...] > + > +int

[dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2

2015-08-28 Thread Pavel Boldin
Signed-off-by: Pavel Boldin --- lib/librte_vhost/vhost_cuse/eventfd_copy.c | 54 ++-- lib/librte_vhost/vhost_cuse/eventfd_copy.h | 6 lib/librte_vhost/vhost_cuse/vhost-net-cdev.c | 3 ++ 3 files changed, 44 insertions(+), 19 deletions(-) diff --git a/lib/librte