Lines Matching refs:package
18 Device Personalization (DDP) package file to enable advanced features (such as
22 a profile package to the device at runtime. Profiles can be used to, for
27 The DDP package loads during device initialization. The driver checks to see if
28 the DDP package is present and compatible. If this file exists, the driver will
29 load it into the device. If the DDP package file is missing or incompatible
34 A general purpose, OS-default DDP package is automatically installed with all
38 telecommunications (Comms) DDP package is available to support certain
40 package.
42 The OS-default DDP package supports the following:
69 new driver or DDP package.
77 - You cannot update the DDP package if any PF drivers are already loaded. To
78 overwrite a package, unload all PFs and then reload the driver with the new
79 package.
81 - Except for Linux, you can only use one DDP package per driver, even if you
84 - Only the first loaded PF per device can download a package for that device.
95 The DDP package is installed as part of the driver binary. You don't need to
96 take additional steps to install the DDP package file.
98 If you encounter issues with the DDP package file, download the latest driver.
103 The DDP package is installed as part of the driver binary. You don't need to
104 take additional steps to install the DDP package file.
106 If you encounter issues with the DDP package file, download the latest driver.
111 The FreeBSD driver automatically installs the default DDP package file during
115 The DDP package loads during device initialization. The driver looks for the
116 ice_ddp module and checks that it contains a valid DDP package file.
118 If you encounter issues with the DDP package file, you may need to download an
122 installation so that the driver loads the DDP package automatically.
127 The Linux driver automatically installs the default DDP package file during
131 The DDP package loads during device initialization. The driver looks for
133 /lib/firmware/updates/) and checks that it contains a valid DDP package file.
134 The ice.pkg file is a symbolic link to the default DDP package file installed
135 by the linux-firmware software package or the ice out-of-tree driver
138 If you encounter issues with the DDP package file, you may need to download an
139 updated driver or DDP package file. See the log messages for more information.
141 You can install specific DDP package files for different physical devices in
142 the same system. To install a specific DDP package:
144 1. Download the DDP package file (ice-x.x.x.x.zip) you want for your device. In
155 hex) of the device you want the package downloaded on. The filename must
172 3. Copy the renamed DDP package file to /lib/firmware/updates/intel/ice/ddp/.
177 5. Reload the driver with the new package.
179 NOTE: The presence of a device-specific DDP package file overrides the loading
180 of the default DDP package file (ice.pkg).