Re: [dpdk-dev] [PATCH v3 5/5] net/iavf: fix vector mapping with queue

2021-01-14 Thread Xie, WeiX
Lu, Xiuchun > > Subject: [dpdk-dev] [PATCH v3 5/5] net/iavf: fix vector mapping with queue > > Fix the vector mapping with queue by changing the recircle when exceeds > RX_VEC_START + nb_msix; > > Fixes: d6bde6b5eae9 ("net/avf: enable Rx interrupt") > > Signed

Re: [dpdk-dev] [PATCH v3 5/5] net/iavf: fix vector mapping with queue

2021-01-11 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, January 12, 2021 2:11 PM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Xia, Chenbo ; Lu, Xiuchun > > Subject: RE: [PATCH v3 5/5] net/iavf: fix vector mapping with queue > > Seems the patch is conflict with patch > https://patches.dpdk.

Re: [dpdk-dev] [PATCH v3 5/5] net/iavf: fix vector mapping with queue

2021-01-11 Thread Xing, Beilei
Seems the patch is conflict with patch https://patches.dpdk.org/patch/86202/, please help to review. > -Original Message- > From: Wu, Jingjing > Sent: Thursday, January 7, 2021 4:27 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; > Xia, Chenbo ; Lu, Xiuchun > Subject: [PATC

[dpdk-dev] [PATCH v3 5/5] net/iavf: fix vector mapping with queue

2021-01-07 Thread Jingjing Wu
Fix the vector mapping with queue by changing the recircle when exceeds RX_VEC_START + nb_msix; Fixes: d6bde6b5eae9 ("net/avf: enable Rx interrupt") Signed-off-by: Jingjing Wu --- drivers/net/iavf/iavf_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/