From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id 9E13BADB0 for ; Tue, 24 Feb 2015 12:09:51 +0100 (CET) Received: by wesu56 with SMTP id u56so24407121wes.10 for ; Tue, 24 Feb 2015 03:09:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=k1EBCejstic+1IeQ1fByAbt0Q0xhRahZF4xe0gQGOqU=; b=LNBxuZJLXmpocBduEtSlpF6d7hLrBRqhGNSXV+sEgFv4yap+ANIUAcVnTIBayT5Cv0 h2dox6owk2o7p2CfQMi78lD/0O9CWGWbuI84BAI7yga2V8l5Luxr8TDlmwFvWBmKx3DD 1m56ac1djKN7P2rjbukJe0WE8zAK5S2xQzwELB/04hjtiASxwlEP+A6oucK9yCLuFkrh asVbEZgumL5uKlMKhAfhstwXxmYHdE//GgI8aRuZ/90xPWbhUWSCqVP4GT8K0oAR/AkZ 50gBXgkmCI2MaiHghHL0V27pDIABfFe7Gk7/+i5jmMpldkQPg6CRwyGkqMokIA3Ly1fA Eymw== X-Gm-Message-State: ALoCoQlmCZElUAeHxeBiRcYLr6tpuRRWY8Lx60KbdlKx4b8tD/3FDHYY1eI3MuOd3S5Rtjupg76b X-Received: by 10.194.94.1 with SMTP id cy1mr30510845wjb.127.1424776191482; Tue, 24 Feb 2015 03:09:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id do1sm20038999wib.3.2015.02.24.03.09.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 03:09:50 -0800 (PST) From: Thomas Monjalon To: David Marchand Date: Tue, 24 Feb 2015 12:09:19 +0100 Message-ID: <1905410.nisIQ1xW96@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 24 Feb 2015 11:09:51 -0000 > > 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 > > Series > Acked-by: David Marchand Applied, thanks