From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D756C7EDC for ; Thu, 28 Jun 2018 12:13:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2018 03:13:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,283,1526367600"; d="scan'208";a="67041323" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga004.fm.intel.com with ESMTP; 28 Jun 2018 03:13:20 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.152]) by IRSMSX108.ger.corp.intel.com ([169.254.11.139]) with mapi id 14.03.0319.002; Thu, 28 Jun 2018 11:13:19 +0100 From: "Pattan, Reshma" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script Thread-Index: AQHUDjUav3NNGPn8AUecX20fKQWHVaR1b+zw Date: Thu, 28 Jun 2018 10:13:19 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A35B151@irsmsx110.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> In-Reply-To: <20180627163123.135686-23-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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:13:22 -0000 Hi Jasvinder, > -----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 >=20 > Add default firmware script for softnic. Might need more description here or in the file itself. Need to explain how to structure basic firmware for application designing u= sing softnic? This default firmware will always fail on other systems, so users have to e= dit this before starting using it to match with their system resources.=20 We need to highlight that in commit message. Thanks, Reshma