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 <qiming.y...@intel.com> > --- > 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.