Re: [ovs-dev] [flow-compat 6/7] ofproto-dpif: Factor NetFlow active timeouts out of flow expiration.

2011-11-06 Thread Jesse Gross
On Fri, Nov 4, 2011 at 4:43 PM, Ben Pfaff wrote: > NetFlow active timeouts were only mixed in with flow expiration for > convenience: both processes need to iterate all the facets.  But > an upcoming commit will change flow expiration to work in terms of > a new "subfacet" entity, so they will no

[ovs-dev] [PATCH 3/3] datapath: Renumber non-upstreamable interfaces.

2011-11-06 Thread Jesse Gross
The interfaces related to tunneling aren't finalized enough to be sent upstream but we also still want to retain them in the OVS repository. Since userspace should be compatible with both versions of the kernel, this renumbers the tunnel interfaces to high numbers so that we can continue to add ne

[ovs-dev] [PATCH 2/3] datapath: Slim down the vport interface.

2011-11-06 Thread Jesse Gross
Many of the function in vport.c are simply pass throughs to their underlying vport implementation and, of these, many are used only for bridge compatibility code. This allows users of these functions to directly call through the ops structure, reducing boilerplate code and keeping more of the comp

[ovs-dev] [PATCH 1/3] datapath: Remove vport from OVS_CB.

2011-11-06 Thread Jesse Gross
Now that most fix function logic (like sFlow) has been moved to userspace, the vport member of OVS_CB is no longer used by anything, so drop it. Signed-off-by: Jesse Gross --- datapath/datapath.c |5 - datapath/datapath.h |2 -- 2 files changed, 0 insertions(+), 7 deletions(-) diff

[ovs-dev] [PATCH] tunneling: Reduce priority of multicast tunnels.

2011-11-06 Thread Jesse Gross
It's possible to have an incoming packet that matches both a unicast and multicast tunnel if the source address corresponds to the remote_ip of a unicast tunnel and the destination is multicast. Currently this will match the multicast tunnel but in reality the unicast tunnel should probably be con

[ovs-dev] openvswitch 1.2.2-2 MIGRATED to testing

2011-11-06 Thread Debian testing watch
FYI: The status of the openvswitch source package in Debian's testing distribution has changed. Previous version: 1.2.1-3 Current version: 1.2.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will rec