table: separate out x86-specific from LRU header
authorAshwin Sekhar T K <ashwin.sekhar@caviumnetworks.com>
Fri, 28 Apr 2017 08:58:30 +0000 (01:58 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 14:54:01 +0000 (16:54 +0200)
commit1e29a162482c40098798a6db781e1dba23f40d2f
treeffe7eb2eaf8c45351fd188b4884cd1c5bce86458
parent3f98dd87d2262430de2bd992a790e86b833e9191
table: separate out x86-specific from LRU header

* Moved all x86 related lru defines to rte_lru_x86.h while
  retaining all common defines in rte_lru.h
* Verified the changes with table_autotest unit test case

Signed-off-by: Ashwin Sekhar T K <ashwin.sekhar@caviumnetworks.com>
lib/librte_table/Makefile
lib/librte_table/rte_lru.h
lib/librte_table/rte_lru_x86.h [new file with mode: 0644]