On Thu, Mar 13, 2025 at 05:50:56PM +0000, Medvedkin, Vladimir wrote: > Acked-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > > 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 transmitted > > packets from being looped back in some circumstances. > > > > Fixes: f9cf4f864150 ("net/ice: support device initialization") > > > > Signed-off-by: Matthew Smith <mgsm...@netgate.com> > > --- > > drivers/net/intel/ice/ice_ethdev.c | 4 ++++ > > 1 file changed, 4 insertions(+) > >
Applied to dpdk-next-net-intel with title "net/ice: fix dropped packets when using VRRP" and put sta...@dpdk.org on CC, since it's a bug fix. Thanks, /Bruce