]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-provider: Reorder elements in netdev structure.
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Fri, 8 Sep 2017 17:59:19 +0000 (18:59 +0100)
committerBen Pfaff <blp@ovn.org>
Fri, 3 Nov 2017 19:56:06 +0000 (12:56 -0700)
commit85e16a45ea6ecffbce91cfcbf07a7431b96b9987
tree55874906ee4678a3ee622bd8a10dfd178869e23a
parent0d9bdf2e225f91785ae2d29f2051a2a060f8ba37
netdev-provider: Reorder elements in netdev structure.

By reordering elements in netdev structure, holes can be removed.

Before: structure size: 88, sum holes: 10, cachelines:2
After : structure size: 80, sum holes:  2, cachelines:2

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-provider.h