Re: [dpdk-dev] [PATCH v2] net/iavf: fix multi-queue Rx interrupt for VF

2019-09-10 Thread Yang, Qiming
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of lunyuan.cui > Sent: Friday, September 6, 2019 7:48 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Cui, LunyuanX > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/iavf: fix multi-queue Rx inte

[dpdk-dev] [PATCH v2] net/iavf: fix multi-queue Rx interrupt for VF

2019-09-05 Thread lunyuan.cui
The original issue was that the last queue could not be mapped to the interrupt vector, so the last queue could not receive the package in the interrupt mode. This patch fixes the issue. Fixes: d6bde6b5eae9 ("net/avf: enable Rx interrupt") Cc: sta...@dpdk.org Signed-off-by: Lunyuan Cui --- driv