]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ice(4): Update to version 0.28.1-k
authorEric Joyner <erj@FreeBSD.org>
Tue, 23 Feb 2021 01:45:09 +0000 (17:45 -0800)
committerEric Joyner <erj@FreeBSD.org>
Thu, 11 Mar 2021 01:07:53 +0000 (17:07 -0800)
commit3af5680fe222633cb74f4f01b0d59a97750943f6
treebc44b0d642682cb45bfd2a795fefd60029f47902
parent6db19df195ef73656d2bcb46b3795594dbb48550
ice(4): Update to version 0.28.1-k

This updates the driver to align with the version included in
the "Intel Ethernet Adapter Complete Driver Pack", version 25.6.

There are no major functional changes; this mostly contains
bug fixes and changes to prepare for new features. This version
of the driver uses the previously committed ice_ddp package
1.3.19.0.

Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Tested by: jeffrey.e.pieper@intel.com
Approved by: re (gjb)
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D28640

(cherry picked from commit d08b8680e12ad692736c84238dcf45c70c228914)
(cherry picked from commit 1da549169de0b30f0ba92fdb4e74897c837d618d)
54 files changed:
sys/conf/files.amd64
sys/conf/files.arm64
sys/dev/ice/ice_adminq_cmd.h
sys/dev/ice/ice_alloc.h
sys/dev/ice/ice_bitops.h
sys/dev/ice/ice_common.c
sys/dev/ice/ice_common.h
sys/dev/ice/ice_common_sysctls.h
sys/dev/ice/ice_common_txrx.h
sys/dev/ice/ice_controlq.c
sys/dev/ice/ice_controlq.h
sys/dev/ice/ice_dcb.c
sys/dev/ice/ice_dcb.h
sys/dev/ice/ice_devids.h
sys/dev/ice/ice_drv_info.h
sys/dev/ice/ice_features.h
sys/dev/ice/ice_flex_pipe.c
sys/dev/ice/ice_flex_pipe.h
sys/dev/ice/ice_flex_type.h
sys/dev/ice/ice_flow.c
sys/dev/ice/ice_flow.h
sys/dev/ice/ice_hw_autogen.h
sys/dev/ice/ice_iflib.h
sys/dev/ice/ice_iflib_recovery_txrx.c
sys/dev/ice/ice_iflib_sysctls.h
sys/dev/ice/ice_iflib_txrx.c
sys/dev/ice/ice_lan_tx_rx.h
sys/dev/ice/ice_lib.c
sys/dev/ice/ice_lib.h
sys/dev/ice/ice_nvm.c
sys/dev/ice/ice_nvm.h
sys/dev/ice/ice_opts.h
sys/dev/ice/ice_osdep.c
sys/dev/ice/ice_osdep.h
sys/dev/ice/ice_protocol_type.h
sys/dev/ice/ice_resmgr.c
sys/dev/ice/ice_resmgr.h
sys/dev/ice/ice_rss.h
sys/dev/ice/ice_sbq_cmd.h
sys/dev/ice/ice_sched.c
sys/dev/ice/ice_sched.h
sys/dev/ice/ice_sriov.c
sys/dev/ice/ice_sriov.h
sys/dev/ice/ice_status.h
sys/dev/ice/ice_strings.c
sys/dev/ice/ice_switch.c
sys/dev/ice/ice_switch.h
sys/dev/ice/ice_type.h
sys/dev/ice/ice_vlan_mode.c [new file with mode: 0644]
sys/dev/ice/ice_vlan_mode.h [new file with mode: 0644]
sys/dev/ice/if_ice_iflib.c
sys/dev/ice/virtchnl.h
sys/dev/ice/virtchnl_inline_ipsec.h
sys/modules/ice/Makefile