]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixl(4): Update to 1.9.9-k
authorerj <erj@FreeBSD.org>
Tue, 1 May 2018 18:50:12 +0000 (18:50 +0000)
committererj <erj@FreeBSD.org>
Tue, 1 May 2018 18:50:12 +0000 (18:50 +0000)
commit1a64c55b96734a3f1c3e35e95fcfa4ef00d5182c
tree6b8d325ba633c156d1794daed40069c3f4ec914a
parentc793a1b8120eb44a2a6b1702a4d96ed0a10b0baf
ixl(4): Update to 1.9.9-k

Refresh upstream driver before impending conversion to iflib.

Major changes:

- Support for descriptor writeback mode (required by ixlv(4) for AVF support)
- Ability to disable firmware LLDP agent by user (PR 221530)
- Fix for TX queue hang when using TSO (PR 221919)
- Separate descriptor ring sizes for TX and RX rings

PR: 221530, 221919
Submitted by: Krzysztof Galazka <krzysztof.galazka@intel.com>
Reviewed by: #IntelNetworking
MFC after: 1 day
Relnotes: Yes
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D14985
40 files changed:
sys/conf/files.amd64
sys/dev/ixl/i40e_adminq.c
sys/dev/ixl/i40e_adminq.h
sys/dev/ixl/i40e_adminq_cmd.h
sys/dev/ixl/i40e_alloc.h
sys/dev/ixl/i40e_common.c
sys/dev/ixl/i40e_dcb.c [new file with mode: 0644]
sys/dev/ixl/i40e_dcb.h [new file with mode: 0644]
sys/dev/ixl/i40e_devids.h
sys/dev/ixl/i40e_hmc.c
sys/dev/ixl/i40e_hmc.h
sys/dev/ixl/i40e_lan_hmc.c
sys/dev/ixl/i40e_lan_hmc.h
sys/dev/ixl/i40e_nvm.c
sys/dev/ixl/i40e_osdep.c
sys/dev/ixl/i40e_osdep.h
sys/dev/ixl/i40e_prototype.h
sys/dev/ixl/i40e_register.h
sys/dev/ixl/i40e_status.h
sys/dev/ixl/i40e_type.h
sys/dev/ixl/i40e_virtchnl.h [deleted file]
sys/dev/ixl/if_ixl.c
sys/dev/ixl/if_ixlv.c
sys/dev/ixl/ixl.h
sys/dev/ixl/ixl_iw.c
sys/dev/ixl/ixl_iw.h
sys/dev/ixl/ixl_iw_int.h
sys/dev/ixl/ixl_pf.h
sys/dev/ixl/ixl_pf_i2c.c
sys/dev/ixl/ixl_pf_iov.c
sys/dev/ixl/ixl_pf_iov.h
sys/dev/ixl/ixl_pf_main.c
sys/dev/ixl/ixl_pf_qmgr.c
sys/dev/ixl/ixl_pf_qmgr.h
sys/dev/ixl/ixl_txrx.c
sys/dev/ixl/ixlv.h
sys/dev/ixl/ixlv_vc_mgr.h
sys/dev/ixl/ixlvc.c
sys/dev/ixl/virtchnl.h [new file with mode: 0644]
sys/modules/ixl/Makefile