diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-14 01:29:44 +0000 |
---|---|---|
committer | Eric Joyner <erj@FreeBSD.org> | 2023-02-14 01:29:44 +0000 |
commit | 8923de59054358980102ea5acda6c6dd58273957 (patch) | |
tree | 4477f73005b2a7e48c4c83b2d149f7f51c94fb28 /sys/dev/ice/irdma_if.m | |
parent | 3a3450eda6d4616df51a30f84a872d9d43669d78 (diff) |
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
Diffstat (limited to 'sys/dev/ice/irdma_if.m')
-rw-r--r-- | sys/dev/ice/irdma_if.m | 2 |
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 |