Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovsdb: Reorder elements in ovsdb_table_schema structure.
By reordering the elements in ovsdb_table_schema structure, pad bytes can be reduced and also a cache line is saved. Before: structure size:72, holes:2, sum padbytes:10, cachelines:2 After: structure size:64, holes:1, sum padbytes:2, cachelines:1 Signed-off-by: Bhanuprakash Bodireddy <[email protected]> Co-authored-by: Antonio Fischetti <[email protected]> Signed-off-by: Antonio Fischetti <[email protected]> Acked-by: Jarno Rajahalme <[email protected]> Acked-by: Daniele Di Proietto <[email protected]>
- Loading branch information