> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Wenzhuo Lu
> Sent: Monday, April 26, 2021 1:30 PM
> To: [email protected]
> Cc: Lu, Wenzhuo <[email protected]>
> Subject: [dpdk-dev] [PATCH] net/iavf: fix performance drop
> 
> AVX2 and SSE don't have the offload path.
> Not necessary doing any check. Or the scalar path will be chosen.

AVX2 and SSE Tx path already support offloads but can't be selected.
The patch remove the unnecessary check or the scalar path will always
be chosen.

> 
> Fixes: eff56a7b9f97 ("net/iavf: add offload path for Rx AVX512")
> 
> Signed-off-by: Wenzhuo Lu <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel after refined commit log.

Thanks
Qi

Reply via email to