numam-dpdk/drivers
Ting Xu 03a05924da net/ice: support device-specific DDP package loading
This patch adds the feature that supports loading DDP package
according to the device serial number. Prior to loading the
default DDP package (ice.pkg), the driver will check for the
presence of a device-specific DDP package with the name containing
64-bit PCIe Device Serial Number (ice-xxxxxxxxxxxxxxxx.pkg)
during initialization. Users can use "lspci -vs" to get the device
serial number.
The pkg search path are /lib/firmware/updates/intel/ice/ddp/
and /lib/firmware/intel/ice/ddp/. If the package exists,
the driver will download it to the device instead of the default
one. The loaded package type (OS default and COMMS) will be
stored in ice_adapter->active_pkg_type. The package version is
stored in ice_hw->active_pkg_ver.

Signed-off-by: Ting Xu <ting.xu@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2019-10-07 15:00:53 +02:00
..
baseband baseband/fpga_lte_fec: add public API to map file 2019-10-09 11:50:12 +02:00
bus crypto/dpaa_sec: support event crypto adapter 2019-10-09 13:14:18 +02:00
common crypto/octeontx: fix global log variable definition 2019-10-09 11:50:12 +02:00
compress compress/qat: add stateful decompression 2019-10-09 11:50:12 +02:00
crypto crypto/dpaa_sec: support event crypto adapter 2019-10-09 13:14:18 +02:00
event event/dpaa: support crypto adapter 2019-10-09 13:14:19 +02:00
mempool common/octeontx2: fix mbox memory access 2019-08-05 23:18:27 +02:00
net net/ice: support device-specific DDP package loading 2019-10-07 15:00:53 +02:00
raw remove useless include of EAL memory config header 2019-10-09 10:22:24 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: print list of disabled components 2019-07-02 23:20:26 +02:00