Re: [dpdk-dev] [PATCH 1/1] net/mlx4: update link status upon probing with lsc

2017-03-17 Thread Adrien Mazarguil
On Fri, Mar 03, 2017 at 04:39:56PM +0100, Gaetan Rivet wrote: > If LSC interrupts are enabled, the application expects the link_update > ops to be executed by the PMD itself. > > No link status change event is received upon probing, therefore the link > status update must be forced. > > Fixes: c4

[dpdk-dev] [PATCH 1/1] net/mlx4: update link status upon probing with lsc

2017-03-03 Thread Gaetan Rivet
If LSC interrupts are enabled, the application expects the link_update ops to be executed by the PMD itself. No link status change event is received upon probing, therefore the link status update must be forced. Fixes: c4da6caa426d ("mlx4: handle link status interrupts") Cc: sta...@dpdk.org Sign