From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Compilation error by "net/bnxt: add support to set VF rxmode" Date: Thu, 15 Jun 2017 18:34:27 +0200 Message-ID: <1958101.fbFlpoIgcQ@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ajit Khaparde , Ferruh Yigit To: Yongseok Koh Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3EF5B2BB1 for ; Thu, 15 Jun 2017 18:34:29 +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" 14/06/2017 20:01, Yongseok Koh: > Hi, Ajit > > It looks you missed some #ifdef/endif when you made newer version for the following patch. > http://dpdk.org/dev/patchwork/patch/25011 > > Currently, if RTE_LIBRTE_IXGBE_PMD isn't enabled, a compilation error occurs. Fixed: http://dpdk.org/commit/8bd3bb40 Thanks for reporting