Re: [dpdk-dev] [PATCH] net/iavf: fix PF returning error

2021-04-24 Thread Xing, Beilei
> -Original Message- > From: Zhang, AlvinX > Sent: Sunday, April 25, 2021 1:05 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix PF returning error > > When the command sent by VF to PF fails, iavf may need to run

[dpdk-dev] [PATCH] net/iavf: fix PF returning error

2021-04-24 Thread Alvin Zhang
When the command sent by VF to PF fails, iavf may need to run different code paths according to the specific reason of the failure (not supported or other reasons). This patch adds support of identifying PF return error type. Fixes: 22b123a36d07 ("net/avf: initialize PMD") Cc: sta...@dpdk.org Si