ice_ddp: Update to 1.3.27.0This is intended to be used with forthcoming ice(4) driver version 1.34.2.Signed-off-by: Eric Joyner <[email protected]>Sponsored by: Intel Corporation(cherry picked
ice_ddp: Update to 1.3.27.0This is intended to be used with forthcoming ice(4) driver version 1.34.2.Signed-off-by: Eric Joyner <[email protected]>Sponsored by: Intel Corporation(cherry picked from commit e438f0a97538bf5cf6f3ff70a65c4d1f96b766aa)
show more ...
ice_ddp: Update to 1.3.24.0This version is intended to be used with the 0.29.4 version of theice(4) driver, which will be be committed afterwards.Signed-off-by: Eric Joyner <[email protected]>Re
ice_ddp: Update to 1.3.24.0This version is intended to be used with the 0.29.4 version of theice(4) driver, which will be be committed afterwards.Signed-off-by: Eric Joyner <[email protected]>Reviewed by: stallamr_netapp.comSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D30887(cherry picked from commit 538ef055b7ea11326ba22197537e617587a0d677)(cherry picked from commit 070f7812da16b692d4e65fdfd418654fdb42729d)
ice_ddp: Update package file to 1.3.19.0This package is intended to be used with ice(4) version 0.28.1-k.That update will happen in a forthcoming commit.Signed-off-by: Eric Joyner <[email protected]
ice_ddp: Update package file to 1.3.19.0This package is intended to be used with ice(4) version 0.28.1-k.That update will happen in a forthcoming commit.Signed-off-by: Eric Joyner <[email protected]>Sponsored by: Intel Corporation(cherry picked from commit a7ac518bff64d48cf262c60c4dc57eef34e74a07)
ice_ddp: Fix 1.3.16.0 packageThe version uploaded in the previous commit was far too small. This oneshould be the right size.MFC after: 1 daySponsored by: Intel Corporation
ice_ddp: Update package file to 1.3.16.0This package is intended to be used with ice(4) version 0.26.16. Thatupdate will happen in a forthcoming commit.MFC after: 3 daysSponsored by: Intel Corp
ice_ddp: Update package file to 1.3.16.0This package is intended to be used with ice(4) version 0.26.16. Thatupdate will happen in a forthcoming commit.MFC after: 3 daysSponsored by: Intel Corporation
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