Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 6:29 PM
Unknown Object (File)
Thu, Aug 13, 12:49 PM
Unknown Object (File)
Wed, Aug 12, 10:27 AM
Unknown Object (File)
Tue, Aug 11, 11:55 PM
Unknown Object (File)
Tue, Aug 11, 11:55 PM
Unknown Object (File)
Sat, Aug 8, 11:03 AM
Unknown Object (File)
Wed, Jul 22, 3:06 AM
Unknown Object (File)
Jul 6 2026, 5:08 AM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 50823
Build 47714: arc lint + arc unit

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.