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)
commite1f6198e221f472c03b88e352432a01076ec8647
treef4c6e00d106b14cf69fa93f7fbedb640c567cda2
parent51957bc53aa7ca60d63f1ba0d9e3d887562b1723
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