Re: [dpdk-dev] [PATCH v8 0/3] net/failsafe: add Rx interrupts support

2018-01-26 Thread Ferruh Yigit
On 1/25/2018 4:53 PM, Gaëtan Rivet wrote: > Hi Moti, > > There are still a few nits here and there, but nothing important. > > Acked-by: Gaetan Rivet Series applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH v8 0/3] net/failsafe: add Rx interrupts support

2018-01-25 Thread Gaëtan Rivet
Hi Moti, There are still a few nits here and there, but nothing important. Acked-by: Gaetan Rivet Regards, -- Gaëtan Rivet 6WIND

[dpdk-dev] [PATCH v8 0/3] net/failsafe: add Rx interrupts support

2018-01-25 Thread Moti Haimovsky
These three patches add support for registering and waiting for Rx interrupts in failsafe PMD. This allows applications to wait for Rx events from the PMD using the DPDK rte_epoll subsystem. The failsafe PMD presents to the application a facade of a single device to be handled by the application wh