> -----Original Message----- > From: Wang, Yipeng1 > Sent: Wednesday, September 27, 2017 6:41 PM > To: [email protected] > Cc: [email protected]; Tai, Charlie <[email protected]>; Gobriel, > Sameh <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; Mcnamara, John > <[email protected]>; Wang, Yipeng1 <[email protected]> > Subject: [PATCH v4 5/7] member: enable the library > > This patch enables the Membership library. > > Signed-off-by: Yipeng Wang <[email protected]> > --- > MAINTAINERS | 8 +++++++- > config/common_base | 5 +++++ > lib/librte_member/Makefile | 2 ++ > mk/rte.app.mk | 2 ++ > 4 files changed, 16 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a0cd75e..adb8e2c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -726,6 +726,13 @@ F: test/test/test_lpm* > F: test/test/test_func_reentrancy.c > F: test/test/test_xmmt_ops.h > > +Membership - EXPERIMENTAL > +M: Yipeng Wang <[email protected]> > +M: Sameh Gobriel <[email protected]> > +F: lib/librte_member/ > +F: doc/guides/prog_guide/member_lib.rst > +F: test/test/test_member* > +
Add these last two items in patches 6 and 7, where you are adding the files.

