RE: [PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm

2022-03-08 Thread Zhang, Qi Z
> -Original Message- > From: Joyce Kong > Sent: Friday, March 4, 2022 3:35 PM > To: Ruifeng Wang ; Xing, Beilei > ; Joyce Kong > Cc: dev@dpdk.org; n...@arm.com > Subject: [PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm > > For NEON vector p

[PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm

2022-03-03 Thread Joyce Kong
For NEON vector path, there is an issue when building with 16B descriptor: incompatible types when assigning to type ‘uint64x2_t’ from type ‘uint32x4_t’ 180 | descs[3] = vbslq_u32(v_desc3_mask, v_zeros, vreinterpretq_u32_u64(descs[3])); | ^ The fix