On Wed, 2016-11-16 at 07:15 -0800, Eric Dumazet wrote: > From: Eric Dumazet <[email protected]> > > Calling napi_hash_del() before netif_napi_del() is dangerous > if a synchronize_rcu() is not enforced before NAPI struct freeing. > > Lets leave this detail to core networking stack to get it right. > > Signed-off-by: Eric Dumazet <[email protected]> > Cc: Jeff Kirsher <[email protected]> > --- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 3 --- > 1 file changed, 3 deletions(-)
Will send a v2 Same stuff is needed in ixgbevf_free_q_vectors()
