ice(4): Update to 1.34.2-k- Adds FW logging support - Once enabled, this lets the firmware print event and error messages to the log, increasing the visibility into what the hardware is d
ice(4): Update to 1.34.2-k- Adds FW logging support - Once enabled, this lets the firmware print event and error messages to the log, increasing the visibility into what the hardware is doing; this is useful for debugging- General bug fixes- Adds inital DCB support to the driver - Notably, this adds support for DCBX to the driver; now with the fw_lldp sysctl set to 1, the driver and adapter will adopt a DCBX configuration sent from a link partner - Adds statistcs sysctls for priority flow control frames - Adds new configuration sysctls for DCB-related features: (VLAN) user priority to TC mapping; ETS bandwidth allocation; priority flow control- Remove unused SR-IOV files (until support gets added)Signed-off-by: Eric Joyner <[email protected]>Tested by: [email protected]MFC after: 3 daysMFC with: 213e91399b, e438f0a975Relnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34024(cherry picked from commit 56429daea255fa719169bb23ded66f8edb6f5408)(cherry picked from commit 61d83041ab111fe491409f2eca2b528108b9ec29)
show more ...
ice(4): Update to version 0.28.1-kThis updates the driver to align with the version included inthe "Intel Ethernet Adapter Complete Driver Pack", version 25.6.There are no major functional chang
ice(4): Update to version 0.28.1-kThis updates the driver to align with the version included inthe "Intel Ethernet Adapter Complete Driver Pack", version 25.6.There are no major functional changes; this mostly containsbug fixes and changes to prepare for new features. This versionof the driver uses the previously committed ice_ddp package1.3.19.0.Signed-off-by: Eric Joyner <[email protected]>Tested by: [email protected]Sponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D28640(cherry picked from commit d08b8680e12ad692736c84238dcf45c70c228914)
ice(4): Introduce new driver for Intel E800 Ethernet controllersThe ice(4) driver is the driver for the Intel E8xx series Ethernetcontrollers; currently with codenames Columbiaville andColumbia P
ice(4): Introduce new driver for Intel E800 Ethernet controllersThe ice(4) driver is the driver for the Intel E8xx series Ethernetcontrollers; currently with codenames Columbiaville andColumbia Park.These new controllers support 100G speeds, as well as introducingmore queues, better virtualization support, and more offloadcapabilities. Future work will enable virtual functions (likein 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/orice_ddp_load="YES" should be added to /boot/loader.conf so thatthe DDP package file included in this commit can be downloadedto the adapter. Otherwise, the adapter will fall back to a singlequeue mode with limited functionality.A man page for this driver will be forthcoming.MFC after: 1 monthRelnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D21959