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

2017-07-31 Thread Ferruh Yigit
On 7/31/2017 3:50 AM, Wu, Jingjing wrote: > > >> -Original Message- >> From: Li, Xiaoyun >> Sent: Friday, July 28, 2017 11:48 PM >> To: Wu, Jingjing >> Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org >> Subject: [PATCH v3] net/i40e: fix PF notify issue when VF not up >> >> This patch sto

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

2017-07-30 Thread Wu, Jingjing
> -Original Message- > From: Li, Xiaoyun > Sent: Friday, July 28, 2017 11:48 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH v3] net/i40e: fix PF notify issue when VF not up > > This patch stops PF from sending messages to inactive VF > and modi

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

2017-07-28 Thread Xiaoyun Li
This patch stops PF from sending messages to inactive VF 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 | 29 - 1 file changed