From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] net/ice: suppport package download Date: Fri, 01 Mar 2019 14:40:24 +0100 Message-ID: <6104831.5nKYbsrVhy@xps> References: <20190301124613.66527-1-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Qiming Yang Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D9B582B87 for ; Fri, 1 Mar 2019 14:40:28 +0100 (CET) In-Reply-To: <20190301124613.66527-1-qiming.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/03/2019 13:46, Qiming Yang: > Columbiaville requires a package to be downloaded if need advanced > features. This patch add package download support in two ways. > If it configured package path in devargs, will use this path, > if not, will load the package at /lib/firmware/intel/ice/ddp/ice.pkg. > > When package download failed, will initialize in safe mode, some > advanced features will not be supported. > > Signed-off-by: Qiming Yang > --- > drivers/net/ice/ice_ethdev.c | 134 +++++++++++++++++++++++++++++++++++++++++++ > drivers/net/ice/ice_ethdev.h | 2 + > 2 files changed, 136 insertions(+) I think you should update the doc in this patch. Users may want to know about this new option, and where to download the packages.