Re: [PATCH] net/ice: set flags while adding vsi

2025-03-13 Thread Bruce Richardson
On Thu, Mar 13, 2025 at 05:50:56PM +, Medvedkin, Vladimir wrote: > Acked-by: Vladimir Medvedkin > > On 11/03/2025 21:40, Matthew Smith wrote: > > While adding a vsi for an ice PF, set the ICE_AQ_VSI_SW_FLAG_LOCAL_LB > > flag. This will prevent packets from being dropped when using a virtual >

Re: [PATCH] net/ice: set flags while adding vsi

2025-03-13 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 11/03/2025 21:40, Matthew Smith wrote: While adding a vsi for an ice PF, set the ICE_AQ_VSI_SW_FLAG_LOCAL_LB flag. This will prevent packets from being dropped when using a virtual MAC address with VRRP. Also set the ICE_AQ_VSI_SW_FLAG_SRC_PRUNE flag to prevent

[PATCH] net/ice: set flags while adding vsi

2025-03-11 Thread Matthew Smith
While adding a vsi for an ice PF, set the ICE_AQ_VSI_SW_FLAG_LOCAL_LB flag. This will prevent packets from being dropped when using a virtual MAC address with VRRP. Also set the ICE_AQ_VSI_SW_FLAG_SRC_PRUNE flag to prevent transmitted packets from being looped back in some circumstances. Fixes: f