[dpdk-dev] [PATCH v1 4/5] spinlock: move the implementation to arm specific file

Gavin Hu (Arm Technology China) Gavin.Hu at arm.com
Thu Dec 20 15:36:41 CET 2018


>> On Thu, Dec 20, 2018 at 11:44 AM Gavin Hu <mailto:gavin.hu at arm.com> wrote:
>> remove the hard code #ifdef RTE_FORCE_INTRINSICS, move the implementation
>> to the arm specific file, x86 and POWER have their own implementations.

> No, x86 and ppc define their own implementation when _not_ having RTE_FORCE_INTRINSICS.
> David Marchand

Hi David,

Your reply is out of format, I re-format it to text based.

Yes, x86 and ppc define their own implementation, so this change is arm specific.
Only arm have RTE_FORCE_INTRINSICS, x86 and ppc don't define it in the config files.



More information about the dev mailing list