datapath: Correct byte order annotations.
authorJesse Gross <jesse@nicira.com>
Sat, 4 Dec 2010 20:04:39 +0000 (12:04 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:40:20 +0000 (13:40 -0800)
commit8dda8c9b63c8803621f900beaa397c673b736197
tree2c88b330dc8f6e6d5e94a201eced9de4db3d254c
parente1040c772fbebc3abe9e7222f9c540112c4dca81
datapath: Correct byte order annotations.

We have generally been using the byte order specific data types
(i.e. __be32 instead of u32) in most places.  This corrects a
declaration and adds a few needed casts.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/flow.c
datapath/tunnel.c
datapath/vport-gre.c