[ovs-git] Open vSwitch: ofproto-dpif: Always un-wildcard 'dl_type'. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 26 05:40:06 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  7431e17196fdb1c3189d67e3aeed4adeab4cf479 (commit)
       via  abcd4402fec44a473a19cc790a9a3f00444a123f (commit)
      from  be3f512a79ab7afb02a3b2cfbd51e10e0f5a5c55 (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 7431e17196fdb1c3189d67e3aeed4adeab4cf479
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7431e17196fdb1c3189d67e3aeed4adeab4cf479
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto-dpif: Always un-wildcard 'dl_type'.
		
We always look at the fragment status and often look at other L3
headers when processing the packet, so just un-wildcard the
Ethertype.

Signed-off-by: Justin Pettit <jpettit at nicira.com>


commit abcd4402fec44a473a19cc790a9a3f00444a123f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=abcd4402fec44a473a19cc790a9a3f00444a123f
Author: Justin Pettit <jpettit at nicira.com>
		
tunnel: Only un-wildcard the ECN bits for IP traffic.
		
With tunnels carrying IP packets, ECN bits are always inherited by
the encapsulating tunnel.  However, it doesn't make sense to
unwildcard the inner packet's TOS fields if the packet is not IP.

Found by inspection.

Signed-off-by: Justin Pettit <jpettit at nicira.com>


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

Summary of changes:
 lib/bfd.c                    |    1 -
 lib/cfm.c                    |    1 -
 lib/flow.c                   |    1 -
 ofproto/netflow.c            |    1 -
 ofproto/ofproto-dpif-xlate.c |   13 +------------
 ofproto/ofproto-dpif.c       |    1 +
 ofproto/tunnel.c             |    7 +++++--
 tests/ofproto-dpif.at        |   22 +++++++++++-----------
 8 files changed, 18 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list