Re: [PATCH] net/iavf: remove error logs for vlan offloading

2024-02-06 Thread David Marchand
On Tue, Feb 6, 2024 at 11:04 AM Bruce Richardson wrote: > > @@ -631,7 +631,7 @@ iavf_dev_init_vlan(struct rte_eth_dev *dev) > > RTE_ETH_VLAN_FILTER_MASK | > > RTE_ETH_VLAN_EXTEND_MASK); > > if (err) { > > -

Re: [PATCH] net/iavf: remove error logs for vlan offloading

2024-02-06 Thread Bruce Richardson
On Tue, Feb 06, 2024 at 10:56:07AM +0100, David Marchand wrote: > This was reported by RH QE. > > When a vlan is enforced on a VF via an administrative configuration on > the PF side, the net/iavf driver logs two error messages. > Those error messages have no consequence on the rest of the port >