From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id E9899ADE2 for ; Thu, 12 Feb 2015 17:48:33 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id em10so5824227wid.5 for ; Thu, 12 Feb 2015 08:48:33 -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:in-reply-to :references; bh=BoRDa65vPJfkbKCWLJTWbaBB+crxVpp878QuwdlZjdI=; b=InXbG6DQCQI/BxS0Rsq9iI8uoPPo83FJjwI+XKaAyCKVGHuuv/HQZq/aLJQVAoOPcM 7vYDcMPC2c3RdrACyAGXTgi9r5c4vJcm+L6hjLpw6DQ1PNMNW3VpUURVmy9EqhqEGYTW M6tZSAUx6Gq6rSXAH1mgFieSfNK6mZvv/IBNxkUAtKBl7jAMdu58NID3N0nT3v5bWtVF zeEk/D5kxQ4YA3UVKmOXF4Nk2P/6RQMuOGRB2hvlHnpCsmsmqRLI1nQJPNWb4xp9gxe4 ZHxxDOTTAv2/LbGcB5uTU0urxWEarJf9Kwhcj0GScOx+GHXI2VfHpxkl6D3YTsgwKyN2 0p/g== X-Gm-Message-State: ALoCoQk5HWjr7k2sFESKQ5CNMczYU+EkPT41f8f90yQQ7/AmAl7w44kKVCPxy3jFusWBSbAXqr3/ X-Received: by 10.194.157.68 with SMTP id wk4mr9409022wjb.123.1423759713756; Thu, 12 Feb 2015 08:48:33 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hn2sm6417959wjc.5.2015.02.12.08.48.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Feb 2015 08:48:33 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 12 Feb 2015 17:47:55 +0100 Message-Id: <1423759677-32152-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1422899093-20207-1-git-send-email-thomas.monjalon@6wind.com> References: <1422899093-20207-1-git-send-email-thomas.monjalon@6wind.com> Subject: [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: Thu, 12 Feb 2015 16:48:34 -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 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