[PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm
Zhang, Qi Z
qi.z.zhang at intel.com
Wed Mar 9 00:24:50 CET 2022
> -----Original Message-----
> From: Joyce Kong <joyce.kong at arm.com>
> Sent: Friday, March 4, 2022 3:35 PM
> To: Ruifeng Wang <ruifeng.wang at arm.com>; Xing, Beilei
> <beilei.xing at intel.com>; Joyce Kong <joyce.kong at arm.com>
> Cc: dev at dpdk.org; nd at arm.com
> Subject: [PATCH v1] net/i40e: fix build issue with 16B descriptor on Arm
>
> 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 is to add interpretation between type 'uint64x2_t'
> and type 'uint32x4_t'.
>
> Fixes: dba9e3bcd9bb ("net/i40e: add flow mark capability to NEON Rx")
>
> Signed-off-by: Joyce Kong <joyce.kong at arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
Reviewed-by: Qi Zhang <qi.z.zhang at intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
More information about the dev
mailing list