[dpdk-dev] [PATCH v6 0/3] vhost: eventfd_link refactoring

2015-10-30 Thread Thomas Monjalon
2015-10-29 18:33, Xie, Huawei: > On 10/29/2015 2:34 AM, Pavel Boldin wrote: > > The patchset contains an attempt at the refactoring the `eventfd_link` > > kernel module that is used to steal an FD in DPDK. > > > > The first patch refactors old EVENTFD_COPY handler fixing the codepath > > and errors

[dpdk-dev] [PATCH v6 0/3] vhost: eventfd_link refactoring

2015-10-29 Thread Xie, Huawei
On 10/29/2015 2:34 AM, Pavel Boldin wrote: > The patchset contains an attempt at the refactoring the `eventfd_link` > kernel module that is used to steal an FD in DPDK. > > The first patch refactors old EVENTFD_COPY handler fixing the codepath > and errors returned from the kernel space. This patch

[dpdk-dev] [PATCH v6 0/3] vhost: eventfd_link refactoring

2015-10-28 Thread Pavel Boldin
The patchset contains an attempt at the refactoring the `eventfd_link` kernel module that is used to steal an FD in DPDK. The first patch refactors old EVENTFD_COPY handler fixing the codepath and errors returned from the kernel space. This patch is retained for the backward compatibility. The ne