Re: [PATCH] net/i40e: disable source pruning

2023-01-13 Thread Ferruh Yigit
On 1/9/2023 2:20 AM, Ke Zhang wrote: > VRRP advertisement packets are dropped on i40e PF devices because > when a MAC address is added to a device, packets originating from > that MAC address are dropped. > > This patch adds a interface in lib/ethdev to support disabling > source pruning to work a

RE: [PATCH] net/i40e: disable source pruning

2023-01-08 Thread Morten Brørup
+CC: Andrew, as Ethernet API maintainer > From: Ke Zhang [mailto:ke1x.zh...@intel.com] > Sent: Monday, 9 January 2023 03.20 > > VRRP advertisement packets are dropped on i40e PF devices because > when a MAC address is added to a device, packets originating from > that MAC address are dropped. >

[PATCH] net/i40e: disable source pruning

2023-01-08 Thread Ke Zhang
VRRP advertisement packets are dropped on i40e PF devices because when a MAC address is added to a device, packets originating from that MAC address are dropped. This patch adds a interface in lib/ethdev to support disabling source pruning to work around above issue. Bugzilla ID: 648 Signed-off-

[dpdk-dev] [PATCH] net/i40e: disable source pruning

2021-10-19 Thread Alvin Zhang
VRRP advertisement packets are dropped on i40e PF devices because when a MAC address is added to a device, packets originating from that MAC address are dropped. This patch disables source pruning to work around that issue. Signed-off-by: Alvin Zhang --- drivers/net/i40e/i40e_ethdev.c | 4