From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mvpp2: fix build Date: Thu, 19 Apr 2018 21:52:54 +0100 Message-ID: References: <20180419160934.24577-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nsamsono@marvell.com To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 183107ED7 for ; Thu, 19 Apr 2018 22:52:57 +0200 (CEST) In-Reply-To: <20180419160934.24577-1-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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