From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v3 23/23] app/testpmd: rework softnic forward mode Date: Thu, 28 Jun 2018 10:27:41 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CBA18F@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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Dumitrescu, Cristian" , "Pattan, Reshma" To: "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5EB688DA6 for ; Thu, 28 Jun 2018 12:27:44 +0200 (CEST) In-Reply-To: <20180627163123.135686-24-jasvinder.singh@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 >=20 > Modied the testpmd softnic forwarding mode as per the changes in softnic > PMD. >=20 > To run testpmd application with softnic fwd mode, following command is > used; >=20 > $ ./testpmd -c 0xc -n 4 --vdev 'net_softnic0,firmware=3Dscript.cli' > -- -i --forward-mode=3Dsoftnic >=20 > 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. Regards, Bernard.