Re: [dpdk-dev] [PATCH] net/octeontx: disable PMD for old compilers

2018-01-25 Thread Pavan Nikhilesh
On Thu, Jan 25, 2018 at 01:58:32PM +, Ferruh Yigit wrote: > On 1/23/2018 4:22 PM, Pavan Nikhilesh wrote: > > Disable for clang < 4.0 as it doesn't support the following > > arm machine directives: > > > > .cpu > > > > This also disables event octeontx as it depends on net octeontx. > > > > Sign

Re: [dpdk-dev] [PATCH] net/octeontx: disable PMD for old compilers

2018-01-25 Thread Ferruh Yigit
On 1/23/2018 4:22 PM, Pavan Nikhilesh wrote: > Disable for clang < 4.0 as it doesn't support the following > arm machine directives: > > .cpu > > This also disables event octeontx as it depends on net octeontx. > > Signed-off-by: Pavan Nikhilesh <...> > @@ -20,3 +20,8 @@ CLANG_MINOR_VERSION :

[dpdk-dev] [PATCH] net/octeontx: disable PMD for old compilers

2018-01-23 Thread Pavan Nikhilesh
Disable for clang < 4.0 as it doesn't support the following arm machine directives: .cpu This also disables event octeontx as it depends on net octeontx. Signed-off-by: Pavan Nikhilesh --- drivers/event/Makefile | 4 drivers/net/Makefile | 3 +++