[ovs-git] Open vSwitch: meta-flow: Correctly byteswap skb_priority/skb_mark for mf_value. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 19 00:09:36 UTC 2012


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  a81f0a44321ca2b001d7ae54df95381aabc5ea93 (commit)
      from  4f9e08a539f26b008f32a33b86ef8c46f5c5bab9 (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 a81f0a44321ca2b001d7ae54df95381aabc5ea93
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a81f0a44321ca2b001d7ae54df95381aabc5ea93
Author: Ben Pfaff <blp at nicira.com>
		
meta-flow: Correctly byteswap skb_priority/skb_mark for mf_value.
		
Fixes the following sparse warnings:

meta-flow.c:947:21: warning: incorrect type in assignment (different base types)
meta-flow.c:947:21:    expected restricted __be32 [usertype] be32
meta-flow.c:947:21:    got unsigned int const [unsigned] [usertype] skb_priority
meta-flow.c:951:21: warning: incorrect type in assignment (different base types)
meta-flow.c:951:21:    expected restricted __be32 [usertype] be32
meta-flow.c:951:21:    got unsigned int const [unsigned] [usertype] skb_mark

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/meta-flow.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list