Re: [dpdk-dev] [PATCH v4 6/7] test/member: add functional and perf tests

2017-10-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Yipeng1 > Sent: Wednesday, September 27, 2017 6:41 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; De Lara Guarch, Pablo > ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v4 6/7] test/member: add functional and pe

[dpdk-dev] [PATCH v4 6/7] test/member: add functional and perf tests

2017-09-27 Thread Yipeng Wang
This patch adds functional and performance tests for membership library. Signed-off-by: Yipeng Wang --- test/test/Makefile | 3 + test/test/test_member.c | 676 +++ test/test/test_member_perf.c | 630 +++