On Wed, 2016-11-16 at 07:15 -0800, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > 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 <eduma...@google.com> > Cc: Jeff Kirsher <jeffrey.t.kirs...@intel.com> > --- > 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()