Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 2:50 PM
Unknown Object (File)
Thu, May 22, 7:16 PM
Unknown Object (File)
Wed, May 21, 7:18 PM
Unknown Object (File)
Mon, May 19, 6:47 PM
Unknown Object (File)
Sat, May 17, 1:14 PM
Unknown Object (File)
Wed, May 14, 12:06 PM
Unknown Object (File)
Apr 21 2025, 12:42 PM
Unknown Object (File)
Apr 20 2025, 4:40 PM

Details

Summary

Trivial changes for LinuxKPI to use IfAPI. The 'bsdifp' looks unused,
so removed it instead of converting it to a pointer.

Diff Detail

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

Event Timeline

When changing structure layouts you need to bump the FreeBSD version.

I'm not sure about the the net_device structure change, but @bz can probably answer that.

This revision is now accepted and ready to land.Apr 10 2023, 7:01 PM

When changing structure layouts you need to bump the FreeBSD version.

I intend to. I kept it out of the review in case the version is bumped by someone else in the meantime.

This revision was automatically updated to reflect the committed changes.