From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mvpp2: fix build Date: Fri, 20 Apr 2018 11:10:15 +0200 Message-ID: <3990837.jWdVAJk7xA@xps> References: <20180419160934.24577-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nsamsono@marvell.com To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6BF288E6E for ; Fri, 20 Apr 2018 11:10:17 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/04/2018 22:52, Ferruh Yigit: > On 4/19/2018 5:09 PM, Thomas Monjalon wrote: > > The iterator RTE_ETH_FOREACH_DEV (added in below commit) > > requires to enable experimental APIs. > > > > Fixing also the config option rename in the build test. > > > > Fixes: 8728ccf37615 ("fix ethdev ports enumeration") > > Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2") > > > > Reported-by: Ferruh Yigit > > Signed-off-by: Thomas Monjalon > > Tested-by: Ferruh Yigit Applied, thanks