From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6629D2AB for ; Thu, 28 Jun 2018 12:29:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2018 03:29:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,283,1526367600"; d="scan'208";a="241016788" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga005.fm.intel.com with ESMTP; 28 Jun 2018 03:29:56 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.136]) by IRSMSX108.ger.corp.intel.com ([169.254.11.139]) with mapi id 14.03.0319.002; Thu, 28 Jun 2018 11:29:56 +0100 From: "Singh, Jasvinder" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Pattan, Reshma" Thread-Topic: [PATCH v3 23/23] app/testpmd: rework softnic forward mode Thread-Index: AQHUDsqlvMbxRl+V5US7zfEN++vJ3KR1eDFA Date: Thu, 28 Jun 2018 10:29:55 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D335ABE52@IRSMSX103.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> In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CBA18F@IRSMSX108.ger.corp.intel.com> Accept-Language: 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 10:29:59 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, June 28, 2018 11:28 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; Pattan, Reshma > > Subject: RE: [PATCH v3 23/23] app/testpmd: rework softnic forward mode >=20 > Hi Jasvinder, >=20 > > -----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 > > --- >=20 > >=20 > This patch fails to compile on the latest 18.08 master branch. >=20 > I don't see any updateto the testpmd *.rst files. >=20 Bernard, Could you please provide me the build log?