Re: [dpdk-dev] [PATCH v1] net/iavf: adjust the VLAN failure handling

2021-01-25 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Monday, January 25, 2021 7:44 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, Haiyue ; Wu, > Jingjing ; Xing, Beilei > Subject: [PATCH v1] net/iavf: adjust the VLAN failure handling > > Change the fatal returning to pr

[dpdk-dev] [PATCH v1] net/iavf: adjust the VLAN failure handling

2021-01-25 Thread Haiyue Wang
Change the fatal returning to print the error message only, so that the VF device can continue to be configured. Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities") Signed-off-by: Haiyue Wang --- drivers/net/iavf/iavf_ethdev.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)