From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 9FCBDB48F for ; Fri, 13 Feb 2015 13:57:46 +0100 (CET) Received: from [67.210.173.2] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YMFoV-0001oN-Uf; Fri, 13 Feb 2015 07:57:45 -0500 Date: Fri, 13 Feb 2015 07:57:37 -0500 From: Neil Horman To: Thomas Monjalon Message-ID: <20150213125737.GB11979@neilslaptop.think-freely.org> References: <1422899093-20207-1-git-send-email-thomas.monjalon@6wind.com> <1423759677-32152-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423759677-32152-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/2] help option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 12:57:46 -0000 On Thu, Feb 12, 2015 at 05:47:55PM +0100, Thomas Monjalon wrote: > This is a small reorganization of options. > The main goal is to provide a nice --help option. > > changes in v3: > - reword arguments in usage > changes in v2: > - sort also the options enum > > Thomas Monjalon (2): > eal: sort and align options lists > eal: add help option > > lib/librte_eal/bsdapp/eal/eal.c | 7 +- > lib/librte_eal/common/eal_common_options.c | 115 +++++++++++++++-------------- > lib/librte_eal/common/eal_options.h | 64 ++++++++-------- > lib/librte_eal/linuxapp/eal/eal.c | 27 ++++--- > 4 files changed, 113 insertions(+), 100 deletions(-) > > -- > 2.2.2 > > Acked-by: Neil Horman