Re: [dpdk-dev] [PATCH v3 0/6] Add clang compilation support for armv8a linuxapp

2017-07-03 Thread Thomas Monjalon
> > Ashwin Sekhar T K (6): > > eal: pause while busy-waiting for slave > > hash: compile armv8a CRC32 support conditionally > > net/thunderx: fix compile errors for armv8a clang > > acl: fix warning seen with armv8a clang > > eal/arm: fix warnings seen with armv8a clang > > config: add

Re: [dpdk-dev] [PATCH v3 0/6] Add clang compilation support for armv8a linuxapp

2017-05-15 Thread Hemant Agrawal
On 5/12/2017 11:15 AM, Ashwin Sekhar T K wrote: This series of patches adds the clang compilation support for armv8a linuxapp. Patch 1 adds an rte_pause() to a tight while loop in rte_eal_wait_lcore(). It fixes warning -Wempty-body seen with armv8a clang compilation. Patch 2 is basically for re

[dpdk-dev] [PATCH v3 0/6] Add clang compilation support for armv8a linuxapp

2017-05-11 Thread Ashwin Sekhar T K
This series of patches adds the clang compilation support for armv8a linuxapp. Patch 1 adds an rte_pause() to a tight while loop in rte_eal_wait_lcore(). It fixes warning -Wempty-body seen with armv8a clang compilation. Patch 2 is basically for removing the usage of assembly directive ".arch arm