From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6A7C31B3E3 for ; Mon, 23 Oct 2017 12:33:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A8C9A20C01; Mon, 23 Oct 2017 06:33:04 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 23 Oct 2017 06:33:04 -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; s=mesmtp; bh=PkiRYJ0a/ZBanLSDLPjX2/rpe5 FMtLcrIQitz9Y/DsE=; b=C9Vk+vY+VADA8pClC5sIc6ENw5jWvecKW/mZJOxdAA rWOA9sURkle1vm88o7Q64nPcNWApaUBJj01GgdytQUgvJED2/zhJUUG7gHLyp4rk hY0bJQzKgVJFin8sglireuxJOVPQoSJvPiAHrjLR2fvWyvnuYquYqAl9CibYKh4j 8= 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; s=fm1; bh=PkiRYJ 0a/ZBanLSDLPjX2/rpe5FMtLcrIQitz9Y/DsE=; b=ersnbLjwQ1RV77zMtz8T4N bUnHLiiB/mnps6YKGXd++1K6QrcdKNPQ+h7FaohmBST0s6o0Cv1LTLYhNYXn0Hok u6Vvl43rKuZdaotRavOWmQ6GLEyT67HeqM/UyIfBwP/CgImNPYYPNeqqNhpGS8+D 98yr0mtZ0AnHVh2ItFqcAfBLa8cdxNx8YhLT8r8cXfrO+aQHT70OUbIfuKXHdHDH n+72xPgcoFfdXMUh6AfdjAI0O9xXBSEkNLXrSAFa7sayjQTi7FvmUN4mFNtgvDiK f4xCTAjWlmKYGfulm0j04U/jBShrtdf12Gi81fANq6gStZFNogv2IsIsC2zcLl3w == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5B5B5247A8; Mon, 23 Oct 2017 06:33:04 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: "Mcnamara, John" Date: Mon, 23 Oct 2017 12:33:03 +0200 Message-ID: <1576933.nfVD24BJV8@xps> In-Reply-To: References: <20171020104756.3297-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: group classification libraries in doxygen index 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, 23 Oct 2017 10:33:05 -0000 > > The libraries reorder, distributor, EFD, ACL and member seem to belong to > > the same category. > > The previous categories "layers" and "containers" do not fit well. > > It is proposed to group them under "classification" category. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied