[ovs-discuss] Failure building ovs on Freebsd 9.3

2015-01-02 Thread Alex Wang
Hey Yamamoto, Having trouble building ovs on my freebsd 9.3 release (VM). I installed 'gmake, automake, python27, py27-xml, openssl', and the clang version is: 3.4.1 (I had same issue with gcc as well). When I execute `./boot.sh ; ./configure; gmake -j32` on ovs master, I failed with */usr/incl

Re: [ovs-discuss] Query on LLDP support added as a patch

2015-01-02 Thread Ben Pfaff
On Sat, Jan 03, 2015 at 12:16:08AM +0530, Shankari Vaidyalingam wrote: > I happened to read a mail thread in the OVS discussion list that the basic > LLDP support has been added to the OVS code as a part of the > support to the Auto-Attach feature. (mail dtd > openvswitch.org/pipermail/dev/2014-Oct

[ovs-discuss] Query on LLDP support added as a patch

2015-01-02 Thread Shankari Vaidyalingam
Hi I happened to read a mail thread in the OVS discussion list that the basic LLDP support has been added to the OVS code as a part of the support to the Auto-Attach feature. (mail dtd openvswitch.org/pipermail/dev/2014-October/046652.html) But I'm not able to find the files in the patchset in the

Re: [ovs-discuss] Mirror through GRE on DPDK ports not forwarding.

2015-01-02 Thread David Evans
Hi Pravin, Thanks for getting back to me. ./ovs-appctl dpctl/dump-flows recirc_id(0),in_port(2),eth(src=00:00:00:00:00:00,dst=00:00:00:00:00:00),et h_type(0/0x), packets:3, bytes:1151, used:9.084s, actions:drop recirc_id(0),in_port(3),eth(src=00:18:82:56:0e:b3,dst=28:6e:d4:f1:47:7b),et h_type

Re: [ovs-discuss] Intel DPDK testpmd application issues

2015-01-02 Thread Traynor, Kevin
Hi Hiteshi, DPDK only detected 1 core, so makes sense that it would reject a coremask of 0xf. I've only tested with QEMU but VirtualBox may only be letting 1 core be emulated - in that case you could try without the --nb-cores flag. However, it would probably affect the performance you will see