[ovs-git] Open vSwitch: ovs-dpctl: Add mega flow support (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 20 17:34:12 UTC 2013


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  e6cc0babc25de1800aeffad66d2804e64e5bd602 (commit)
      from  a1c564be1e2ffc31f8da09ab654c8ed987907fe5 (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 e6cc0babc25de1800aeffad66d2804e64e5bd602
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e6cc0babc25de1800aeffad66d2804e64e5bd602
Author: Andy Zhou <azhou at nicira.com>
		
ovs-dpctl: Add mega flow support
		
Added support to allow mega flow specified and displayed. ovs-dpctl tool
is mainly used as debugging tool.

This patch also implements the low level user space routines to send
and receive mega flow netlink messages. Those netlink suppor
routines are required for forthcoming user space mega flow patches.

Added a unit test to test parsing and display of mega flows.

Ethan contributed the ovs-dpctl mega flow output function.

Co-authored-by: Ethan Jackson <ethan at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif-linux.c       |   19 +
 lib/dpif-netdev.c      |    6 +
 lib/dpif-provider.h    |   25 +-
 lib/dpif.c             |   17 +-
 lib/dpif.h             |    4 +
 lib/netdev-dummy.c     |    2 +-
 lib/odp-util.c         |  993 +++++++++++++++++++++++++++++++++++++++++-------
 lib/odp-util.h         |    8 +-
 lib/packets.h          |   11 +-
 ofproto/ofproto-dpif.c |   15 +-
 tests/odp.at           |   65 ++++
 tests/test-odp.c       |   79 ++--
 utilities/ovs-dpctl.c  |   25 +-
 13 files changed, 1063 insertions(+), 206 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list