Re: [dpdk-dev] [PATCH v1 0/3] net/mlx4: additional interrupt handling fixes

2017-09-08 Thread Ferruh Yigit
On 9/5/2017 1:56 PM, Adrien Mazarguil wrote: > While the previous interrupt rework improved the situation, it failed to > address one last issue pointed out by Matan: RMV/LSC events may be missed > and not reported to the application. > > Adrien Mazarguil (3): > net/mlx4: fix unhandled event deb

Re: [dpdk-dev] [PATCH v1 0/3] net/mlx4: additional interrupt handling fixes

2017-09-05 Thread Gaƫtan Rivet
On Tue, Sep 05, 2017 at 02:56:36PM +0200, Adrien Mazarguil wrote: > While the previous interrupt rework improved the situation, it failed to > address one last issue pointed out by Matan: RMV/LSC events may be missed > and not reported to the application. > > Adrien Mazarguil (3): > net/mlx4: fi

[dpdk-dev] [PATCH v1 0/3] net/mlx4: additional interrupt handling fixes

2017-09-05 Thread Adrien Mazarguil
While the previous interrupt rework improved the situation, it failed to address one last issue pointed out by Matan: RMV/LSC events may be missed and not reported to the application. Adrien Mazarguil (3): net/mlx4: fix unhandled event debug message net/mlx4: fix rescheduled link status check