Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniele Di Proietto
should have dpdk vhost support merged sooner. > >Thanks, >Daniel Thanks, Daniele > >-Original Message- >From: Daniele Di Proietto [mailto:ddiproie...@vmware.com] >Sent: Thursday, September 25, 2014 11:14 PM >To: Daniel Badea >Cc: discuss@openvswitch.org; Alex Wa

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
ib/ofpbuf.h:364:1: warning: control reaches end of non-void function [-Wreturn-type] lib/dpif.c: In function 'ofpbuf_size': lib/ofpbuf.h:384:1: warning: control reaches end of non-void function [-Wreturn-type] lib/dpif.c: In function 'ofpbuf_data': lib/ofpbuf.h:364:1: warning:

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
./utilities/ovs-vsctl show touch ${TMP}/ovs-vswitchd.ready echo "ovsdb-server running in background" } env_setup if [[ $# -eq 0 ]]; then setup screen -x dpdk -p 1 else if [[ $1 =~ ^(dpdk-build|ovsdb-server|ovs-vswitchd)$ ]]; then cmd=${1/-/_} shift $

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
switch/ovs.git [branch "master"] remote = origin merge = refs/heads/master --Daniel -Original Message- From: Justin Pettit [mailto:jpet...@nicira.com] Sent: Thursday, September 25, 2014 11:57 PM To: discuss@openvswitch.org; Daniel Badea Subject: Re: [ovs-discuss] ovs-vswitchd

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-25 Thread Justin Pettit
On September 25, 2014 at 10:47:57 AM, Daniel Badea (daniel.ba...@windriver.com) wrote: > Building ovs with dpdk support is not straightforward because: > > - ovs doest not build with the latest dpdk version 1.7.1 > > - the document here > http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvs

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-25 Thread Daniele Di Proietto
Hi Daniel, On 9/25/14, 10:34 AM, "Daniel Badea" wrote: >I encountered the following issue: ovs-vswitchd with crashes when adding >a dpdk port. > >Building ovs with dpdk support is not straightforward because: > - ovs doest not build with the latest dpdk version 1.7.1 We're regularly building

[ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-25 Thread Daniel Badea
I encountered the following issue: ovs-vswitchd with crashes when adding a dpdk port. Building ovs with dpdk support is not straightforward because: - ovs doest not build with the latest dpdk version 1.7.1 - the document here http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=b