[ovs-git] Open vSwitch: Use VLAN_PCP_SHIFT consistently, instead of open-coding "13". (master)

dev at openvswitch.org dev at openvswitch.org
Mon Feb 15 21:12:52 UTC 2010


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  d42c4f8dc1d39dcc1f102b56f63e4c128a2d767b (commit)
       via  4380e924b27fb8528e1c50ebfb4dab4d76f9601d (commit)
       via  7f3adc00f8d9cc0e035cd58817a28301e62eaec8 (commit)
       via  e5f1d483899c1d43709262650cd001e169efc0b4 (commit)
      from  54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1 (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 d42c4f8dc1d39dcc1f102b56f63e4c128a2d767b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d42c4f8dc1d39dcc1f102b56f63e4c128a2d767b
Author: Ben Pfaff <blp at nicira.com>
		
Use VLAN_PCP_SHIFT consistently, instead of open-coding "13".
		
Reported-by: Jesse Gross <jesse at nicira.com>


commit 4380e924b27fb8528e1c50ebfb4dab4d76f9601d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4380e924b27fb8528e1c50ebfb4dab4d76f9601d
Author: Ben Pfaff <blp at nicira.com>
		
compiler: Don't use __attribute__ for non-GCC compilers.
		
__attribute__ is a GCC feature that we should not expose to other
compilers.


commit 7f3adc00f8d9cc0e035cd58817a28301e62eaec8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7f3adc00f8d9cc0e035cd58817a28301e62eaec8
Author: Ben Pfaff <blp at nicira.com>
		
Work around bugs in system headers.
		
On some system, at least, one must include <sys/types.h> before
<netinet/in.h>, and <netinet/in.h> before <arpa/inet.h> or <net/if.h>.

>From Jean Tourrilhes <jt at hpl.hp.com>.


commit e5f1d483899c1d43709262650cd001e169efc0b4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e5f1d483899c1d43709262650cd001e169efc0b4
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Properly order #includes.
		
>From Jean Tourrilhes <jt at hpl.hp.com>.


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

Summary of changes:
 datapath/actions.c |    2 +-
 lib/compiler.h     |    9 +++++++++
 lib/dpif-netdev.c  |    7 ++++---
 lib/flow.h         |    3 ++-
 lib/ofp-print.c    |    3 ++-
 lib/stp.c          |    4 +++-
 ofproto/pinsched.c |    2 ++
 7 files changed, 23 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list