Re: [ovs-dev] Restrore open flow rules when ovs-vswitchd die?

2015-01-01 Thread Junguk Cho
I also think it is controller's job. Thanks. Ben. 2015-01-01 20:49 GMT-07:00 Ben Pfaff : > On Thu, Jan 01, 2015 at 04:27:28AM -0700, Junguk Cho wrote: > > Is there an option to back up inserted flow rules and restore them when > > ovs-vswitchd is restarted after it die due to programming error

Re: [ovs-dev] Support for Provider VLANs

2015-01-01 Thread Uzi Golan
Hello can you please state what is the parameter to support prvider vlans on access port and i wish to make it as default behavior to any access port created on ovs bridge thanks in davance Uzi Golan ___ dev mailing list dev@openvswitch.org http://ope

Re: [ovs-dev] Restrore open flow rules when ovs-vswitchd die?

2015-01-01 Thread Ben Pfaff
On Thu, Jan 01, 2015 at 04:27:28AM -0700, Junguk Cho wrote: > Is there an option to back up inserted flow rules and restore them when > ovs-vswitchd is restarted after it die due to programming error? No, that's the controller's job. ___ dev mailing list

Re: [ovs-dev] [PATCH 2/3] dpif: Shift ufid support checking up to dpif_backer.

2015-01-01 Thread Ben Pfaff
On Fri, Dec 19, 2014 at 10:43:01AM -0800, Andy Zhou wrote: > On Fri, Dec 19, 2014 at 10:26 AM, Joe Stringer wrote: > > On 18 December 2014 at 17:16, Andy Zhou wrote: > >> I don't strongly object the current version either (with the fix > >> above), but this version seems simpler. > > > > OK, but

Re: [ovs-dev] [PATCH] Export OVS datapath performance counters via sFlow

2015-01-01 Thread Ben Pfaff
On Tue, Dec 16, 2014 at 02:56:21PM -0800, Neil McKee wrote: > Export OVS datapath performance counters via sFlow. The OVS > cache hit/miss counters and memory/CPU usage statistics have been identified > as important metrics when managing large deployments. This patch allows them > to be pushed peri

Re: [ovs-dev] [PATCH 2/2] route-table-bsd: Retry logic

2015-01-01 Thread Ben Pfaff
On Wed, Dec 17, 2014 at 08:59:57AM +0900, YAMAMOTO Takashi wrote: > Retry routing requests as the routing socket is unreliable. > > Also, add some error checks and logs. > > Signed-off-by: YAMAMOTO Takashi Seems reasonable to me. Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH] ofproto: Omit hidden tables from "next tables".

2015-01-01 Thread Ben Pfaff
Hidden tables are intended to be concealed from OpenFlow, but their presence leaked through the "next tables" and "instructions" in the OF1.3+ table features reply. This fixes the problem. Reported-by: "Ronaldo A. Ferreira" Signed-off-by: Ben Pfaff --- AUTHORS | 1 + ofproto/ofproto

Re: [ovs-dev] [PATCH] vtep: Document rationale for the 'switches' column in the Global table.

2015-01-01 Thread Ben Pfaff
On Wed, Dec 31, 2014 at 10:45:25AM -0800, Gurucharan Shetty wrote: > On Mon, Dec 1, 2014 at 10:28 AM, Ben Pfaff wrote: > > At first glance it wasn't obvious why there was the possibility for more > > than one switch. > > > > Signed-off-by: Ben Pfaff > I always imagined in my imagination the possi

[ovs-dev] [PATCH] ofproto: Don't count hidden rules in table stats.

2015-01-01 Thread Ben Pfaff
The hidden rules created by in-band control and fail-open should not be included in the table stats reported via OpenFlow. I seem to recall that this was done correctly in some previous version but it has broken since then. This commit fixes the problem and adds a test that should make it harder

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2015-01-01 Thread Thomas F Herbert
Thanks! --Tom On 12/31/14, 3:05 PM, Flavio Leitner wrote: On Wednesday, December 31, 2014 02:53:27 PM Thomas F Herbert wrote: Flavio, Thanks for your review. I am preparing a version 6 of the patch in which I will be fixing the issues you pointed out but I am interested in further guidance in

Re: [ovs-dev] [PATCH v2 2/3] datapath-windows: Release WFP allocated objects

2015-01-01 Thread Ben Pfaff
On Mon, Dec 22, 2014 at 03:06:34PM +, Sorin Vinturis wrote: > Filter and sublayer WFP objects are created when the filter attach routine > is called and the tunnel filter is initialized, and they are released > in the uninitialize part. But the release part is done indirectly, through > the Fwp

[ovs-dev] Restrore open flow rules when ovs-vswitchd die?

2015-01-01 Thread Junguk Cho
Hi. Is there an option to back up inserted flow rules and restore them when ovs-vswitchd is restarted after it die due to programming error? I read the open Vswitch manuals, but It does not have this option. There is "flow-restore-wait" option, but it is not my purpose. I think inserted flow rule