Page MenuHomeFreeBSD

iavf(4): Split source and update to 3.0.26-k
ClosedPublic

Authored by erj on Feb 13 2021, 12:15 AM.
Tags
None
Referenced Files
F102058489: D28636.diff
Thu, Nov 7, 2:38 AM
F102051264: D28636.id.diff
Thu, Nov 7, 12:21 AM
F102004287: D28636.id95534.diff
Wed, Nov 6, 10:50 AM
Unknown Object (File)
Mon, Nov 4, 12:18 PM
Unknown Object (File)
Sun, Oct 27, 9:00 PM
Unknown Object (File)
Tue, Oct 8, 9:04 PM
Unknown Object (File)
Oct 5 2024, 7:56 PM
Unknown Object (File)
Sep 30 2024, 2:10 PM
Subscribers

Details

Summary

The iavf(4) driver now uses a different source base from ixl(4), since
it will be the standard VF driver for new Intel Ethernet products going forward,
including ice(4).

Since it now uses different source code, this commit adds a new sys/dev/iavf
entry, but it re-uses the existing module name so no configuration changes are
necessary.

Signed-off-by: Eric Joyner <erj@FreeBSD.org>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

erj requested review of this revision.Feb 13 2021, 12:15 AM
erj added a child revision: D28637: iavf: Add Doxyfile.
erj planned changes to this revision.Feb 18 2021, 5:45 AM
erj added inline comments.
sys/dev/iavf/if_iavf_iflib.c
852

This needs to be updated to RXTX

erj retitled this revision from iavf: Split source and update to 3.0.26 to iavf(4): Split source and update to 3.0.26-k.Sep 23 2021, 12:42 AM

Make RXTX change and update commit message.

kbowling added a subscriber: kbowling.

Concept ACK. I don't have anything to test it on at the moment.

  • Rebase on main
  • Fix compile errors
This revision is now accepted and ready to land.Nov 10 2021, 6:36 PM
This revision now requires review to proceed.Nov 23 2021, 10:49 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 24 2021, 7:55 PM
This revision was automatically updated to reflect the committed changes.