From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so1.wedos.net (wes1-so1-c.wedos.net [46.28.106.44]) by dpdk.org (Postfix) with ESMTP id C03FF2BD1 for ; Fri, 7 Apr 2017 14:23:13 +0200 (CEST) Received: from pcviktorin.fit.vutbr.cz (dhcpz185.fit.vutbr.cz [147.229.14.185]) by wes1-so1.wedos.net (Postfix) with ESMTPSA id 3vzzJ13hhDz6bt; Fri, 7 Apr 2017 14:23:13 +0200 (CEST) Date: Fri, 7 Apr 2017 14:21:34 +0200 From: Jan Viktorin To: Pascal Mazon Cc: "dev@dpdk.org" Message-ID: <20170407142134.139c3d14.viktorin@rehivetech.com> In-Reply-To: <20170407140559.3d0da31a@paques.dev.6wind.com> References: <20170407131313.4c24d15a.viktorin@rehivetech.com> <20170407140559.3d0da31a@paques.dev.6wind.com> Organization: RehiveTech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] dpdk-armv7: build failure since de96fe68ae9 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 12:23:14 -0000 On Fri, 7 Apr 2017 14:05:59 +0200 Pascal Mazon wrote: > On Fri, 7 Apr 2017 13:13:13 +0200 > Jan Viktorin wrote: >=20 > > Hello Pascal, > >=20 > > my internal ARMv7 DPDK autobuilder is failing. I've bisected to the > > source of the problem: > >=20 > > commit de96fe68ae95990f5ce2cd4c8d9547ab62d2a810 > > Author: Pascal Mazon > > Date: Thu Mar 23 09:33:57 2017 +0100 > >=20 > > net/tap: add basic flow API patterns and actions > >=20 > >=20 > > Is it a know issue? Is there some patch for this already? =20 >=20 > Hello Jan, >=20 > Well I'm quite surprised (and don't have a patch yet). > In drivers/net/tap/Makefile, I'm using buildtools/auto-config-h.sh to det= ermine whether the TCA_FLOWER_UNSPEC enum can be found when including linux= /pkt_cls.h. > In case it isn't found, I define it in tap_flow.c. >=20 > What's weird in this case is that auto-config-h.sh apparently doesn't use= the same linux/pkt_cls.h as during tap compilation time, or it would have = found it... >=20 > Can you run manually this command on the building system? > VERBOSE=3D1 sh -- ./buildtools/auto-config-h.sh tap_autoconf.h HAVE_TC_= FLOWER linux/pkt_cls.h enum TCA_FLOWER_UNSPEC $ VERBOSE=3D1 CC=3D/opt/gcc/br2-arm32-glibc-4.9.x/usr/bin/arm-buildroot-lin= ux-gnueabi-gcc \ sh -- ./buildtools/auto-config-h.sh tap_autoconf.h HAVE_TC_FLOWER linux/pk= t_cls.h enum TCA_FLOWER_UNSPEC Looking for TCA_FLOWER_UNSPEC enum in linux/pkt_cls.h. Defining HAVE_TC_FLOWER. >=20 > It should define HAVE_TC_FLOWER in the generated tap_autoconf.h. $ cat tap_autoconf.h=20 #ifndef HAVE_TC_FLOWER #define HAVE_TC_FLOWER 1 #endif /* HAVE_TC_FLOWER */ $ grep -n TCA_FLOWER_UNSPEC /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroo= t-linux-gnueabi/sysroot/usr/include/linux/pkt_cls.h=20 339: TCA_FLOWER_UNSPEC, >=20 > The auto-config-h.sh script uses the following for compiling: > ${CC} ${CPPFLAGS} ${EXTRA_CPPFLAGS} ${CFLAGS} ${EXTRA_CFLAGS} ${AUTO_CO= NFIG_CFLAGS} \ > -c -o /dev/null "${temp}" 1>&${out} 2>&${err} >=20 > If it does not use the same include folders as the standard compilation, = then I guess we ought to fix the script. I am not sure by this... Jan >=20 > Best regards, > Pascal >=20 > >=20 > > Error messages: > >=20 > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 2:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_UNSPEC=E2=80=99 > > TCA_FLOWER_UNSPEC, > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:339:2: note: previous definition of =E2=80=98TC= A_FLOWER_UNSPEC=E2=80=99 was here > > TCA_FLOWER_UNSPEC, > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 3:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_CLASSID=E2=80=99 > > TCA_FLOWER_CLASSID, > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:340:2: note: previous definition of =E2=80=98TC= A_FLOWER_CLASSID=E2=80=99 was here > > TCA_FLOWER_CLASSID, > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 4:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_INDEV=E2=80=99 > > TCA_FLOWER_INDEV, > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:341:2: note: previous definition of =E2=80=98TC= A_FLOWER_INDEV=E2=80=99 was here > > TCA_FLOWER_INDEV, > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 5:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_ACT=E2=80=99 > > TCA_FLOWER_ACT, > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:342:2: note: previous definition of =E2=80=98TC= A_FLOWER_ACT=E2=80=99 was here > > TCA_FLOWER_ACT, > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 6:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_ETH_DST=E2= =80=99 > > TCA_FLOWER_KEY_ETH_DST, /* ETH_ALEN */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:343:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_ETH_DST=E2=80=99 was here > > TCA_FLOWER_KEY_ETH_DST, /* ETH_ALEN */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 7:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_ETH_DST_MAS= K=E2=80=99 > > TCA_FLOWER_KEY_ETH_DST_MASK, /* ETH_ALEN */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:344:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_ETH_DST_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_ETH_DST_MASK, /* ETH_ALEN */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 8:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_ETH_SRC=E2= =80=99 > > TCA_FLOWER_KEY_ETH_SRC, /* ETH_ALEN */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:345:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_ETH_SRC=E2=80=99 was here > > TCA_FLOWER_KEY_ETH_SRC, /* ETH_ALEN */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:5= 9:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_ETH_SRC_MAS= K=E2=80=99 > > TCA_FLOWER_KEY_ETH_SRC_MASK, /* ETH_ALEN */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:346:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_ETH_SRC_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_ETH_SRC_MASK, /* ETH_ALEN */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 0:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_ETH_TYPE=E2= =80=99 > > TCA_FLOWER_KEY_ETH_TYPE, /* be16 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:347:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_ETH_TYPE=E2=80=99 was here > > TCA_FLOWER_KEY_ETH_TYPE, /* be16 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 1:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IP_PROTO=E2= =80=99 > > TCA_FLOWER_KEY_IP_PROTO, /* u8 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:348:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IP_PROTO=E2=80=99 was here > > TCA_FLOWER_KEY_IP_PROTO, /* u8 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 2:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV4_SRC=E2= =80=99 > > TCA_FLOWER_KEY_IPV4_SRC, /* be32 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:349:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV4_SRC=E2=80=99 was here > > TCA_FLOWER_KEY_IPV4_SRC, /* be32 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 3:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV4_SRC_MA= SK=E2=80=99 > > TCA_FLOWER_KEY_IPV4_SRC_MASK, /* be32 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:350:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV4_SRC_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_IPV4_SRC_MASK, /* be32 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 4:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV4_DST=E2= =80=99 > > TCA_FLOWER_KEY_IPV4_DST, /* be32 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:351:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV4_DST=E2=80=99 was here > > TCA_FLOWER_KEY_IPV4_DST, /* be32 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 5:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV4_DST_MA= SK=E2=80=99 > > TCA_FLOWER_KEY_IPV4_DST_MASK, /* be32 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:352:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV4_DST_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_IPV4_DST_MASK, /* be32 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 6:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV6_SRC=E2= =80=99 > > TCA_FLOWER_KEY_IPV6_SRC, /* struct in6_addr */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:353:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV6_SRC=E2=80=99 was here > > TCA_FLOWER_KEY_IPV6_SRC, /* struct in6_addr */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 7:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV6_SRC_MA= SK=E2=80=99 > > TCA_FLOWER_KEY_IPV6_SRC_MASK, /* struct in6_addr */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:354:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV6_SRC_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_IPV6_SRC_MASK, /* struct in6_addr */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 8:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV6_DST=E2= =80=99 > > TCA_FLOWER_KEY_IPV6_DST, /* struct in6_addr */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:355:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV6_DST=E2=80=99 was here > > TCA_FLOWER_KEY_IPV6_DST, /* struct in6_addr */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:6= 9:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_IPV6_DST_MA= SK=E2=80=99 > > TCA_FLOWER_KEY_IPV6_DST_MASK, /* struct in6_addr */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:356:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_IPV6_DST_MASK=E2=80=99 was here > > TCA_FLOWER_KEY_IPV6_DST_MASK, /* struct in6_addr */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:7= 0:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_TCP_SRC=E2= =80=99 > > TCA_FLOWER_KEY_TCP_SRC, /* be16 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:357:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_TCP_SRC=E2=80=99 was here > > TCA_FLOWER_KEY_TCP_SRC, /* be16 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:7= 1:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_TCP_DST=E2= =80=99 > > TCA_FLOWER_KEY_TCP_DST, /* be16 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:358:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_TCP_DST=E2=80=99 was here > > TCA_FLOWER_KEY_TCP_DST, /* be16 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:7= 2:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_UDP_SRC=E2= =80=99 > > TCA_FLOWER_KEY_UDP_SRC, /* be16 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:359:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_UDP_SRC=E2=80=99 was here > > TCA_FLOWER_KEY_UDP_SRC, /* be16 */ > > ^ > > /var/lib/jenkins/jobs/dpdk-armv7/workspace/drivers/net/tap/tap_flow.c:7= 3:2: error: redeclaration of enumerator =E2=80=98TCA_FLOWER_KEY_UDP_DST=E2= =80=99 > > TCA_FLOWER_KEY_UDP_DST, /* be16 */ > > ^ > > In file included from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_tcmsgs.h:40:0, > > from /var/lib/jenkins/jobs/dpdk-armv7/workspace/driver= s/net/tap/tap_flow.c:44: > > /opt/gcc/br2-arm32-glibc-4.9.x/usr/arm-buildroot-linux-gnueabi/sysroot/= usr/include/linux/pkt_cls.h:360:2: note: previous definition of =E2=80=98TC= A_FLOWER_KEY_UDP_DST=E2=80=99 was here > > TCA_FLOWER_KEY_UDP_DST, /* be16 */ > > ^ > > make[4]: *** [tap_flow.o] Error 1 > > make[3]: *** [tap] Error 2 > > make[2]: *** [net] Error 2 > > make[1]: *** [drivers] Error 2 > > make: *** [all] Error 2 > > Finished: FAILURE > >=20 > > Regards > > Jan Viktorin > > =20 >=20 --=20 Jan Viktorin E-mail: Viktorin@RehiveTech.com System Architect Web: www.RehiveTech.com RehiveTech Brno, Czech Republic