From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so1.wedos.net (wes1-so1-b.wedos.net [46.28.106.43]) by dpdk.org (Postfix) with ESMTP id B48DC2BB9 for ; Thu, 15 Jun 2017 09:31:57 +0200 (CEST) Received: from pcviktorin.fit.vutbr.cz (dhcpz196.fit.vutbr.cz [147.229.14.196]) by wes1-so1.wedos.net (Postfix) with ESMTPSA id 3wpFZ52dLhz5rJ; Thu, 15 Jun 2017 09:31:57 +0200 (CEST) Date: Thu, 15 Jun 2017 09:26:38 +0200 From: Jan Viktorin To: Ajit Khaparde Cc: dev@dpdk.org Message-ID: <20170615092638.76312cf1.viktorin@rehivetech.com> Organization: RehiveTech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] =?utf-8?b?Y21kbGluZS5jOiBlcnJvcjog4oCYY21kX3NldF92Zl9y?= =?utf-8?q?xmode=E2=80=99__undeclared_here_=28not_in_a_function=29?= X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2017 07:31:57 -0000 Hi, my testing build for ARMv7 has failed during the last night with the following output: ... AR librte_pmd_octeontx_ssovf.a SYMLINK-FILE include/rte_pmd_octeontx_ssovf.h INSTALL-LIB librte_pmd_octeontx_ssovf.a =3D=3D Build app =3D=3D Build app/test-pmd CC testpmd.o CC parameters.o CC cmdline.o /var/lib/jenkins/jobs/dpdk-armv7/workspace/app/test-pmd/cmdline.c:13813:27:= error: =E2=80=98cmd_set_vf_rxmode=E2=80=99 undeclared here (not in a funct= ion) (cmdline_parse_inst_t *)&cmd_set_vf_rxmode, ^ make[3]: *** [cmdline.o] Error 1 make[2]: *** [test-pmd] Error 2 make[1]: *** [app] Error 2 make: *** [all] Error 2 I've bisected the source of the problem to the following commit: commit 4cfe399f65507f30ddc5df63854638f83f385cce (refs/bisect/bad) Author: Ajit Khaparde Date: Thu Jun 1 12:07:22 2017 -0500 net/bnxt: support to set VF rxmode =20 This patch adds support to configure the VF L2 Rx settings. The per VF setting is maintained in bnxt_child_vf_info.l2_rx_mask =20 Signed-off-by: Ajit Khaparde app/test-pmd/cmdline.c | 15 ++++++++++++--- drivers/net/bnxt/bnxt_hwrm.c | 24 +++++++++++++++++++++--- drivers/net/bnxt/bnxt_hwrm.h | 2 ++ drivers/net/bnxt/bnxt_rxq.c | 13 ++++++++++--- drivers/net/bnxt/bnxt_vnic.h | 5 +++++ drivers/net/bnxt/rte_pmd_bnxt.c | 54 +++++++++++++++++++++++++++= +++++++++++++++++++++++++++ drivers/net/bnxt/rte_pmd_bnxt.h | 19 +++++++++++++++++++ drivers/net/bnxt/rte_pmd_bnxt_version.map | 1 + 8 files changed, 124 insertions(+), 9 deletions(-) Regards Jan --=20 Jan Viktorin E-mail: Viktorin@RehiveTech.com System Architect Web: www.RehiveTech.com RehiveTech Brno, Czech Republic