From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2CDDC8D88 for ; Thu, 28 Jun 2018 12:18:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2018 03:18:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,283,1526367600"; d="scan'208";a="50565294" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga007.fm.intel.com with ESMTP; 28 Jun 2018 03:18:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.136]) by IRSMSX101.ger.corp.intel.com ([169.254.1.148]) with mapi id 14.03.0319.002; Thu, 28 Jun 2018 11:18:24 +0100 From: "Singh, Jasvinder" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script Thread-Index: AQHUDjUY9oZ7n4cK/0SFH00Iz7bFSaR1ZBiAgAARQkA= Date: Thu, 28 Jun 2018 10:18:24 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D335ABDE4@IRSMSX103.ger.corp.intel.com> References: <20180615165224.25004-2-jasvinder.singh@intel.com> <20180627163123.135686-1-jasvinder.singh@intel.com> <20180627163123.135686-23-jasvinder.singh@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A35B151@irsmsx110.ger.corp.intel.com> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A35B151@irsmsx110.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDQ3MjVjMmQtYjZiOS00YTQ0LWI4MzQtMjg5MjQ0YjQ4YjdjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZnRqWkdNTUdCV1VyN0FwUWNhN3ZMbGt3WGJoZ29YZDB5SU82Wm1PTXFJaHYzclVBRTAzVFwvUllJSnMrQzRLbGcifQ== 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 22/23] net/softnic: add firmware script 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:18:27 -0000 > -----Original Message----- > From: Pattan, Reshma > Sent: Thursday, June 28, 2018 11:13 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; Iremonger, Bern= ard > > Subject: RE: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script >=20 > Hi Jasvinder, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > > Sent: Wednesday, June 27, 2018 5:31 PM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; Iremonger, > > Bernard > > Subject: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script > > > > Add default firmware script for softnic. >=20 > Might need more description here or in the file itself. > Need to explain how to structure basic firmware for application designing= using > softnic? > This default firmware will always fail on other systems, so users have to= edit > this before starting using it to match with their system resources. > We need to highlight that in commit message. >=20 I will update testpmd documentation (in preparation) on how to configure an= d use softnic. Don't want to add extensive details in commit message. Jasvinder