Re: [PATCH] net/ice: use a different method to filter LLDP packets

2024-06-28 Thread Bruce Richardson
On Fri, Jun 28, 2024 at 01:38:59PM +0100, Bruce Richardson wrote: > On Wed, Jun 26, 2024 at 05:31:55PM +, Vladimir Medvedkin wrote: > > Currently, ice_dev_init() calls ice_vsi_config_sw_lldp(), which uses > > switch filters to match packets ethertype to redirect LLDP packets > > to the default

Re: [PATCH] net/ice: use a different method to filter LLDP packets

2024-06-28 Thread Bruce Richardson
On Wed, Jun 26, 2024 at 05:31:55PM +, Vladimir Medvedkin wrote: > Currently, ice_dev_init() calls ice_vsi_config_sw_lldp(), which uses > switch filters to match packets ethertype to redirect LLDP packets > to the default VSI. However, some NVMs have an issue creating such a rule. > > This patc

[PATCH] net/ice: use a different method to filter LLDP packets

2024-06-26 Thread Vladimir Medvedkin
Currently, ice_dev_init() calls ice_vsi_config_sw_lldp(), which uses switch filters to match packets ethertype to redirect LLDP packets to the default VSI. However, some NVMs have an issue creating such a rule. This patch changes the method from using LLDP ethertyple switch filter to utilizing a s