numam-dpdk/lib/librte_table
Gowrishankar Muthukrishnan 43f15e2837 table: fix verification on hash bucket header alignment
In powerpc systems, rte table hash structs rte_bucket_4_8, rte_bucket_4_16 and
rte_bucket_4_32 are not cache aligned and hence verification on same would fail.
Instead of checking alignment on cpu cacheline, it could equally be tested as
multiple of 64 bytes.

Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2016-09-09 17:56:25 +02:00
..
2014-06-17 03:34:10 +02:00
2014-06-17 03:34:10 +02:00
2014-06-17 03:34:10 +02:00
2014-06-17 03:34:11 +02:00