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

2017-05-11 Thread Sekhar, Ashwin
.@caviumnetworks.com, > >  maciej.cze...@caviumnetworks.com, vikto...@rehivetech.com, > >  jianbo@linaro.org, bruce.richard...@intel.com, > >  pablo.de.lara.gua...@intel.com, konstantin.anan...@intel.com > > Cc: dev@dpdk.org, Ashwin Sekhar T K > om> > > Sub

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

2017-05-10 Thread Jerin Jacob
pablo.de.lara.gua...@intel.com, konstantin.anan...@intel.com > Cc: dev@dpdk.org, Ashwin Sekhar T K > Subject: [dpdk-dev] [PATCH 0/6] add clang compilation support for armv8a > linuxapp > X-Mailer: git-send-email 2.13.0.rc1 > > This series of patches adds the clang compilation support

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

2017-05-10 Thread Ashwin Sekhar T K
This series of patches adds the clang compilation support for armv8a linuxapp. Patch 1 is basically for removing the usage of assembly directive ".arch armv8-a+crc" as this is not understood by clang. For removing these directives, compilation of armv8a crc32 support is made conditional and is o