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

2019-09-05 Thread Ye Xiaolong
On 09/05, lunyuan.cui wrote: >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 fix the issue. s/fix/fixes > >Fixes: d6bde6b5ea ("net/avf: enable Rx interrupt") The conventi

[dpdk-dev] [PATCH] 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 fix the issue. Fixes: d6bde6b5ea ("net/avf: enable Rx interrupt") Cc: sta...@dpdk.org Signed-off-by: lunyuan.cui --- drivers/