aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice/irdma_if.m
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-02-14 01:29:44 +0000
committerEric Joyner <erj@FreeBSD.org>2023-02-17 22:54:35 +0000
commitebc914f942f6655ff4c27f8717630f81c74624cb (patch)
tree9866d259c0314c3dc339e1c3459fc573fd6d48b6 /sys/dev/ice/irdma_if.m
parentcd280c60a5b85875b8aeff8d522793914e60d19d (diff)
downloadsrc-ebc914f942f6655ff4c27f8717630f81c74624cb.tar.gz
src-ebc914f942f6655ff4c27f8717630f81c74624cb.zip
ice(4): Update to 1.37.7-k
Notable changes include: - DSCP QoS Support (leveraging support added in rG9c950139051298831ce19d01ea5fb33ec6ea7f89) - Improved PFC handling and TC queue assignments (now all remaining queues are assigned to TC 0 when more than one TC is enabled and the number of available queues does not evenly divide between them) - Support for dumping the internal FW state for additional debugging by Intel support - Support for allowing "No FEC" to be a valid state for the LESM to negotiate when using non-standard compliant modules Also includes various bug fixes and smaller enhancements, too. Signed-off-by: Eric Joyner <erj@FreeBSD.org> Reviewed by: erj@ Tested by: Jeff Pieper <jeffrey.pieper@intel.com> MFC after: 3 days Relnotes: yes Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D38109 (cherry picked from commit 8923de59054358980102ea5acda6c6dd58273957)
Diffstat (limited to 'sys/dev/ice/irdma_if.m')
-rw-r--r--sys/dev/ice/irdma_if.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/irdma_if.m b/sys/dev/ice/irdma_if.m
index 84651b7cecc0..afcbc1d027fb 100644
--- a/sys/dev/ice/irdma_if.m
+++ b/sys/dev/ice/irdma_if.m
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
-# Copyright (c) 2021, Intel Corporation
+# Copyright (c) 2022, Intel Corporation
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without