Page MenuHomeFreeBSD

LinuxKPI: netdevice: add alloc_netdev_dummy()
ClosedPublic

Authored by bz on Thu, Sep 26, 11:52 PM.
Tags
None
Referenced Files
F100625585: D46802.diff
Thu, Oct 17, 1:35 PM
Unknown Object (File)
Sat, Oct 12, 7:01 PM
Unknown Object (File)
Sat, Oct 5, 5:14 AM
Unknown Object (File)
Fri, Oct 4, 2:59 PM
Unknown Object (File)
Mon, Sep 30, 11:37 PM
Unknown Object (File)
Mon, Sep 30, 9:32 PM
Unknown Object (File)
Mon, Sep 30, 3:51 PM
Unknown Object (File)
Sun, Sep 29, 6:23 AM
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 59611
Build 56498: arc lint + arc unit

Event Timeline

bz requested review of this revision.Thu, Sep 26, 11:52 PM
bz planned changes to this revision.Thu, Oct 10, 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.Thu, Oct 17, 1:28 PM
This revision was automatically updated to reflect the committed changes.