On 09/09/14 at 03:17pm, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto <ddiproie...@vmware.com> > --- > I didn't test the fix. If it works "netdev-dpdk.o" should appear in the travis > output (on master it doesn't) > > Thanks, > > Daniele > --- > .travis.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index fd21e30..b66f821 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -8,7 +8,7 @@ before_install: ./.travis/prepare.sh > env: > - OPTS="--disable-ssl" > - TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.14.7" > - - KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.0 ^^^ > + - KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.0/build"
The missing " made the build succeed on master as --with-dpdk was not passed on correctly ;-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev