From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CA910101B for ; Thu, 28 Jun 2018 13:15:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2018 04:15:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,283,1526367600"; d="scan'208";a="70693643" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 28 Jun 2018 04:15:19 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX103.ger.corp.intel.com ([169.254.3.136]) with mapi id 14.03.0319.002; Thu, 28 Jun 2018 12:15:18 +0100 From: "Iremonger, Bernard" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Pattan, Reshma" Thread-Topic: [PATCH v3 23/23] app/testpmd: rework softnic forward mode Thread-Index: AQHUDjRlbMFZ4TLsA0ux67mWnI31O6R1d6XQ///xF4CAABxaoA== Date: Thu, 28 Jun 2018 11:15:18 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CBA232@IRSMSX108.ger.corp.intel.com> References: <20180615165224.25004-2-jasvinder.singh@intel.com> <20180627163123.135686-1-jasvinder.singh@intel.com> <20180627163123.135686-24-jasvinder.singh@intel.com> <8CEF83825BEC744B83065625E567D7C260CBA18F@IRSMSX108.ger.corp.intel.com> <54CBAA185211B4429112C315DA58FF6D335ABE52@IRSMSX103.ger.corp.intel.com> In-Reply-To: <54CBAA185211B4429112C315DA58FF6D335ABE52@IRSMSX103.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2UwMThiOWUtYTk2Mi00NGFhLWJiNDEtZGRkMTJkNmQ1NjVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYmNDSmlzNjZBZWhtNEtQNmtaVFgrWkFlUEc4MWxCWDUzZ0dhSTVuWE5ZeXpRWmZUZGFpZEx6cGN3MEF0OUhyRyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 23/23] app/testpmd: rework softnic forward mode 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, 28 Jun 2018 11:15:22 -0000 Hi Jasvinder > > > -----Original Message----- > > > From: Singh, Jasvinder > > > Sent: Wednesday, June 27, 2018 5:31 PM > > > To: dev@dpdk.org > > > Cc: Dumitrescu, Cristian ; Iremonger, > > > Bernard ; Pattan, Reshma > > > > > > Subject: [PATCH v3 23/23] app/testpmd: rework softnic forward mode > > > > > > Modied the testpmd softnic forwarding mode as per the changes in > > > softnic PMD. > > > > > > To run testpmd application with softnic fwd mode, following command > > > is used; > > > > > > $ ./testpmd -c 0xc -n 4 --vdev 'net_softnic0,firmware=3Dscript.cli' > > > -- -i --forward-mode=3Dsoftnic > > > > > > Signed-off-by: Jasvinder Singh > > > Signed-off-by: Reshma Pattan > > > --- > > > > > > > > This patch fails to compile on the latest 18.08 master branch. > > > > I don't see any updateto the testpmd *.rst files. > > >=20 >=20 > Bernard, Could you please provide me the build log? /root/dpdk_sforge_2/app/test-pmd/cmdline.c: In function 'prompt': LD dpdk-pdump /root/dpdk_sforge_2/app/test-pmd/cmdline.c:17584:3: error: implicit declara= tion of function 'rte_pmd_softnic_manage' [-Werror=3Dimplicit-function-decl= aration] rte_pmd_softnic_manage(softnic_portid); ^ /root/dpdk_sforge_2/app/test-pmd/cmdline.c:17584:3: error: nested extern de= claration of 'rte_pmd_softnic_manage' [-Werror=3Dnested-externs] LD dpdk-test-eventdev LD testbbdev cc1: all warnings being treated as errors /root/dpdk_sforge_2/mk/internal/rte.compile-pre.mk:114: recipe for target '= cmdline.o' failed make[5]: *** [cmdline.o] Error 1 /root/dpdk_sforge_2/mk/rte.subdir.mk:35: recipe for target 'test-pmd' faile= d make[4]: *** [test-pmd] Error 2 make[4]: *** Waiting for unfinished jobs.... INSTALL-APP dpdk-procinfo INSTALL-MAP dpdk-procinfo.map INSTALL-APP dpdk-test-crypto-perf INSTALL-MAP dpdk-test-crypto-perf.map INSTALL-APP dpdk-pdump INSTALL-MAP dpdk-pdump.map INSTALL-APP dpdk-test-eventdev INSTALL-MAP dpdk-test-eventdev.map INSTALL-MAP testbbdev.map INSTALL-APP testbbdev /root/dpdk_sforge_2/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed make[3]: *** [app] Error 2 /root/dpdk_sforge_2/mk/rte.sdkroot.mk:100: recipe for target 'all' failed make[2]: *** [all] Error 2 /root/dpdk_sforge_2/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install= ' failed make[1]: *** [pre_install] Error 2 /root/dpdk_sforge_2/mk/rte.sdkroot.mk:79: recipe for target 'install' faile= d make: *** [install] Error 2 Regards, Bernard.