[dpdk-dev] [PATCH 5/7] net/iavf: fix multiple interrupts for VF

2020-08-11 Thread SteveX Yang
Interrupt mapping should be 1:n queue(s).This patch fixes the logic of interrupt bind by code reconstruction. Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") Signed-off-by: SteveX Yang --- drivers/net/iavf/iavf_vchnl.c | 56 --- 1 file changed, 45 insert

[dpdk-dev] [PATCH 5/7] net/iavf: fix multiple interrupts for VF

2020-08-10 Thread SteveX Yang
Interrupt mapping should be 1:n queue(s).This patch fixes the logic of interrupt bind by code reconstruction. Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") Signed-off-by: SteveX Yang --- drivers/net/iavf/iavf_vchnl.c | 56 --- 1 file changed, 45 insert