Re: [dpdk-dev] [PATCH] net/bnxt: use shorter SIMD initializers

2020-10-26 Thread Ajit Khaparde
On Thu, Oct 22, 2020 at 11:51 AM Lance Richardson wrote: > > Make SIMD initialization code less verbose by using appropriate > intrinsics when all lanes of a vector are initialized to the > same value. > > Signed-off-by: Lance Richardson > Reviewed-by: Ajit Khaparde Patch applied to dpdk-next-ne

[dpdk-dev] [PATCH] net/bnxt: use shorter SIMD initializers

2020-10-22 Thread Lance Richardson
Make SIMD initialization code less verbose by using appropriate intrinsics when all lanes of a vector are initialized to the same value. Signed-off-by: Lance Richardson Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 58 +++ drivers/net/bnxt/bnxt_r