diff options
author | Eric Joyner <erj@FreeBSD.org> | 2020-05-26 23:35:10 +0000 |
---|---|---|
committer | Eric Joyner <erj@FreeBSD.org> | 2020-05-26 23:35:10 +0000 |
commit | 71d104536b513298902be65342afe6f3792f29e4 (patch) | |
tree | 37cb295292d8d69a49b3b1feed9d140e3c2897fd /MAINTAINERS | |
parent | 9d3b7f622a7d1c1c1359327f96010fb875612835 (diff) | |
download | src-71d104536b513298902be65342afe6f3792f29e4.tar.gz src-71d104536b513298902be65342afe6f3792f29e4.zip |
ice(4): Introduce new driver for Intel E800 Ethernet controllers
The ice(4) driver is the driver for the Intel E8xx series Ethernet
controllers; currently with codenames Columbiaville and
Columbia Park.
These new controllers support 100G speeds, as well as introducing
more queues, better virtualization support, and more offload
capabilities. Future work will enable virtual functions (like
in ixl(4)) and the other functionality outlined above.
For full functionality, the kernel should be compiled with
"device ice_ddp" like in the amd64 NOTES file, and/or
ice_ddp_load="YES" should be added to /boot/loader.conf so that
the DDP package file included in this commit can be downloaded
to the adapter. Otherwise, the adapter will fall back to a single
queue mode with limited functionality.
A man page for this driver will be forthcoming.
MFC after: 1 month
Relnotes: yes
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D21959
Notes
Notes:
svn path=/head/; revision=361541
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 58e09bbf72bd..904418bfaade 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -99,10 +99,12 @@ sys/compat/linuxkpi hselasky If in doubt, ask. #x11 phabricator group. (to avoid drm graphics drivers impact) +sys/contrib/dev/ice erj Pre-commit phabricator review requested. sys/contrib/ipfilter cy Pre-commit review requested. sys/dev/e1000 erj Pre-commit phabricator review requested. sys/dev/ixgbe erj Pre-commit phabricator review requested. sys/dev/ixl erj Pre-commit phabricator review requested. +sys/dev/ice erj Pre-commit phabricator review requested. sys/dev/sound/usb hselasky If in doubt, ask. sys/dev/usb hselasky If in doubt, ask. sys/dev/xen royger Pre-commit review recommended. |