aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2021-12-01 20:48:36 +0000
committerEric Joyner <erj@FreeBSD.org>2022-01-25 02:25:56 +0000
commite438f0a97538bf5cf6f3ff70a65c4d1f96b766aa (patch)
treecc41a4461d2f8d6fea7e3e0bf49ccc650fb3692f /sys/contrib
parent213e91399b7998554d787bb290109ebe602aa279 (diff)
downloadsrc-e438f0a97538bf5cf6f3ff70a65c4d1f96b766aa.tar.gz
src-e438f0a97538bf5cf6f3ff70a65c4d1f96b766aa.zip
ice_ddp: Update to 1.3.27.0
This is intended to be used with forthcoming ice(4) driver version 1.34.2. Signed-off-by: Eric Joyner <erj@FreeBSD.org> Sponsored by: Intel Corporation
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/ice/README47
-rw-r--r--sys/contrib/dev/ice/ice-1.3.27.0.pkg (renamed from sys/contrib/dev/ice/ice-1.3.24.0.pkg)bin622852 -> 676216 bytes
2 files changed, 22 insertions, 25 deletions
diff --git a/sys/contrib/dev/ice/README b/sys/contrib/dev/ice/README
index 7565aed6f811..e6d126d62877 100644
--- a/sys/contrib/dev/ice/README
+++ b/sys/contrib/dev/ice/README
@@ -1,5 +1,5 @@
-Dynamic Device Personalization (DDP) Package
-============================================
+OS Default Dynamic Device Personalization (DDP) Package
+======================================================================
July 7, 2020
@@ -8,15 +8,15 @@ Contents
- Overview
- Safe Mode
- Notes
-- Installation & Troubleshooting
+- Installation & Troubleshooting
- Legal
Overview
========
-Adapters based on the Intel(R) Ethernet Controller 800 Series require a Dynamic
-Device Personalization (DDP) package file to enable advanced features (such as
-dynamic tunneling, Flow Director, RSS, and ADQ).
+Devices based on the Intel(R) Ethernet 800 Series require a Dynamic Device
+Personalization (DDP) package file to enable advanced features (such as dynamic
+tunneling, Intel(R) Ethernet Flow Director, RSS, and ADQ).
DDP allows you to change the packet processing pipeline of a device by applying
a profile package to the device at runtime. Profiles can be used to, for
@@ -28,18 +28,15 @@ The DDP package loads during device initialization. The driver checks to see if
the DDP package is present and compatible. If this file exists, the driver will
load it into the device. If the DDP package file is missing or incompatible
with the driver, the driver will go into Safe Mode where it will use the
-configuration contained in the device's NVM. See "Safe Mode" later in this
-README for more information.
-
-A general purpose, OS-default DDP package is automatically installed with all
-supported Intel Ethernet Controller 800 Series drivers on Microsoft* Windows*,
-ESX*, FreeBSD*, and Linux* operating systems. Additional DDP packages are
-available to address needs for specific market segments. For example, a
-telecommunications (Comms) DDP package is available to support certain
-market-specific protocols in addition to the protocols in the OS-default
-package.
+configuration contained in the device's NVM. Refer to the Intel(R) Ethernet
+Adapters and Devices User Guide for more information on Safe Mode.
+
+A general-purpose, default DDP package is automatically installed with all
+supported Intel Ethernet 800 Series drivers on supported operating systems.
+Additional DDP packages are available to address needs for specific market
+segments or targeted solutions.
-The OS-default DDP package supports the following:
+The default DDP package supports the following:
- MAC
- EtherType
- VLAN
@@ -68,8 +65,8 @@ Safe Mode disables advanced and performance features, and supports only basic
traffic and minimal functionality, such as updating the NVM or downloading a
new driver or DDP package.
-See the Intel(R) Ethernet Adapters and Devices User Guide for more details on
-DDP and Safe Mode.
+Refer to the Intel(R) Ethernet Adapters and Devices User Guide for more details
+on DDP and Safe Mode.
Notes
@@ -109,7 +106,7 @@ If you encounter issues with the DDP package file, download the latest driver.
FreeBSD
-------
The FreeBSD driver automatically installs the default DDP package file during
-driver installation. See the ice driver README for general installation and
+driver installation. See the base driver README for general installation and
building instructions.
The DDP package loads during device initialization. The driver looks for the
@@ -125,18 +122,18 @@ installation so that the driver loads the DDP package automatically.
Linux
-----
The Linux driver automatically installs the default DDP package file during
-driver installation. See the ice driver README for general installation and
+driver installation. Read the base driver README for general installation and
building instructions.
The DDP package loads during device initialization. The driver looks for
intel/ice/ddp/ice.pkg in your firmware root (typically /lib/firmware/ or
/lib/firmware/updates/) and checks that it contains a valid DDP package file.
The ice.pkg file is a symbolic link to the default DDP package file installed
-by the linux-firmware software package or the ice out-of-tree driver
-installation.
+by the linux-firmware software package or the out-of-tree driver installation.
If you encounter issues with the DDP package file, you may need to download an
-updated driver or DDP package file. See the log messages for more information.
+updated driver or DDP package file. Refer to the log messages for more
+information.
You can install specific DDP package files for different physical devices in
the same system. To install a specific DDP package:
@@ -177,7 +174,7 @@ If the directory does not yet exist, create it before copying the file.
5. Reload the driver with the new package.
NOTE: The presence of a device-specific DDP package file overrides the loading
-of the default DDP package file (ice.pkg).
+of the default DDP package file.
Legal / Disclaimers
diff --git a/sys/contrib/dev/ice/ice-1.3.24.0.pkg b/sys/contrib/dev/ice/ice-1.3.27.0.pkg
index db2520cbe9aa..2fcc57d47d5f 100644
--- a/sys/contrib/dev/ice/ice-1.3.24.0.pkg
+++ b/sys/contrib/dev/ice/ice-1.3.27.0.pkg
Binary files differ