From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7E6D11E2F for ; Mon, 28 Aug 2017 18:42:52 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 09:42:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,442,1498546800"; d="scan'208";a="123302133" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 09:42:42 -0700 To: Alejandro Lucero , dev@dpdk.org References: <1503591622-16232-1-git-send-email-alejandro.lucero@netronome.com> <1503591622-16232-6-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: Date: Mon, 28 Aug 2017 17:42:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503591622-16232-6-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 05/16] nfp: add nsp fw upload command 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: Mon, 28 Aug 2017 16:42:52 -0000 On 8/24/2017 5:20 PM, Alejandro Lucero wrote: > Using NSPU interface for fw upload. Firmware file needs to be > installed in specific path inside system firmware directory. > > NSPU buffer is used for writing the firmware before sending the > command. > > Signed-off-by: Alejandro Lucero <...> > + > +#define DEFAULT_FW_PATH "/lib/firmware/netronome" > +#define DEFAULT_FW_FILENAME "nic_dpdk_default.nffw" This can be good to mention about this in documentation. And FW upload support in release notes.