net/i40e: revert fix of PF notify when VF not up
authorXiaoyun Li <xiaoyun.li@intel.com>
Fri, 4 Aug 2017 15:50:06 +0000 (23:50 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 4 Aug 2017 23:30:14 +0000 (01:30 +0200)
commitf0adeebde0eff52674f28c4dd240030381c391e9
tree65c1601bdc903aa0b30396decab45af482426fc1
parentd769655450ac31842b78837ddf9849a3aee707c6
net/i40e: revert fix of PF notify when VF not up

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.

Fixes: 035a8cf88f01 ("net/i40e: fix PF notify when VF is not up")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_pf.c