[ovs-git] Open vSwitch: ofp-parse: Add support for dl_dst masks in flow match parsing. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jun 7 23:54:21 UTC 2011


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  cb8ca532a6636d20c9d7e4a5323489cad9c3eeb7 (commit)
       via  db7f8281824224289eeb177c5437c9ec070ab042 (commit)
       via  009853d87ec9ae26edcaa74687a2908a1692b7a1 (commit)
      from  a3c4dc652ff62b2444a1cd5bd92f9a5fccacab6b (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 cb8ca532a6636d20c9d7e4a5323489cad9c3eeb7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cb8ca532a6636d20c9d7e4a5323489cad9c3eeb7
Author: Ben Pfaff <blp at nicira.com>
		
ofp-parse: Add support for dl_dst masks in flow match parsing.
		
This makes it possible to add flows that match on the Ethernet multicast
bit with ovs-ofctl.

CC: Paul Ingram <paul at nicira.com>
CC: Amar Padmanabhan <amar at nicira.com>


commit db7f8281824224289eeb177c5437c9ec070ab042
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=db7f8281824224289eeb177c5437c9ec070ab042
Author: Ben Pfaff <blp at nicira.com>
		
Better abstract wildcards for Ethernet destination field.
		
I think that this makes nx-match.c a little easier to read.  The new
functions added here will have more users in an upcoming patch.


commit 009853d87ec9ae26edcaa74687a2908a1692b7a1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=009853d87ec9ae26edcaa74687a2908a1692b7a1
Author: Ben Pfaff <blp at nicira.com>
		
ofp-parse: Fix wildcard bits for dl_dst in flow parsing.
		
This fixes a really minor corner case in flow parsing that doesn't make
much sense anyway.


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

Summary of changes:
 lib/classifier.c         |   20 ++++++++++++
 lib/classifier.h         |    2 +
 lib/flow.c               |   78 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/flow.h               |    5 +++
 lib/nx-match.c           |   35 ++------------------
 lib/ofp-parse.c          |   29 +++++++++++++++--
 tests/ovs-ofctl.at       |    8 +++++
 utilities/ovs-ofctl.8.in |   20 ++++++++++++
 8 files changed, 162 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list