> From: Intel-wired-lan <[email protected]> On Behalf Of Jakub
> Kicinski
> Sent: Tuesday, July 21, 2020 6:27 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; Jakub Kicinski
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH net-next v1 5/7] i40e: convert to new
> udp_tunnel infrastructure
> 
> Make use of the "shared port table" to convert i40e to the new
> infra.
> 
> i40e did not have any reference tracking, locking is also dodgy
> because rtnl gets released while talking to FW, so port may get
> removed from the table while it's getting added etc.
> 
> On the good side i40e does not seem to be using the ports for
> TX so we can remove the table from the driver state completely.
> 
> Signed-off-by: Jakub Kicinski <[email protected]>
> ---
>  drivers/net/ethernet/intel/i40e/i40e.h      |   6 +-
>  drivers/net/ethernet/intel/i40e/i40e_main.c | 264 ++++----------------
>  2 files changed, 51 insertions(+), 219 deletions(-)
> 
Tested-by: Aaron Brown <[email protected]>

Reply via email to