Re: [dpdk-dev] [PATCH v2] net/ice: fix txq vector path selection

2021-05-07 Thread Zhang, AlvinX
Thanks Qi, > -Original Message- > From: Zhang, Qi Z > Sent: Saturday, May 8, 2021 10:37 AM > To: Zhang, AlvinX ; Yigit, Ferruh > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2] net/ice: fix txq vector path selection > > > > -Original Message- > > From: Zhang, Alvi

Re: [dpdk-dev] [PATCH v2] net/ice: fix txq vector path selection

2021-05-07 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Saturday, May 8, 2021 9:21 AM > To: Zhang, Qi Z ; Yigit, Ferruh > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix txq vector path selection > > If Tx vector mode is disabled, the txq vector mode sh

[dpdk-dev] [PATCH v2] net/ice: fix txq vector path selection

2021-05-07 Thread Alvin Zhang
If Tx vector mode is disabled, the txq vector mode should be disabled too. This patch adds checking of Tx vector mode before enabling txq vector mode. Fixes: 28f9002ab67f ("net/ice: add Tx AVX512 offload path") Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- v2: Update commit log. --- driv