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

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

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

2017-08-14 Thread Xiaoyun Li
This patch stops PF from sending message to VF when VF's ARQ and ATQ isn't enabled, namely VF isn't up and modifies VF state to active when VF reset is completed. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- drivers/net/i40e/i40e_pf.c | 21