From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 26711276C
 for <dev@dpdk.org>; Fri, 22 Sep 2017 12:48:58 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id B69F420BC7;
 Fri, 22 Sep 2017 06:48:57 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Fri, 22 Sep 2017 06:48:57 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=UToL2sr6kKYkxs3
 fMgtHLf0AAgn86r5B0pdFCdKMdAQ=; b=ak8EDbEHiTTF/VOlSmhtqGk0JwW+EKT
 wzk/LCWH+Bl72roT0p3WmUNiu1IodD3sfgECELsTd9+pawrdliszTNQjLPncWsgi
 uqQMoIdOFLrXLFhJschK7K6NRcCkQ+4kM1Hc1cgzMo5jD26mY2j5il+y6+flQMoq
 2lGNHGXz3v0I=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=UToL2sr6kKYkxs3fMgtHLf0AAgn86r5B0pdFCdKMdAQ=; b=DLhfDWlp
 A0nL3h/0bQmeEXK3aH1bKFdLE4LsL5fYQ1QsBQwMmJeKLt89IVUtKQOP9PgJuVh/
 N/R2Zmn+SPXSkU0bGOMBF0aYZ6GFsuM/n40AB7HLQuQgZo/x9BXyEmfSObXD7wOH
 656OIGDYZ/L4JKSlh+7QfqTLYMIP6Y2f8SUVKAy58Be+EaiVqeDooPmhGbdJuf88
 aNJZN29xnisct7DNjGHYqOS4HkhoxM9nxf3tXoZob0f3ex90dO3sASsMiAHrbsjG
 jWZbfkQ8WQzGvm3HAXqj87LAK3BMO6YJq9e1PcF7mjst9uUG7TyhWhQqbFHsqrCU
 LKX54dQz2gcL/Q==
X-ME-Sender: <xms:merEWU-UaZVrk4MoqmWj1xmxAVXyMUgNvpPr_Nv3N377Ussx6fbsbw>
X-Sasl-enc: 7X1C9dQlKuUPVw30fabjFkc97lwd9sYWzK0bY5Vt2ZKd 1506077337
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 56AA624515;
 Fri, 22 Sep 2017 06:48:57 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Yipeng Wang <yipeng1.wang@intel.com>
Cc: dev@dpdk.org, charlie.tai@intel.com, sameh.gobriel@intel.com,
 ren.wang@intel.com, john.mcnamara@intel.com
Date: Fri, 22 Sep 2017 12:48:56 +0200
Message-ID: <9979815.kzYrfq7ffH@xps>
In-Reply-To: <1504655989-1518-6-git-send-email-yipeng1.wang@intel.com>
References: <1504315481-12854-1-git-send-email-yipeng1.wang@intel.com>
 <1504655989-1518-1-git-send-email-yipeng1.wang@intel.com>
 <1504655989-1518-6-git-send-email-yipeng1.wang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v3 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Sep 2017 10:48:58 -0000

06/09/2017 01:59, Yipeng Wang:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -734,6 +734,13 @@ F: test/test/test_meter.c
>  F: examples/qos_meter/
>  F: doc/guides/sample_app_ug/qos_metering.rst
>  
> +Membership - EXPERIMENTAL
> +M: Yipeng Wang <yipeng1.wang@intel.com>
> +M: Sameh Gobriel <sameh.gobriel@intel.com>
> +F: lib/librte_member/
> +F: doc/guides/prog_guide/member_lib.rst
> +F: test/test/test_member*

I know it is not obvious but this section is sorted in alphabetical order.
Please move between Hashes and LPM. Thanks