net/ice: load OS default package
authorQiming Yang <qiming.yang@intel.com>
Mon, 25 Mar 2019 09:01:00 +0000 (17:01 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Mar 2019 16:25:31 +0000 (17:25 +0100)
commita4c8c48fe3f4d13b6d117e65ed3424a085e98f0e
tree17d18f027796afbe9537764d51ae151a40f18105
parenta15b7a0e53d0764b36ac9d66949d7fc1bfaa2ef4
net/ice: load OS default package

This patch enables package downloading to the device. The package is
to be in the /lib/firmware/intel/ice/ddp directory and named ice.pkg.
The package is shared by the kernel driver and the DPDK PMD.

There is no per device package be supported so far, all the
devices can only download the same package. This limitation will
be removed in the future.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Acked-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
doc/guides/nics/ice.rst
doc/guides/rel_notes/release_19_05.rst
drivers/net/ice/ice_ethdev.c