bitmap: optimize for 128-bytes cache line
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 29 Jan 2016 07:45:54 +0000 (13:15 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 11 Feb 2016 11:45:35 +0000 (12:45 +0100)
commit0580a664e35f820108fefebba1eccda36265adc3
tree640fef184244bf2803e90ba418f37fed821bec3e
parent99a5744147ea079828a52ee904ea79ba52602c16
bitmap: optimize for 128-bytes cache line

existing rte_bitmap library implementation optimally configured to run on
64-bytes cache line, extending to 128-bytes cache line targets.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/librte_sched/rte_bitmap.h