[dpdk-dev] [PATCH] app/test: reduce lpm6 test case size

2016-10-13 Thread Thomas Monjalon
2016-09-30 02:11, Wei Dai: > copy app/test/test_lpm6_routes.h to app/test/test_lpm6_data.h . > and then delete app/test/test_lpm6_routes.h and clear the > large_ips_table[ ] to make LPM6 test case size much smaller than > before. Also add codes in app/test/test_lpm6_data.h to generate test > data i

[dpdk-dev] [PATCH] app/test: reduce lpm6 test case size

2016-09-30 Thread Wei Dai
copy app/test/test_lpm6_routes.h to app/test/test_lpm6_data.h . and then delete app/test/test_lpm6_routes.h and clear the large_ips_table[ ] to make LPM6 test case size much smaller than before. Also add codes in app/test/test_lpm6_data.h to generate test data in large_ips_table[ ] at run time. Si