[dpdk-dev] [PATCH 1/3] common/sfc_efx: introduce 128-bit unsigned integer compat

Honnappa Nagarahalli Honnappa.Nagarahalli at arm.com
Wed Nov 4 17:41:35 CET 2020


<snip>

> 
> 22/10/2020 14:24, Andrew Rybchenko:
> > Intel SSE has __m128i, but ARMv8 has __uint128_t. So, add compat
> > efsys_uint128_t to be used in driver source and have either __u128i or
> > __uint128_t behind.
> 
> Could we do something in EAL for this common need?
rte_int128_t is defined in EAL.

> 



More information about the dev mailing list