]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb4: avoid stall while shutting down the adapter
authorGanesh Goudar <ganeshgr@chelsio.com>
Thu, 21 Sep 2017 07:20:47 +0000 (12:50 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:34:58 +0000 (15:34 -0700)
commitdc850f3798f373aa2d3beba9f889b9d8370700a4
treef4c6e00d106b14cf69fa93f7fbedb640c567cda2
parentdb90e4278e452c60991b418799f46425391ac53f
cxgb4: avoid stall while shutting down the adapter

do not wait for completion while deleting the filters
when the adapter is shutting down because we may not get
the response as interrupts will be disabled.

Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c