Update the package file and WHENCE entry for the ice driver to version
1.3.16.0.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The ice driver can, optionally, load other package files for different
packet processing pipeline configurations. Add the "comms" package as
another option.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Commit 2de7abd480 reworked how we
handle symlinks. Remove the in-repo symlink as that will be
created on during installation, and adjust the WHENCE file.
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The ice driver must load a package file to the firmware to utilize full
functionality; add the package file to /lib/firmware/intel/ice/ddp. Also
add a symlink, ice.pkg, so the driver can refer to the package by a
consistent name.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>