On Tue, Aug 16, 2016 at 03:57:51PM +0530, Gowrishankar Muthukrishnan wrote: > This patch adds ppc64le port for LPM library in DPDK. > > Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m at > linux.vnet.ibm.com> > --- > app/test/test_xmmt_ops.h | 16 +++ > config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - > .../common/include/arch/ppc_64/rte_vect.h | 60 ++++++++ > lib/librte_lpm/Makefile | 2 + > lib/librte_lpm/rte_lpm.h | 2 + > lib/librte_lpm/rte_lpm_altivec.h | 154 > +++++++++++++++++++++ > 6 files changed, 234 insertions(+), 1 deletion(-) > create mode 100644 lib/librte_eal/common/include/arch/ppc_64/rte_vect.h > create mode 100644 lib/librte_lpm/rte_lpm_altivec.h > Compilation and unit tests all still work fine on x86_64 systems, and patch looks ok to me, so
Acked-by: Bruce Richardson <bruce.richardson at intel.com>