Re: [ovs-dev] [PATCH] ofp-util: Clean up cookie handling.

2012-05-21 Thread Ben Pfaff
On Mon, May 21, 2012 at 11:29:47AM -0700, Justin Pettit wrote: > Commit e72e793 (Add ability to restrict flow mods and flow stats > requests to cookies.) modified cookie handling. Some of its behavior > was unintuitive there was at least one bug (described below). Commit > f66b87d (DESIGN: Docume

Re: [ovs-dev] [PATCH] bridge: Ignore "null" interfaces as required.

2012-05-21 Thread Ethan Jackson
Yep, I'll pull it back, if it's not trivial I'll send it out for review. Ethan On Mon, May 21, 2012 at 2:57 PM, Ben Pfaff wrote: > On Mon, May 21, 2012 at 01:27:47PM -0700, Ethan Jackson wrote: >> Commit bae7208e91a0 (bridge: Refactor bridge_reconfigure().) >> introduced a regression in which th

Re: [ovs-dev] [PATCH] bridge: Ignore "null" interfaces as required.

2012-05-21 Thread Ben Pfaff
On Mon, May 21, 2012 at 01:27:47PM -0700, Ethan Jackson wrote: > Commit bae7208e91a0 (bridge: Refactor bridge_reconfigure().) > introduced a regression in which the switch would attempt to > instantiate "null" interfaces in the datapath. This would, of > course, fail and trigger a warning. Though

[ovs-dev] [PATCH] bridge: Ignore "null" interfaces as required.

2012-05-21 Thread Ethan Jackson
Commit bae7208e91a0 (bridge: Refactor bridge_reconfigure().) introduced a regression in which the switch would attempt to instantiate "null" interfaces in the datapath. This would, of course, fail and trigger a warning. Though harmless, these warnings confused users. Signed-off-by: Ethan Jackson

Re: [ovs-dev] [PATCH v2 2/2] datapath: Fix Tunnel options TOS

2012-05-21 Thread Pravin Shelar
On Sun, May 20, 2012 at 9:24 AM, Jesse Gross wrote: > On Wed, May 16, 2012 at 4:13 PM, Pravin B Shelar wrote: >> diff --git a/datapath/tunnel.c b/datapath/tunnel.c >> index c2133bb..d3e2d20 100644 >> --- a/datapath/tunnel.c >> +++ b/datapath/tunnel.c >> @@ -1219,7 +1222,6 @@ int ovs_tnl_send(stru

Re: [ovs-dev] phone number changed

2012-05-21 Thread Marci Gould
Title: Fwd: people interested in online advertising - list for sale List available: US businesses - 4 million emails Price until Friday: $99 CLICK HERE TO ORDER File Available for download in excel format

Re: [ovs-dev] [PATCH] Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.

2012-05-21 Thread Justin Pettit
On May 14, 2012, at 1:59 PM, Ben Pfaff wrote: > +# PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo > +# files. Creating .py[co] works OK for any given version of Open > +# vSwitch, but it causes trouble if you switch from a version with > +# foo/__init__.py into an (older) ve

[ovs-dev] [PATCH] ofp-util: Clean up cookie handling.

2012-05-21 Thread Justin Pettit
Commit e72e793 (Add ability to restrict flow mods and flow stats requests to cookies.) modified cookie handling. Some of its behavior was unintuitive there was at least one bug (described below). Commit f66b87d (DESIGN: Document uses for flow cookies.) attempted document a clean design for cookie

Re: [ovs-dev] [PATCH] Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.

2012-05-21 Thread Ben Pfaff
On Mon, May 14, 2012 at 01:59:11PM -0700, Ben Pfaff wrote: > An upcoming commit will break the ovs.vlog module into an ovs.vlog package > with submodules. This commit makes switching between trees with the old > structure and those with the new structure much easier. > > This commit works by sett

Re: [ovs-dev] OpenFlow 1.1 Support in OVS

2012-05-21 Thread Ben Pfaff
On Mon, May 21, 2012 at 09:39:43AM +0530, Naga Rohit, IIT Guwahati wrote: > I am curious about the Push/Pop tag feature in the OF1.1 Spec and I > was wondering if there is a version of OVS that supports them.. No, it's not supported. We'd accept an implementation though. _