Re: [dpdk-dev] [PATCH v5 5/7] member: enable the library

2017-10-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Yipeng1 > Sent: Tuesday, October 3, 2017 5:32 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > > Cc: tho...@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v5 5/7] member: enable the library > > This pa

[dpdk-dev] [PATCH v5 5/7] member: enable the library

2017-10-02 Thread Yipeng Wang
This patch enables the Membership library. Signed-off-by: Yipeng Wang --- MAINTAINERS| 6 +- config/common_base | 5 + lib/librte_member/Makefile | 2 ++ mk/rte.app.mk | 2 ++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS