From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 5F880255 for ; Thu, 29 Jan 2015 19:07:45 +0100 (CET) Received: by mail-wi0-f170.google.com with SMTP id bs8so13356755wib.1 for ; Thu, 29 Jan 2015 10:07:45 -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; bh=ZVvM+a2OsEGJz/XDd+B7ZbI0YhwL7T0Yd0TkoacCx6I=; b=UMH8JzToWSg9dlRrmT/s/xqkjPhWWuyii/U/SY6OGZdLFtqZZxJlQSqDoikexIBrP+ QolYzVlKRrRIKT2hfF3McSxF5YyUa/GcdAYO6cYKFQvlS/XhzO4lLqdgJKxuojraw0H1 zWtBDgPkx1r9rvOHztpeHLxHnLWAbwklAofHgxPHowOUwQgIXpzNRLGKefRNQ0H/PMCk GGuAWYn9YoL5+lJG1ZFgIoZ4hOREWo2Dqh+bNF6+HXkPYKim2YEyq8NyTh/41P7KcPwL kqd77XJOQUv46jllabztAXBgKsCZ4xrpbLpqz0+GhNZ8tSu/9Wv61qR/JOuTY2IELa20 ojKg== X-Gm-Message-State: ALoCoQmO2truxJMtzjaPUS/Xinfjuwm9IG8sdFLS//tHuYmg07e3pkiPK/5JEcxvw9GeCdXh8W8B X-Received: by 10.180.9.171 with SMTP id a11mr2516520wib.60.1422554865187; Thu, 29 Jan 2015 10:07:45 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hr1sm3468205wib.1.2015.01.29.10.07.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Jan 2015 10:07:43 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 29 Jan 2015 19:07:10 +0100 Message-Id: <1422554832-30093-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 Subject: [dpdk-dev] [PATCH 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, 29 Jan 2015 18:07:45 -0000 This is a small reorganization of options. The main goal is to provide a nice --help option. 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 | 2 + lib/librte_eal/linuxapp/eal/eal.c | 27 ++++--- 4 files changed, 82 insertions(+), 69 deletions(-) -- 2.2.2