Re: [ovs-discuss] Q-in-Q in OF1.3

2016-06-17 Thread Ben Pfaff
OVS does not support QinQ, because no one has implemented it. On Fri, Jun 17, 2016 at 10:20:32PM +, Maurice Qureshi wrote: > I just saw following thread on this alias (also attached), is it true for OVS > 2.5.0 also? Is it because it is an "optional" action in OF 1.3 spec? > > Thanks > Mauri

Re: [ovs-discuss] Q-in-Q in OF1.3

2016-06-17 Thread Maurice Qureshi
I just saw following thread on this alias (also attached), is it true for OVS 2.5.0 also? Is it because it is an "optional" action in OF 1.3 spec? Thanks Maurice Previous Email Thread OVS doesn't support that. On Tue, Apr 26, 2016 at 03:53:44PM +, Evgeny Sandler wrote: > Hi

Re: [ovs-discuss] [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC andOVN

2016-06-17 Thread Ryan Moats
John McDowall wrote on 06/17/2016 04:07:38 PM: > From: John McDowall > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: discuss , Na Zhu , > "OpenStack Development Mailing List (not for usage questions)" > , Srilatha Tangirala/San > Francisco/IBM@IBMUS > Date: 06/17/2016 04:07 PM > Subject: Re: [ovs-discuss

Re: [ovs-discuss] [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC andOVN

2016-06-17 Thread John McDowall
Ryan, In-line below. Regards John From: Ryan Moats mailto:rmo...@us.ibm.com>> Date: Friday, June 17, 2016 at 7:35 AM To: John McDowall mailto:jmcdow...@paloaltonetworks.com>> Cc: Na Zhu mailto:na...@cn.ibm.com>>, Srilatha Tangirala mailto:srila...@us.ibm.com>>, "OpenStack Development Mailing

Re: [ovs-discuss] [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC andOVN

2016-06-17 Thread John McDowall
Ryan, See inline Regards John From: Ryan Moats mailto:rmo...@us.ibm.com>> Date: Friday, June 17, 2016 at 7:26 AM To: John McDowall mailto:jmcdow...@paloaltonetworks.com>> Cc: discuss mailto:discuss@openvswitch.org>>, Na Zhu mailto:na...@cn.ibm.com>>, "OpenStack Development Mailing List (not

[ovs-discuss] Q-in-Q in OF1.3

2016-06-17 Thread Maurice Qureshi
I want to add a flow to push a new tag on top of an existing tag. I see following syntax in different examples: Ovs-Ofctl Add-Flow Actions=Push_vlan:,Set_field:-\>Vlan_vid,Output: Using push_vlan,you can push a new vlan to packets,ethertypeis the ethertype for the tag(only support 0x8100 at

Re: [ovs-discuss] HA proposal for current OVN release cycle (was: etcd for OVN status update (was: Re: more about etcd (can it support big transactions and many monitors?)))

2016-06-17 Thread Russell Bryant
Thank you for the detailed updates on your progress! On Fri, Jun 17, 2016 at 2:18 PM, Ben Pfaff wrote: > My proposal is this: > > 1. Postpone the OVN etcd vs. Raft decision to the next release cycle in >6 months. This will give etcd and its underlying infrastructure time >to mature, and

[ovs-discuss] HA proposal for current OVN release cycle (was: etcd for OVN status update (was: Re: more about etcd (can it support big transactions and many monitors?)))

2016-06-17 Thread Ben Pfaff
On Wed, Jun 15, 2016 at 10:02:02AM -0700, Ben Pfaff wrote: > On Fri, Jun 10, 2016 at 03:59:34PM -0700, Ben Pfaff wrote: > > After talking to Justin, I think I'm going to take a few days (maybe > > Wednesday through Friday next week) to hack on etcd related stuff, with > > the goal being to come up

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Murali R
Clarification: my own OVN code. Made no changes to networking-ovn ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Murali R
> Your question makes me think that you are using provider networks > in a way different from I have used them Actually it is standard Q_USE_PROVIDER_NETWORKING=True PHYSICAL_NETWORK=providernet PROVIDER_NETWORK_TYPE=flat OVS_PHYSICAL_BRIDGE=br-provider PROVIDER_SUBNET_NAME=provider-subnet FIXED_R

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Ryan Moats
Murali R wrote on 06/17/2016 12:09:30 PM: > From: Murali R > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Ben Pfaff , discuss > Date: 06/17/2016 12:09 PM > Subject: Re: [ovs-discuss] [ovn] provider networks > > Ryan, actually the reason I was asking if there will be conflicts. > Like the router1 is

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Murali R
Ryan, actually the reason I was asking if there will be conflicts. Like the router1 is created by default in devstack whether its created within OVN. It is assuming the gateway address we define, where as the provider net has a gateway of that ip (eg 10.145.105.1). Not sure if the router1 represen

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Murali R
Thanks Ryan & Ben. On Fri, Jun 17, 2016 at 8:02 AM, Ryan Moats wrote: > "discuss" wrote on 06/17/2016 09:55:45 > AM: > > > From: Ben Pfaff > > To: Murali R > > Cc: discuss > > Date: 06/17/2016 09:56 AM > > Subject: Re: [ovs-discuss] [ovn] provider networks > > Sent by: "discuss" > > > > > O

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Ryan Moats
"discuss" wrote on 06/17/2016 09:55:45 AM: > From: Ben Pfaff > To: Murali R > Cc: discuss > Date: 06/17/2016 09:56 AM > Subject: Re: [ovs-discuss] [ovn] provider networks > Sent by: "discuss" > > On Thu, Jun 16, 2016 at 04:34:35PM -0700, Murali R wrote: > > I am trying to use provider network

Re: [ovs-discuss] [ovn] provider networks

2016-06-17 Thread Ben Pfaff
On Thu, Jun 16, 2016 at 04:34:35PM -0700, Murali R wrote: > I am trying to use provider networks. The docs does not say disabling OVN > L3 but says q-l3 be disabled. Is it OK to have OVN L3 enabled with provider > network in devstack config? I believe that should work. I don't know what q-l3 is.

Re: [ovs-discuss] [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC andOVN

2016-06-17 Thread Ryan Moats
In-line below "discuss" wrote on 06/15/2016 05:51:20 PM: > From: John McDowall > To: Na Zhu > Cc: Srilatha Tangirala/San Francisco/IBM@IBMUS, "OpenStack > Development Mailing List \(not for usage questions\)" d...@lists.openstack.org>, discuss > Date: 06/15/2016 05:51 PM > Subject: Re: [ovs-

Re: [ovs-discuss] [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC andOVN

2016-06-17 Thread Ryan Moats
Apologies for being delayed on replying and in-line back as well Ryan John McDowall wrote on 06/15/2016 05:58:35 PM: > From: John McDowall > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Na Zhu , Srilatha Tangirala/San Francisco/ > IBM@IBMUS, "OpenStack Development Mailing List (not for usage > questio

[ovs-discuss] QoS Shaping implementation in OVS-DPDK

2016-06-17 Thread gayathri.manepalli
Hi Team, We are done with QoS shaping implementation in OVS-DPDK(2.4.0) by making use of DPDK scheduler library. We have conducted some basic tests for QoS shaping and compared DPDK vs OVS-DPDK with IMIX traffic. Please find the below test results conducted with bi directional traffic , I will

Re: [ovs-discuss] Need info to backup Open vSwitch Database

2016-06-17 Thread Numan Siddique
On Fri, Jun 17, 2016 at 3:20 PM, João Costa wrote: > What's the file path/name? > > Normally you should find the file in the path "/etc/openvswitch/" with the name "conf.db" ​ > Thanks > > 2016-06-16 23:51 GMT+01:00 Ben Pfaff : > >> On Wed, Jun 15, 2016 at 08:30:55PM -0500, Krishna Venkata w

Re: [ovs-discuss] Need info to backup Open vSwitch Database

2016-06-17 Thread João Costa
What's the file path/name? Thanks 2016-06-16 23:51 GMT+01:00 Ben Pfaff : > On Wed, Jun 15, 2016 at 08:30:55PM -0500, Krishna Venkata wrote: > > Looking to know as, how to backup Open vSwitch database. Kindly guide me > > through the backup process. > > You can copy the file. > __