From: Jerin Jacob Date: Fri, 29 Jan 2016 07:45:52 +0000 (+0530) Subject: eal: introduce new cache line macros X-Git-Tag: spdx-start~7639 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=acf7b47cdcc173d8ae9e36d66a434655bf837726;hp=acf7b47cdcc173d8ae9e36d66a434655bf837726;p=dpdk.git eal: introduce new cache line macros - RTE_CACHE_LINE_MIN_SIZE(Supported minimum cache line size) - __rte_cache_min_aligned(Force minimum cache line alignment) - RTE_CACHE_LINE_SIZE_LOG2(Express cache line size in terms of log2) Suggested-by: Konstantin Ananyev Signed-off-by: Jerin Jacob ---