diff options
author | Jarno Rajahalme <[email protected]> | 2017-02-09 11:21:55 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-02-09 22:59:34 -0500 |
commit | cb80d58fae76d8ea93555149b2b16e19b89a1f4f (patch) | |
tree | 9bbc36a568cbbf89d80051d26a9e6f174d3c46e2 /tools/perf/builtin-annotate.c | |
parent | 193e30967897f3a8b6f9f137ac30571d832c2c5c (diff) |
openvswitch: Unionize ovs_key_ct_label with a u32 array.
Make the array of labels in struct ovs_key_ct_label an union, adding a
u32 array of the same byte size as the existing u8 array. It is
faster to loop through the labels 32 bits at the time, which is also
the alignment of netlink attributes.
Signed-off-by: Jarno Rajahalme <[email protected]>
Acked-by: Joe Stringer <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions