Re: [PATCH v4] net/i40e: support enable/disable source pruning

2023-05-12 Thread Matthew Smith
> On Apr 19, 2023, at 12:24 AM, Ye, MingjinX wrote: > > VRRP advertisement packets are dropped on i40e PF device because > when a MAC address is added to a device, packets originating from > that MAC address are dropped. > This patch fixes the bug by disabling source pruning by default, > and ad

[PATCH v4] net/i40e: support enable/disable source pruning

2023-04-18 Thread Mingjin Ye
VRRP advertisement packets are dropped on i40e PF device because when a MAC address is added to a device, packets originating from that MAC address are dropped. This patch fixes the bug by disabling source pruning by default, and adds a PMD specific API to enable/disable source pruning. Bugzilla I