On 1/31/2017 3:40 PM, Nélio Laranjeiro wrote: > On Tue, Jan 31, 2017 at 03:13:38PM +0200, Shahaf Shuler wrote: >> Query the link status can end up in an inconsist state where the port is >> down but it is reporting speed. For that another query is scheduled for a >> later time. >> A race condition is possible between the scheduled call and other link >> status interrupt handlers. When the scheduled query by-pass those handlers, >> the link status will be stuck in an in-consist state. >> This patch addresses the race condition by not blocking link status >> queries in case delayed query is on the flight. >> >> Fixes: 198a3c339a8f ("mlx5: handle link status interrupts") >> CC: sta...@dpdk.org >> >> Signed-off-by: Shahaf Shuler <shah...@mellanox.com>
> Acked-by: Nelio Laranjeiro <nelio.laranje...@6wind.com> Applied to dpdk-next-net/master, thanks.