From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 153E03787 for ; Mon, 2 Feb 2015 22:55:57 +0100 (CET) Received: by mail-we0-f178.google.com with SMTP id k48so41607405wev.9 for ; Mon, 02 Feb 2015 13:55:56 -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:subject:date:message-id:in-reply-to :references; bh=f0wkj/hnIxwd+Zy3QRZdAYfP0g63tGr4zCtk0KzN4Pk=; b=X+WLkb0oURcuavKCbh17f0shelV4g80zJbWyf+ocJQ6KQ4NmIr8gmjGNLnImKkTAjG csWVOuPWSmwWpxl3lmnsshxnTxP6osaG/23q5fJ6napva7yiTcMuV//+CcvFko0klHX3 oXGlDZerjq0EI1QbkU+xATdkXvLus1bVEnkOoHmmq7O/R1a98RhXshHdQ0oUNoUdGeZU oH9moB7OYZH1/RXS4eBomydA3L34oPkE1UmdAl3v23ZbY0zLjRToA7pJhi+lEN61Li8C aCfrJWhykDSuyR6oqOLliRwqiGLo6LYXudyXVeSjl7qFhN6XGBRf7YjXtGwj+AxhC1ku cT/w== X-Gm-Message-State: ALoCoQkriWKXOwxWHZaGAneUJ7Q+qbm9FEkgPf+TIH8uzf+V9B7Yi3sSgKloYX1jTgFoPh3kgIzA X-Received: by 10.180.82.10 with SMTP id e10mr26183430wiy.18.1422899126724; Mon, 02 Feb 2015 09:45:26 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a20sm20813428wic.16.2015.02.02.09.45.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Feb 2015 09:45:25 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 2 Feb 2015 18:44:51 +0100 Message-Id: <1422899093-20207-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1422554832-30093-1-git-send-email-thomas.monjalon@6wind.com> References: <1422554832-30093-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH v2 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: Mon, 02 Feb 2015 21:55:57 -0000 This is a small reorganization of options. The main goal is to provide a nice --help option. 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