Re: [dpdk-dev] [PATCH v3] net/i40e: fix PF notify issue when VF is not up

2017-08-15 Thread Xing, Beilei
> -Original Message- > From: Li, Xiaoyun > Sent: Tuesday, August 15, 2017 3:40 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org; Li, Xiaoyun > ; sta...@dpdk.org > Subject: [PATCH v3] net/i40e: fix PF notify issue when VF is not up > > This patch stops PF from sending message to V

[dpdk-dev] [PATCH v3] net/i40e: fix PF notify issue when VF is not up

2017-08-15 Thread Xiaoyun Li
This patch stops PF from sending message to VF when VF's admin queue isn't enabled, namely VF isn't up. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- v3: * Modify the code to be more concise. * Don't modify vf's state since it isn't used in