[ovs-git] Open vSwitch: ofproto-dpif: Don't wildcard fields used in special processing. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jun 18 04:58:50 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  642dc74ddb13bf0a0948c3ca0013bd62f8074a9f (commit)
       via  db7d4e469903adf1cbf05c9cd70b9eb77946c202 (commit)
      from  825da1c6d1c7b9bc5128d7588b8bad6efaae650e (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 642dc74ddb13bf0a0948c3ca0013bd62f8074a9f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=642dc74ddb13bf0a0948c3ca0013bd62f8074a9f
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto-dpif: Don't wildcard fields used in special processing.
		
A number of fields are looked at when determining whether special
processing (slow-path) is needed.  This commit removes wildcarding when
they were consulted.

Reported-by: Ethan Jackson <ethan at nicira.com>
Reported-by: Paul Ingram <paul at nicira.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>


commit db7d4e469903adf1cbf05c9cd70b9eb77946c202
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=db7d4e469903adf1cbf05c9cd70b9eb77946c202
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto-dpif: Move process_special() to ofproto-dpif-xlate.c.
		
The action translation functions are the only ones that need
process_special().  Move that function closer to the callers, since a
future commit will use more xlate-related knowledge in process_special.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/bfd.c                    |    5 ++++-
 lib/bfd.h                    |    3 ++-
 lib/cfm.c                    |   11 +++++++++--
 lib/cfm.h                    |    4 +++-
 ofproto/ofproto-dpif-xlate.c |   42 ++++++++++++++++++++++++++++++++++++++++--
 ofproto/ofproto-dpif.c       |   42 ++++++------------------------------------
 ofproto/ofproto-dpif.h       |    7 +++----
 7 files changed, 67 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list