Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
F163323802: D39491.diff
Wed, Jul 22, 3:06 AM
Unknown Object (File)
Mon, Jul 6, 5:08 AM
Unknown Object (File)
Jun 19 2026, 8:06 PM
Unknown Object (File)
Jun 19 2026, 2:19 AM
Unknown Object (File)
Jun 9 2026, 2:01 AM
Unknown Object (File)
Jun 5 2026, 11:38 PM
Unknown Object (File)
Jun 5 2026, 3:13 AM
Unknown Object (File)
Jun 4 2026, 6:59 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.