Re: [dpdk-dev] [PATCH] net/i40e: fix VF cannot forward packets issue

2017-11-09 Thread Xing, Beilei
> -Original Message- > From: Li, Xiaoyun > Sent: Thursday, November 9, 2017 2:30 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix VF cannot forward packets issue > > When Rx interrupt is not enabled, there is no need t

[dpdk-dev] [PATCH] net/i40e: fix VF cannot forward packets issue

2017-11-08 Thread Xiaoyun Li
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: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- drivers/