> -----Original Message----- > From: Guo, Junfeng <[email protected]> > Sent: Friday, January 22, 2021 21:36 > To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>; > Xing, Beilei > <[email protected]> > Cc: [email protected]; Wang, Haiyue <[email protected]>; Zhang, Yuying > <[email protected]>; Guo, > Junfeng <[email protected]> > Subject: [PATCH] net/iavf: fix port VLAN cfg err for AVF with SVM > > For AVF with single vlan mode (SVM), port vlan stripping config > has already been disabled by PF. In this scenario, the error of > -ENOTSUP can be ignored. > > Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities") > Signed-off-by: Junfeng Guo <[email protected]> > --- > drivers/net/iavf/iavf_ethdev.c | 3 +++ > 1 file changed, 3 insertions(+)
Good catch, I missed this scenario handling. ;-) Acked-by: Haiyue Wang <[email protected]> > -- > 2.25.1

