From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id C5264B42A for ; Fri, 13 Feb 2015 11:50:22 +0100 (CET) Received: by mail-ob0-f169.google.com with SMTP id wp4so18537403obc.0 for ; Fri, 13 Feb 2015 02:50:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cfx998/2m6OR5xk08xJZ0VdBsXIJ+FYQ3eDq/ABgalo=; b=Bm9yLLmFAOrPhkafvgKvfx2GYJOhvwm+m6x7KLe2Mdkwl39WumYWoBxrlmxlLKJ/F3 wHsbIA4DKPcQ8A6SVxlOAWvlE/eDe4Exd+Lfb6SyULPAlZDql6apkgTIJKWMWIogNNWX paVsP1QvCjQjfV/Xd+VFfaWoe5p8byCfVzgsk4yw4HWySDmFW9ifG5x5mPwQRGSXIoSE UyL7RvVvmCF5AS4tfjsOMMFW+Xyvm3TeRgCPJdqM73lUiL21WshMjTnSbw0KwuFZViu8 s9YiEg4WlKrS14DwkHRSwbjsprzf5CaboI9WNEku2/zy64PVNjPpI5C4KHkP3NvqOwbA sUQg== X-Gm-Message-State: ALoCoQm2AA77kh8hzfPLu+2Bi69WTs74/KihWWyLvdYulaWKuI5nZu6qWZsF9KmnJCJUaDjVFDjp MIME-Version: 1.0 X-Received: by 10.182.213.38 with SMTP id np6mr5922294obc.34.1423824622064; Fri, 13 Feb 2015 02:50:22 -0800 (PST) Received: by 10.76.95.198 with HTTP; Fri, 13 Feb 2015 02:50:22 -0800 (PST) In-Reply-To: <1423759677-32152-1-git-send-email-thomas.monjalon@6wind.com> References: <1422899093-20207-1-git-send-email-thomas.monjalon@6wind.com> <1423759677-32152-1-git-send-email-thomas.monjalon@6wind.com> Date: Fri, 13 Feb 2015 11:50:22 +0100 Message-ID: From: David Marchand To: Thomas Monjalon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 10:50:23 -0000 On Thu, Feb 12, 2015 at 5:47 PM, 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(-) > Series Acked-by: David Marchand -- David Marchand