[dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

2015-10-20 Thread Xie, Huawei
On 8/29/2015 2:51 AM, Pavel Boldin wrote: > * Move ioctl `EVENTFD_COPY' code to a separate function > * Remove extra #includes > * Introduce function fget_from_files > * Fix ioctl return values > > Signed-off-by: Pavel Boldin Basically OK with this patch since we have reviewed before. Could you sp

[dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

2015-09-30 Thread Pavel Boldin
Hi Thomas, On Tue, Sep 29, 2015 at 10:42 PM, Thomas Monjalon wrote: > Hi Pavel, > > 2015-09-23 23:25, Pavel Boldin: > > Ping. > > Are you requesting a review? > Yes. > I think you should set Huawei Xie in the recipient list. > Huawei Xie CCed > > Other note: it is not easy to follow the evol

[dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

2015-09-29 Thread Thomas Monjalon
Hi Pavel, 2015-09-23 23:25, Pavel Boldin: > Ping. Are you requesting a review? I think you should set Huawei Xie in the recipient list. Other note: it is not easy to follow the evolution of your patches because there is no cover letter and the numbering (v5) is not incremented. These little det

[dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

2015-09-23 Thread Pavel Boldin
Ping. On Fri, Aug 28, 2015 at 9:51 PM, Pavel Boldin wrote: > * Move ioctl `EVENTFD_COPY' code to a separate function > * Remove extra #includes > * Introduce function fget_from_files > * Fix ioctl return values > > Signed-off-by: Pavel Boldin > --- > lib/librte_vhost/eventfd_link/eventfd_link.

[dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler

2015-08-28 Thread Pavel Boldin
* Move ioctl `EVENTFD_COPY' code to a separate function * Remove extra #includes * Introduce function fget_from_files * Fix ioctl return values Signed-off-by: Pavel Boldin --- lib/librte_vhost/eventfd_link/eventfd_link.c | 188 +++ 1 file changed, 103 insertions(+), 85 de