#
f9a03906 |
| 28-Oct-2024 |
Eric Joyner <erj@FreeBSD.org> |
ice_ddp: Update to 1.3.41.0
Primarily adds support for E830 devices, unlocking all of their functionality.
As well, update the README and remove the non-FreeBSD sections from it.
Signed-off-by: Er
ice_ddp: Update to 1.3.41.0
Primarily adds support for E830 devices, unlocking all of their functionality.
As well, update the README and remove the non-FreeBSD sections from it.
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
MFC after: 2 days Sponsored by: Intel Corporation
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0 |
|
#
2508da22 |
| 24-Jan-2023 |
Eric Joyner <erj@FreeBSD.org> |
ice_ddp: Update package to 1.3.30.0
This updated DDP is intended to be used with the forthcoming ice(4) driver update to 1.37.7-k. (But it will still work with the current version.)
Co-authored-by:
ice_ddp: Update package to 1.3.30.0
This updated DDP is intended to be used with the forthcoming ice(4) driver update to 1.37.7-k. (But it will still work with the current version.)
Co-authored-by: Piotr Kubaj <pkubaj@FreeBSD.org> Signed-off-by: Eric Joyner <erj@FreeBSD.org>
MFC after: 1 week Sponsored by: Intel Corporation
show more ...
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
e438f0a9 |
| 01-Dec-2021 |
Eric Joyner <erj@FreeBSD.org> |
ice_ddp: Update to 1.3.27.0
This is intended to be used with forthcoming ice(4) driver version 1.34.2.
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Sponsored by: Intel Corporation
|
Revision tags: release/13.0.0, release/12.2.0 |
|
#
1bd641af |
| 04-Sep-2020 |
Eric Joyner <erj@FreeBSD.org> |
ice_ddp: Update package file to 1.3.16.0
This package is intended to be used with ice(4) version 0.26.16. That update will happen in a forthcoming commit.
MFC after: 3 days Sponsored by: Intel Corp
ice_ddp: Update package file to 1.3.16.0
This package is intended to be used with ice(4) version 0.26.16. That update will happen in a forthcoming commit.
MFC after: 3 days Sponsored by: Intel Corporation
show more ...
|
Revision tags: release/11.4.0 |
|
#
71d10453 |
| 27-May-2020 |
Eric Joyner <erj@FreeBSD.org> |
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 P
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
show more ...
|