> -----Original Message----- > From: Wang, Yipeng1 > Sent: Wednesday, September 27, 2017 6:41 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Tai, Charlie <charlie....@intel.com>; Gobriel, > Sameh <sameh.gobr...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Mcnamara, John > <john.mcnam...@intel.com>; Wang, Yipeng1 <yipeng1.w...@intel.com> > Subject: [PATCH v4 5/7] member: enable the library > > This patch enables the Membership library. > > Signed-off-by: Yipeng Wang <yipeng1.w...@intel.com> > --- > 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 <yipeng1.w...@intel.com> > +M: Sameh Gobriel <sameh.gobr...@intel.com> > +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.