net/i40e: fix VF cannot forward packets issue
authorXiaoyun Li <xiaoyun.li@intel.com>
Thu, 9 Nov 2017 06:30:14 +0000 (14:30 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 10 Nov 2017 02:05:15 +0000 (02:05 +0000)
commit79f47fc1b7b987b62b1a794f012d5a0253c8b17b
tree389523102b8e353fc786bc86ea40af0fda28fafa
parentdb1ae7233600b6454d574cf50e7386a454c504e2
net/i40e: fix VF cannot forward packets issue

When Rx interrupt is not enabled, there is no need to check if interrupt
allow others. It will cause VF cannot forwarding packets issue. This patch
fixes this issue.

Fixes: 96a9fd03c25f ("net/i40e: fix Rx queue interrupt mapping in VF")
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_ethdev_vf.c