Re: [dpdk-dev] dpdk-armv7: build failure since de96fe68ae9

2017-04-07 Thread Jan Viktorin
On Fri, 7 Apr 2017 15:27:16 +0200 Pascal Mazon wrote: > Hmmm. This is very strange. > From what you've given me, tap_flow.c should include a tap_autoconf.h with > HAVE_TC_FLOWER, avoiding the duplicated definition. > > Just to be sure, can you compile the tap driver with V=1 and look for the >

Re: [dpdk-dev] dpdk-armv7: build failure since de96fe68ae9

2017-04-07 Thread Pascal Mazon
Hmmm. This is very strange. From what you've given me, tap_flow.c should include a tap_autoconf.h with HAVE_TC_FLOWER, avoiding the duplicated definition. Just to be sure, can you compile the tap driver with V=1 and look for the following line? Looking for TCA_FLOWER_UNSPEC enum in linux/pkt_c

Re: [dpdk-dev] dpdk-armv7: build failure since de96fe68ae9

2017-04-07 Thread Jan Viktorin
On Fri, 7 Apr 2017 14:05:59 +0200 Pascal Mazon wrote: > On Fri, 7 Apr 2017 13:13:13 +0200 > Jan Viktorin wrote: > > > Hello Pascal, > > > > my internal ARMv7 DPDK autobuilder is failing. I've bisected to the > > source of the problem: > > > > commit de96fe68ae95990f5ce2cd4c8d9547ab62d2a810 >

Re: [dpdk-dev] dpdk-armv7: build failure since de96fe68ae9

2017-04-07 Thread Pascal Mazon
On Fri, 7 Apr 2017 13:13:13 +0200 Jan Viktorin wrote: > Hello Pascal, > > my internal ARMv7 DPDK autobuilder is failing. I've bisected to the > source of the problem: > > commit de96fe68ae95990f5ce2cd4c8d9547ab62d2a810 > Author: Pascal Mazon > Date: Thu Mar 23 09:33:57 2017 +0100 > > ne

[dpdk-dev] dpdk-armv7: build failure since de96fe68ae9

2017-04-07 Thread Jan Viktorin
Hello Pascal, my internal ARMv7 DPDK autobuilder is failing. I've bisected to the source of the problem: commit de96fe68ae95990f5ce2cd4c8d9547ab62d2a810 Author: Pascal Mazon Date: Thu Mar 23 09:33:57 2017 +0100 net/tap: add basic flow API patterns and actions Is it a know issue? Is ther