datapath: Allow flow key Netlink attributes to appear in any order.
authorBen Pfaff <blp@nicira.com>
Mon, 14 Nov 2011 23:09:01 +0000 (15:09 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Nov 2011 23:09:01 +0000 (15:09 -0800)
commit34118caeded9c72aa259ab76b97148efda7bdc22
tree55bcd510280292b547832fced9c8b768cd4dca50
parent4895c7016139e2e59c17b1d9c39aa3eca90399da
datapath: Allow flow key Netlink attributes to appear in any order.

This is more conventional use of Netlink.

For upstreaming, 'u64 attrs' can be changed to u32 and the uses of 1ULL
can be changed to 1.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c
lib/odp-util.c