From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 612E01B5CA for ; Thu, 7 Feb 2019 17:35:25 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2019 08:35:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,344,1544515200"; d="scan'208";a="122750473" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.54]) by fmsmga008.fm.intel.com with SMTP; 07 Feb 2019 08:35:22 -0800 Received: by (sSMTP sendmail emulation); Thu, 07 Feb 2019 16:35:21 +0000 Date: Thu, 7 Feb 2019 16:35:21 +0000 From: Bruce Richardson To: Chas Williams <3chas3@gmail.com> Cc: dev@dpdk.org, thomas@monjalon.net Message-ID: <20190207163521.GA63896@bricha3-MOBL.ger.corp.intel.com> References: <20190131021858.5832-1-3chas3@gmail.com> <20190207155318.12579-1-3chas3@gmail.com> <20190207155318.12579-2-3chas3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190207155318.12579-2-3chas3@gmail.com> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [v3,PATCH 2/2] build: fix option ordering 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: Thu, 07 Feb 2019 16:35:25 -0000 On Thu, Feb 07, 2019 at 10:53:18AM -0500, Chas Williams wrote: > Sort the options alphabetically and make a note of the preferred > order at the top of the file. > > Signed-off-by: Chas Williams <3chas3@gmail.com> > --- Acked-by: Bruce Richardson