Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 19, 8:06 PM
Unknown Object (File)
Fri, Jun 19, 2:19 AM
Unknown Object (File)
Tue, Jun 9, 2:01 AM
Unknown Object (File)
Fri, Jun 5, 11:38 PM
Unknown Object (File)
Fri, Jun 5, 3:13 AM
Unknown Object (File)
Thu, Jun 4, 6:59 PM
Unknown Object (File)
Wed, Jun 3, 8:38 PM
Unknown Object (File)
May 13 2026, 4:45 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 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.