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

2023-05-14 Thread Zhang, Qi Z
> -Original Message- > From: Mingjin Ye > Sent: Monday, April 17, 2023 9:52 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, > Yuying ; Xing, Beilei > Subject: [PATCH v3] net/i40e: support enable/disable

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

2023-04-17 Thread Morten Brørup
> From: Morten Brørup > Sent: Monday, 17 April 2023 12.02 Resent to Luca's other email address. The debian.org address could not be reached due to SPF problems. (Luca has been informed directly.) > > > From: David Marchand [mailto:david.march...@redhat.com] > > Sent: Monday, 17 April 2023 09.11

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

2023-04-17 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Monday, 17 April 2023 09.11 > > On Mon, Apr 17, 2023 at 3:58 AM Mingjin Ye wrote: > > > > VRRP advertisement packets are dropped on i40e PF device because > > when a MAC address is added to a device, packets originating from > > th

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

2023-04-17 Thread David Marchand
On Mon, Apr 17, 2023 at 3:58 AM Mingjin Ye 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 adds a PMD specific API to enable/disable source > pruning to fix

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

2023-04-16 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 adds a PMD specific API to enable/disable source pruning to fix above issue. Bugzilla ID: 648 Fixes: 94b3c1a72507 ("net/i40e:

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

2023-04-14 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 adds a PMD specific API to enable/disable source pruning to fix above issue. Bugzilla ID: 648 Fixes: 94b3c1a72507 ("net/i40e: