From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id D8785C328 for ; Wed, 3 Jun 2015 21:25:21 +0200 (CEST) Received: by wgme6 with SMTP id e6so17351897wgm.2 for ; Wed, 03 Jun 2015 12:25:21 -0700 (PDT) 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=yWCyMrSwOhAf/h/H2WZWlFF0XK0k+vvz7bSzkTppGdk=; b=Ltu3nWKPEMiHm291XqyqUoRVLmBPyYceD9Ef5w3G5Awu9QEXdf+hy0bqUXxqR/JrN7 Us+4Vo0jG/IPrBpMAfdcA1zohAcMKsfr4dNTxWm3ggpvZMbMF2ARLGKmYIc/5hhpBbVT lP4yRUC7ELBSBo7HTTs8NkhgwNTya+3YvAd1vBczh1Ayk5lVLeAFOzOui9cardu8oCgQ Vnj5TqYzygx2JTgzUFfQuAnN5ClML4t0wBWHcfve7bId506PXspckQQnnGV7EVQGSl1N gw+R6guk+umimJm0/RJ52zPYWebVHcNwiREpAfpxI9w0ibbsYoOhmd0kOY4VBWcV5+X/ NaFA== X-Gm-Message-State: ALoCoQnmsxn8UChzIO7SpnlqQ5xF/4KWsXXCOGhAIdqqlE3UbobAI7e0vWUtITE1Tw1z9lOi6ThC X-Received: by 10.194.61.82 with SMTP id n18mr60572826wjr.35.1433359520759; Wed, 03 Jun 2015 12:25:20 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id nb9sm2996720wic.10.2015.06.03.12.25.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 12:25:19 -0700 (PDT) From: Thomas Monjalon To: Keith Wiles Date: Wed, 03 Jun 2015 21:24:29 +0200 Message-ID: <3638515.Z9q363AFg3@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433357393-54434-1-git-send-email-keith.wiles@intel.com> References: <1433357393-54434-1-git-send-email-keith.wiles@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [RFC PATCH] eal:Add new API for parsing args at rte_eal_init time 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: Wed, 03 Jun 2015 19:25:22 -0000 Hi Keith, 2015-06-03 13:49, Keith Wiles: > Signed-off-by: Keith Wiles > --- > lib/librte_eal/bsdapp/eal/eal.c | 20 ++++++++++++++++++++ > lib/librte_eal/common/include/rte_eal.h | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 52 insertions(+) These comments would be useful: As a RFC patch, it is not complete yet. This new API may be used for .