[dpdk-dev] [PATCH v5 4/8] table: enable table library for ppc64le

2016-08-16 Thread Chao Zhu
Gowrishankar, The unit test of table got failed. When I took a look at the code, it failed on this line in file lib/librte_table/rte_table_hash_key8.c , lib/librte_table/rte_table_hash_key16.c, lib/librte_table/rte_table_hash_key32.c: if ((check_params_create_lru(p) != 0) ||

[dpdk-dev] [PATCH v5 4/8] table: enable table library for ppc64le

2016-08-12 Thread Gowrishankar Muthukrishnan
From: gowrishankar This patch enables librte_table in ppc64le. Signed-off-by: Gowrishankar Muthukrishnan --- config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc