From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 877581B253 for ; Mon, 2 Oct 2017 17:47:56 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2017 08:47:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,470,1500966000"; d="scan'208";a="141784047" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 02 Oct 2017 08:47:54 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Mon, 2 Oct 2017 16:47:53 +0100 From: "De Lara Guarch, Pablo" To: "Wang, Yipeng1" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Tai, Charlie" , "Gobriel, Sameh" , "Mcnamara, John" Thread-Topic: [PATCH v4 5/7] member: enable the library Thread-Index: AQHTN7hM+G1M7crwNkiqFy+KfUQkNKLQQPrw Date: Mon, 2 Oct 2017 15:47:52 +0000 Message-ID: References: <1504655989-1518-1-git-send-email-yipeng1.wang@intel.com> <1506534034-39433-1-git-send-email-yipeng1.wang@intel.com> <1506534034-39433-6-git-send-email-yipeng1.wang@intel.com> In-Reply-To: <1506534034-39433-6-git-send-email-yipeng1.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjk5ZDYyMjktNTAxYy00YTI5LWJiYjktMmI2NDNiNTA5MDE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRrVk9vOUYyR3JUZkwwbDNBNU1MMHZuXC9XTGxZT3ljekJYN1ZpT3ZVNnpBPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 5/7] member: enable the library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 15:47:56 -0000 > -----Original Message----- > From: Wang, Yipeng1 > Sent: Wednesday, September 27, 2017 6:41 PM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; De Lara Guarch, Pablo > ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v4 5/7] member: enable the library >=20 > This patch enables the Membership library. >=20 > Signed-off-by: Yipeng Wang > --- > MAINTAINERS | 8 +++++++- > config/common_base | 5 +++++ > lib/librte_member/Makefile | 2 ++ > mk/rte.app.mk | 2 ++ > 4 files changed, 16 insertions(+), 1 deletion(-) >=20 > 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 >=20 > +Membership - EXPERIMENTAL > +M: Yipeng Wang > +M: Sameh Gobriel > +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= .