Re: [dpdk-dev] [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vectors

2020-07-23 Thread Zhang, Qi Z
> -Original Message- > From: Jiang, MaoX > Sent: Thursday, July 23, 2020 11:27 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org; Jiang, MaoX > Subject: [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vectors > > The value of vsi->nb_msix shouldn`t be zero, otherwi

[dpdk-dev] [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vectors

2020-07-22 Thread Jiang Mao
The value of vsi->nb_msix shouldn`t be zero, otherwise, all of interrupts will be bind to vector 0. Fixes: 4861cde461 (i40e: new poll mode driver) Cc: sta...@dpdk.org Signed-off-by: Jiang Mao --- V3: Fix format issue. V4: Rebase this patch. --- drivers/net/i40e/i40e_ethdev.c | 25 ++