Re: [PATCH net] cxgb4: avoid enabling napi twice to the same queue

2017-06-02 Thread David Miller
From: Ganesh Goudar Date: Wed, 31 May 2017 18:26:28 +0530 > Take uld mutex to avoid race between cxgb_up() and > cxgb4_register_uld() to enable napi for the same uld > queue. > > Signed-off-by: Ganesh Goudar Applied and queued up for -stable, thanks.

[PATCH net] cxgb4: avoid enabling napi twice to the same queue

2017-05-31 Thread Ganesh Goudar
Take uld mutex to avoid race between cxgb_up() and cxgb4_register_uld() to enable napi for the same uld queue. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c