[ovs-git] Open vSwitch: Implement new "fin_timeout" action and "learn" feature. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Feb 15 18:38:31 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  0e553d9c1063be047824c6f1afce9ffc6db6c671 (commit)
       via  12113c394a9873aa4f54da750d9fb4ff89ccb254 (commit)
      from  2d57bfce57f2c71d1f396ad091e7c45ed2862f41 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e553d9c1063be047824c6f1afce9ffc6db6c671
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0e553d9c1063be047824c6f1afce9ffc6db6c671
Author: Ben Pfaff <blp at nicira.com>
		
Implement new "fin_timeout" action and "learn" feature.
		
The "learn" action can create matching return flows.  If those have a long
timeout then it's a good idea to have a way to notice when in fact the
flows have terminated.  This new action and matching "learn" feature
provides that way.

Feature #8603.
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 12113c394a9873aa4f54da750d9fb4ff89ccb254
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=12113c394a9873aa4f54da750d9fb4ff89ccb254
Author: Ben Pfaff <blp at nicira.com>
		
packets: New function packet_get_tcp_flags(), factored out of dpif.
		
This will acquire a new user in an upcoming commit.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 NEWS                          |    2 +
 include/openflow/nicira-ext.h |   46 ++++++++++++++++++++++++++-
 lib/dpif.c                    |    9 +-----
 lib/learn.c                   |   24 +++++++++++++-
 lib/ofp-parse.c               |   22 +++++++++++++
 lib/ofp-print.c               |   16 +++++++++
 lib/ofp-util.c                |    1 +
 lib/ofp-util.def              |    1 +
 lib/ofp-util.h                |    3 ++
 lib/packets.c                 |   20 +++++++++++-
 lib/packets.h                 |    5 ++-
 ofproto/ofproto-dpif.c        |   69 ++++++++++++++++++++++++++++++++++------
 ofproto/ofproto-provider.h    |    5 ++-
 tests/learn.at                |   18 +++++++++-
 tests/ofproto-dpif.at         |   37 ++++++++++++++++++++++
 tests/ovs-ofctl.at            |    2 +
 utilities/ovs-ofctl.8.in      |   26 +++++++++++++++
 17 files changed, 278 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list