Page MenuHomeFreeBSD

LinuxKPI: add KPI for netdev_notifier_info returning ifp
ClosedPublic

Authored by bz on May 28 2021, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 11:05 AM
Unknown Object (File)
Mar 19 2024, 1:01 AM
Unknown Object (File)
Mar 7 2024, 7:07 PM
Unknown Object (File)
Feb 25 2024, 1:53 PM
Unknown Object (File)
Feb 22 2024, 12:55 AM
Unknown Object (File)
Feb 22 2024, 12:55 AM
Unknown Object (File)
Feb 22 2024, 12:55 AM
Unknown Object (File)
Feb 22 2024, 12:41 AM

Details

Summary

While currently the ifp gets cast to a net_device and then returned
and consumers are expecting an ifp again allow parallel usage now and
in the future by extending and also passing the ifp directly back in
the netdev_notifier_info. Add a function to return the ifp instead of
the net_device.

Sponsored by: The FreeBSD Foundation
MFC after: 10 days
Suggested by: hselasky

Test Plan

Currently untested; not even compiled.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39532
Build 36421: arc lint + arc unit