Page MenuHomeFreeBSD

linuxkpi: Migrate to IfAPI
ClosedPublic

Authored by jhibbits on Apr 10 2023, 6:21 PM.
Tags
None
Referenced Files
F131707901: D39491.id120932.diff
Fri, Oct 10, 12:50 PM
Unknown Object (File)
Sat, Sep 27, 9:22 AM
Unknown Object (File)
Sat, Sep 20, 8:54 AM
Unknown Object (File)
Sat, Sep 13, 9:29 AM
Unknown Object (File)
Fri, Sep 12, 7:33 PM
Unknown Object (File)
Wed, Sep 10, 11:44 PM
Unknown Object (File)
Sep 10 2025, 9:09 PM
Unknown Object (File)
Sep 10 2025, 5:55 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 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.