[ovs-git] Open vSwitch: ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 2 01:09:49 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  0a37839c03307cc4cc726d27a7348c05d469c5eb (commit)
      from  363591508db8f17045c9159522ad9511e63cba2e (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 0a37839c03307cc4cc726d27a7348c05d469c5eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0a37839c03307cc4cc726d27a7348c05d469c5eb
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.
		
With this commit, whenever the verbosity is enabled with '-m'
option, the ovs-dpctl dump-flows command will display the flows with
in_port field showing the name instead of a port number.

Conversely, one can also use a name in the in_port field with del-flow,
add-flow and mod-flow commands of ovs-dpctl. One should also be able
to use the port name when supplying the datapath flow as an input
to ofproto/trace command.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif.c             |    2 +-
 lib/odp-util.c         |   75 ++++++++++++++++++++++++++++++++++++++++--------
 lib/odp-util.h         |   14 ++++++++-
 ofproto/ofproto-dpif.c |   66 +++++++++++++++++++++++-------------------
 tests/ofproto-dpif.at  |   17 +++++++----
 tests/test-odp.c       |    2 +-
 utilities/ovs-dpctl.c  |   62 +++++++++++++++++++++++++++++----------
 7 files changed, 174 insertions(+), 64 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list