From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D18F93250
 for <dev@dpdk.org>; Mon, 22 Jan 2018 01:54:52 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 7ED3A208B2;
 Sun, 21 Jan 2018 19:54:52 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Sun, 21 Jan 2018 19:54:52 -0500
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=l6/9nKHSXyPrIsQrA+jgD7/Vy5
 uu52aty9OwEmNLsLw=; b=CX/h6GDjnUeMTklk1yogYFbLNsuKvYjrQc2HMXRlt1
 4uokrp188JZQ7IUTYu6VAu9i/MzEKSa7GyavR6/z9HEw/JxfVATr0z6+umNnyLtu
 nw5PnbBlLuLUSFCmuxGdncc8MtLRpnpKmulGrtQQqxrjmqdQdVQit6Md4lxGSTgg
 M=
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=l6/9nK
 HSXyPrIsQrA+jgD7/Vy5uu52aty9OwEmNLsLw=; b=nBGh4vlhzVD7STVa4+Aa59
 y2MqPN0KDCTEVDLJuqErV9szf6SV/C/PbCh7F8wPk9i7LZKfLwc4glTfwMRkOPOm
 cq/oXOBuYv84tRw3cveOsVFPSKly2thInguhWyZT63duzSMb2v4vVkpiZtizOs3j
 jHz1r+6G7sDPSYNkwLg57QiY4Lm+TU6nBr0K2x2f7cAUR2a0WhP2PZ7d3jupj1dg
 RHg2bdF1W2/L9hc8/M+JCTWGaZa5RqS3knn+Bh1yNwkiyQBghp81Z08BX52hgeGv
 GVZbuIhRiY2GvSsaWdb11zls+s+2M28D88j1fWTznMcRdG8Lmhpm8xL2Gh8yQqhw
 ==
X-ME-Sender: <xms:XDZlWsArmWEevUtqyPHOgJ6YmtG-Irnz32TzWa82p_S6bR8UijB8CQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 34859240DE;
 Sun, 21 Jan 2018 19:54:52 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org
Date: Mon, 22 Jan 2018 01:54:15 +0100
Message-ID: <3520211.fDHBviLKSF@xps>
In-Reply-To: <20180120165054.21005-1-ferruh.yigit@intel.com>
References: <20180117210253.90042-1-ferruh.yigit@intel.com>
 <20180120165054.21005-1-ferruh.yigit@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4] config: sort PMD config options
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Jan 2018 00:54:53 -0000

20/01/2018 17:50, Ferruh Yigit:
> No config option changed, added or removed.
> Only reshuffle PMD config options mostly to help new PMDs where to put
> their new config option.
> 
> Ordered as physical, paravirtual and virtual groups. Alphabetical order
> within a group.
> 
> Also tried to group vendor devices together which breaks alphabetical
> order in some places.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks