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

2017-08-04 Thread Xing, Beilei
> -Original Message- > From: Li, Xiaoyun > Sent: Friday, August 4, 2017 11:50 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] net/i40e: revert fix of PF notify issue when VF not up > > This reverts commit 035a8cf88f010c82de3040c895

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

2017-08-04 Thread Xiaoyun Li
This reverts commit 035a8cf88f010c82de3040c895c801ce0849b065. Don't send messages to inactive VF will cause DPDK PF failing to send messages to kernel VF. With this revert, this issue will be solved. commit 035a8cf88f01 ("net/i40e: fix PF notify when VF is not up") Cc: sta...@dpdk.org Signed-off-