Page MenuHomeFreeBSD

LinuxKPI: netdevice: add alloc_netdev_dummy()
ClosedPublic

Authored by bz on Sep 26 2024, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 1:48 AM
Unknown Object (File)
Sat, Apr 12, 4:31 AM
Unknown Object (File)
Mon, Mar 31, 8:16 AM
Unknown Object (File)
Mar 25 2025, 4:58 PM
Unknown Object (File)
Mar 12 2025, 5:04 PM
Unknown Object (File)
Mar 10 2025, 7:45 AM
Unknown Object (File)
Mar 5 2025, 4:40 AM
Unknown Object (File)
Feb 27 2025, 1:47 PM
Subscribers

Details

Summary

Add alloc_netdev_dummy() which is needed by an updated rtw88 driver.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 59899
Build 56784: arc lint + arc unit

Event Timeline

bz requested review of this revision.Sep 26 2024, 11:52 PM
bz planned changes to this revision.Oct 10 2024, 3:28 PM

Make sure for alloc_netdev_dummy() the "setup" function is not run
twice given it is just the initializer and we zero structs at the
beginning but would setup the lock and taskqueue/thread twice
leading to issues.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 17 2024, 1:28 PM
This revision was automatically updated to reflect the committed changes.