Re: [dpdk-dev] [PATCH v15 01/11] eal: uninline power intrinsics

2021-01-12 Thread Burakov, Anatoly
On 12-Jan-21 4:09 PM, Ananyev, Konstantin wrote: diff --git a/lib/librte_eal/x86/rte_power_intrinsics.c b/lib/librte_eal/x86/rte_power_intrinsics.c new file mode 100644 index 00..34c5fd9c3e --- /dev/null +++ b/lib/librte_eal/x86/rte_power_intrinsics.c @@ -0,0 +1,120 @@ +/* SPDX-License

Re: [dpdk-dev] [PATCH v15 01/11] eal: uninline power intrinsics

2021-01-12 Thread Ananyev, Konstantin
> diff --git a/lib/librte_eal/x86/rte_power_intrinsics.c > b/lib/librte_eal/x86/rte_power_intrinsics.c > new file mode 100644 > index 00..34c5fd9c3e > --- /dev/null > +++ b/lib/librte_eal/x86/rte_power_intrinsics.c > @@ -0,0 +1,120 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Cop

[dpdk-dev] [PATCH v15 01/11] eal: uninline power intrinsics

2021-01-11 Thread Anatoly Burakov
Currently, power intrinsics are inline functions. Make them part of the ABI so that we can have various internal data associated with them without exposing said data to the outside world. Signed-off-by: Anatoly Burakov --- Notes: v14: - Fix compile issues on ARM and PPC64 by moving imple