> > This patch adds port for ACL library in ppc64le. > > Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m at > linux.vnet.ibm.com> > --- > app/test-acl/main.c | 4 + > config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - > lib/librte_acl/Makefile | 2 + > lib/librte_acl/acl.h | 4 + > lib/librte_acl/acl_run.h | 2 + > lib/librte_acl/acl_run_altivec.c | 47 ++++ > lib/librte_acl/acl_run_altivec.h | 329 > ++++++++++++++++++++++++++++ > lib/librte_acl/rte_acl.c | 13 ++ > lib/librte_acl/rte_acl.h | 1 + > 9 files changed, 402 insertions(+), 1 deletion(-) create mode 100644 > lib/librte_acl/acl_run_altivec.c create mode 100644 > lib/librte_acl/acl_run_altivec.h >
I am not a ppc expert, and I don't have ppc HW to try, But from IA perspective - all looks good. Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>