table: add NEON implementation of LRU strategy 3
authorAshwin Sekhar T K <ashwin.sekhar@caviumnetworks.com>
Fri, 28 Apr 2017 08:58:31 +0000 (01:58 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 15:15:47 +0000 (17:15 +0200)
commit47e15e618a09253f49971c6bc331bdb3421bf0f4
treebd6cc33db92962b105c06c01070408579aad817c
parent1e29a162482c40098798a6db781e1dba23f40d2f
table: add NEON implementation of LRU strategy 3

* Added new file rte_lru_arm64.h for holding arm64 specific
  definitions
* Verified the changes with table_autotest unit test case

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