[ovs-discuss] Resending request for a new API between controller and switch

2015-01-05 Thread Ashok Chippa
Hi, Could someone please let me know if my request can be accomodated... I have asked a few times for this before, but I'll ask again: Basically, I need a new ofp_type support... something like OFPT_GET_FLOWID_REQUEST and OFPT_GET_FLOWID_RESPONSE. Looking for an API, that given certain match pa

Re: [ovs-discuss] Error adding port to ovs-dpdk build

2015-01-05 Thread Radhakrishnan, Sharmila
Hi Kevin, Yes, Iam using dpdk 1.7.1. Vswitchd: ./vswitchd/ovs-vswitchd --dpdk -c 0x1 -n 4 --socket-mem 20,0 -- unix:$DB_SOCK --pidfile --detach Command used to add bridge: ./ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev Thanks, Sharmila From: Traynor, Kevin Sent: Monday, January

Re: [ovs-discuss] error when starting the vm in virt-manger gui.

2015-01-05 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. jayakeerthi k wrote: > > > > > > [SL] If I'm reading this correctly, your guest VM isn't configured for Open vSwitch. It looks like it is configured for some sort of direct hardware access. I'd recommend reviewing the libvirt or

Re: [ovs-discuss] Packet counter

2015-01-05 Thread Jesse Gross
On Mon, Jan 5, 2015 at 6:15 PM, Yuliang Li wrote: > Hi all, > > I compare the counter of OVS and the number of packets seen by tcpdump. They > do not match, counter of OVS is larger. Could anyone help me understand > this? What is the setup and what numbers do you see? ___

Re: [ovs-discuss] QinQ support

2015-01-05 Thread Thomas F Herbert
Dimitar, Open vSwitch does not currently support 802.1ad. I have submitted a patch for 802.1ad and I am in the process of submitting a new version. However, 802.1ad will not solve the namespace problem. Perhaps you are thinking of 802.1ah? --Tom On 1/5/15 3:51 PM, Dimitar Ianakiev wrote: H

[ovs-discuss] Difference seen in OVSDB initialization with & without DPDK

2015-01-05 Thread Shankari Vaidyalingam
Hi, I tried executing the steps for initializing the OVSDB-server and the OVS given in the below link: networkstatic.net/installing-and-configuring-openvswitch-on-ubuntu-12-04-precise-pangolin/ I'm using Ubuntu Trusty tahr, OVS version 2.3.1 I was able to get the OVS working for the build which

[ovs-discuss] Packet counter

2015-01-05 Thread Yuliang Li
Hi all, I compare the counter of OVS and the number of packets seen by tcpdump. They do not match, counter of OVS is larger. Could anyone help me understand this? Thanks, Yuliang ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/ma

[ovs-discuss] QinQ support

2015-01-05 Thread Dimitar Ianakiev
Hello, We are using openvswitch for some time and we are trying to implement "private vlans" for our customers. Each customer should have vlan(s) between his/her virtual instances. The problem with 802.1q vlans is that we are expecting more than 4094 clients per openvswitch instance and the vlan l

Re: [ovs-discuss] Error adding port to ovs-dpdk build

2015-01-05 Thread Traynor, Kevin
Hi Sharmila, Can you show the command line you run ovs-vswitchd with and the EAL screen prints regarding "Setting up memory...". Also the command you used to add the bridge. I'm assuming you are using DPDK 1.7.1? Thanks, Kevin. From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf O

Re: [ovs-discuss] IPv6 dadfailed

2015-01-05 Thread Gurucharan Shetty
On Fri, Dec 12, 2014 at 5:08 AM, Tobias Brunner wrote: > Hi list > > I'm trying to get IPv6 traffic to flow over the Open vSwitch, but it always > fails at assigning an IPv6 address (this is a VM, connected to Open vSwitch): > > 2: eth0: mtu 1500 qlen 1000 > inet6 fe80::5054:ff:fed6:46a3/64 s

Re: [ovs-discuss] error when starting the vm in virt-manger gui.

2015-01-05 Thread Scott Lowe
jayakeerthi k wrote: > hi all, i installed openvswitch and qemu-kvm . in ovs i created the bridge > and while starting the vm i am specifying the bridge i created as a shared > device but when i try to run the vm . i getting the error as fallows > > Error starting domain: Unable to add bridge n

[ovs-discuss] Error adding port to ovs-dpdk build

2015-01-05 Thread Radhakrishnan, Sharmila
Hi, I have installed OVS with DPDK from github. I tried adding the port. Iam getting cannot allocate memory error for the port. OVS version: [cid:image005.png@01D02901.ED7B20C0] Kernel Version: [cid:image006.png@01D02901.ED7B20C0] Command used to add the port: [cid:image002.png@01D028FF.894A

Re: [ovs-discuss] IPv6 dadfailed

2015-01-05 Thread Tobias Brunner
Hi all, > I'm trying to get IPv6 traffic to flow over the Open vSwitch, but it always > fails at assigning an IPv6 address (this is a VM, connected to Open > vSwitch): > > 2: eth0: mtu 1500 qlen 1000 > inet6 fe80::5054:ff:fed6:46a3/64 scope link tentative dadfailed >valid_lft forever

Re: [ovs-discuss] SPF openvswitch mailing-list

2015-01-05 Thread Tobias Brunner
Hi, > Justin, do you have any idea about this? I wonder whether it explains > any of the weirdness that some have seen around list subscription > behavior. Just add an (2600:3c00::f03c:91ff:fe6e:bdf7) record to archives.nicira.com and the SPF record should be correct. Cheers, Tobias --