On 11/9/2017 12:33 AM, Xing, Beilei wrote: >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Thursday, November 9, 2017 2:30 PM >> To: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei >> <beilei.x...@intel.com> >> Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com>; sta...@dpdk.org >> Subject: [PATCH] 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: sta...@dpdk.org >> >> Signed-off-by: Xiaoyun Li <xiaoyun...@intel.com>
> Acked-by: Beilei Xing <beilei.x...@intel.com> Applied to dpdk-next-net/master, thanks.