Re: [PATCH net] nfp: wait for posted reconfigs when disabling the device

2018-08-31 Thread David Miller
From: Jakub Kicinski Date: Wed, 29 Aug 2018 12:46:08 -0700 > To avoid leaking a running timer we need to wait for the > posted reconfigs after netdev is unregistered. In common > case the process of deinitializing the device will perform > synchronous reconfigs which wait for posted requests, bu

[PATCH net] nfp: wait for posted reconfigs when disabling the device

2018-08-29 Thread Jakub Kicinski
To avoid leaking a running timer we need to wait for the posted reconfigs after netdev is unregistered. In common case the process of deinitializing the device will perform synchronous reconfigs which wait for posted requests, but especially with VXLAN ports being actively added and removed there