[ovs-git] Open vSwitch: ofproto-dpif: Implement OFPAT_SET_NW_TOS. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 20 16:53:55 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  150a9f153b27a0d4b67388bd60d619dc78fa22ce (commit)
       via  1fa96cf431bc0bdfd81aeab50e1344355f2fb73e (commit)
      from  daff3353a0dcb6db7c1468e442f95ae22d335e88 (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 150a9f153b27a0d4b67388bd60d619dc78fa22ce
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=150a9f153b27a0d4b67388bd60d619dc78fa22ce
Author: Ben Pfaff <blp at nicira.com>
		
ofproto-dpif: Implement OFPAT_SET_NW_TOS.
		
This field was overlooked in commit b3e9b2eda9a "ofproto: Optimize datapath
actions."

Found by inspection.


commit 1fa96cf431bc0bdfd81aeab50e1344355f2fb73e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1fa96cf431bc0bdfd81aeab50e1344355f2fb73e
Author: Ben Pfaff <blp at nicira.com>
		
ofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.
		
OpenFlow 1.0 doesn't say that the ECN bits in OFPAT_SET_NW_TOS actions must
be zero, but Open vSwitch ODP implementations do require that, so mask off
those bits before storing the nw_tos into the flow.


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

Summary of changes:
 ofproto/ofproto-dpif.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list