Lines Matching refs:package
18 Personalization (DDP) package file to enable advanced features (such as dynamic
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, default DDP package is automatically installed with all
39 The default DDP package supports the following:
66 new driver or DDP package.
74 - You cannot update the DDP package if any PF drivers are already loaded. To
75 overwrite a package, unload all PFs and then reload the driver with the new
76 package.
78 - Except for Linux, you can only use one DDP package per driver, even if you
81 - Only the first loaded PF per device can download a package for that device.
92 The DDP package is installed as part of the driver binary. You don't need to
93 take additional steps to install the DDP package file.
95 If you encounter issues with the DDP package file, download the latest driver.
100 The DDP package is installed as part of the driver binary. You don't need to
101 take additional steps to install the DDP package file.
103 If you encounter issues with the DDP package file, download the latest driver.
108 The FreeBSD driver automatically installs the default DDP package file during
112 The DDP package loads during device initialization. The driver looks for the
113 ice_ddp module and checks that it contains a valid DDP package file.
115 If you encounter issues with the DDP package file, you may need to download an
119 installation so that the driver loads the DDP package automatically.
124 The Linux driver automatically installs the default DDP package file during
128 The DDP package loads during device initialization. The driver looks for
130 /lib/firmware/updates/) and checks that it contains a valid DDP package file.
131 The ice.pkg file is a symbolic link to the default DDP package file installed
132 by the linux-firmware software package or the out-of-tree driver installation.
134 If you encounter issues with the DDP package file, you may need to download an
135 updated driver or DDP package file. Refer to the log messages for more
138 You can install specific DDP package files for different physical devices in
139 the same system. To install a specific DDP package:
141 1. Download the DDP package file (ice-x.x.x.x.zip) you want for your device. In
152 hex) of the device you want the package downloaded on. The filename must
169 3. Copy the renamed DDP package file to /lib/firmware/updates/intel/ice/ddp/.
174 5. Reload the driver with the new package.
176 NOTE: The presence of a device-specific DDP package file overrides the loading
177 of the default DDP package file.