Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 4:45 PM
Unknown Object (File)
Mon, May 4, 4:05 PM
Unknown Object (File)
Thu, Apr 30, 9:18 AM
Unknown Object (File)
Wed, Apr 29, 12:29 AM
Unknown Object (File)
Wed, Apr 29, 12:24 AM
Unknown Object (File)
Sun, Apr 19, 10:05 AM
Unknown Object (File)
Sun, Apr 19, 7:32 AM
Unknown Object (File)
Sat, Apr 18, 8:02 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.