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

2020-02-03 Thread Ye Xiaolong
On 01/17, Lunyuan Cui wrote: >The interrupt vector which bind to queues should not larger than should not be larger than >the max avaiable vertor. It will cause port start failed. This patch s/avaiable/available s/vertor/vector >changed the judgement condition of the limited vector id. It can >

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

2020-01-17 Thread Yang, Qiming
> -Original Message- > From: Cui, LunyuanX > Sent: Friday, January 17, 2020 4:23 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Cui, LunyuanX > > Subject: [PATCH v4] net/i40e: fix multi-queue Rx interrupt for VF > > The interrupt vector which bind to queues should not larger than the max >

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

2020-01-17 Thread Lunyuan Cui
The interrupt vector which bind to queues should not larger than the max avaiable vertor. It will cause port start failed. This patch changed the judgement condition of the limited vector id. It can effectively avoid vector id out of range. Fixes: 5b8d2d89dd99 (net/i40e: enable multi-queue Rx inte