X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=include%2Flinux%2Fopenvswitch.h;h=8e4b870425d870fbd8284ee2a0297ae47cb83119;hp=544c5ba55ca75a41a6f3b0114a445820ee8333fb;hb=0141456733976ab0a8204494dd874b74aa686c9c;hpb=ea96b766c2092609fe850e9d5f6392252a2f5fa2 diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index 544c5ba55..8e4b87042 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -109,6 +109,7 @@ enum ovs_datapath_attr { #define OVS_DP_ATTR_MAX (__OVS_DP_ATTR_MAX - 1) +/* All 64-bit integers within Netlink messages are 4-byte aligned only. */ struct ovs_dp_stats { __u64 n_hit; /* Number of flow table matches. */ __u64 n_missed; /* Number of flow table misses. */