Re: [PATCH net-next] cxgb4: Delete all hash and TCAM filters before resource cleanup

2019-04-27 Thread David Miller
From: Vishal Kulkarni Date: Fri, 26 Apr 2019 13:58:48 +0530 > During driver unload, hash/TCAM filter deletion doesn't wait for > completion.This patch deletes all the filters with completion before > clearing the resources. > > Signed-off-by: Vishal Kulkarni Applied, thanks.

[PATCH net-next] cxgb4: Delete all hash and TCAM filters before resource cleanup

2019-04-26 Thread Vishal Kulkarni
During driver unload, hash/TCAM filter deletion doesn't wait for completion.This patch deletes all the filters with completion before clearing the resources. Signed-off-by: Vishal Kulkarni --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 34 +++ drivers/net/ethernet/ch