From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix build without ixgbe Date: Thu, 15 Jun 2017 18:35:00 +0200 Message-ID: <2621167.JVaoQCqumH@xps> References: <20170615092638.76312cf1.viktorin@rehivetech.com> <20170615101746.14554-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Jan Viktorin To: ajit.khaparde@broadcom.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A3BBF2BB1 for ; Thu, 15 Jun 2017 18:35:02 +0200 (CEST) In-Reply-To: <20170615101746.14554-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/06/2017 12:17, Thomas Monjalon: > cmd_set_vf_rxmode_parsed() was defined only in the build context > of RTE_LIBRTE_IXGBE_PMD: > app/test-pmd/cmdline.c:13817:27: error: =E2=80=98cmd_set_vf_rxmode=E2=80= =99 undeclared here >=20 > Fixes: 4cfe399f6550 ("net/bnxt: support to set VF rxmode") >=20 > Reported-by: Jan Viktorin > Signed-off-by: Thomas Monjalon Applied quickly