From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: use integer for new max_ethports option too Date: Tue, 26 Mar 2019 23:10:23 +0100 Message-ID: <2282008.Y0L8AC3uQv@xps> References: <20190301154651.16742-1-luca.boccassi@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: luca.boccassi@gmail.com Return-path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 8A19C1B21A for ; Tue, 26 Mar 2019 23:10:27 +0100 (CET) In-Reply-To: <20190301154651.16742-1-luca.boccassi@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/03/2019 16:46, luca.boccassi@gmail.com: > From: Luca Boccassi > > max_ethports was merged after the other patch was written: > > e04ea7fcf03c ("build: use integers for numerical options") > > So convert this one too like the others have already been. > > Signed-off-by: Luca Boccassi Applied, thanks