Page MenuHomeFreeBSD

LinuxKPI: import beginning of a new version of netdevice.h
AbandonedPublic

Authored by bz on Nov 21 2021, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 26, 5:04 AM
Unknown Object (File)
Fri, May 17, 3:04 AM
Unknown Object (File)
Tue, May 14, 4:30 PM
Unknown Object (File)
May 6 2024, 7:24 AM
Unknown Object (File)
May 5 2024, 4:50 PM
Unknown Object (File)
Apr 25 2024, 11:46 AM
Unknown Object (File)
Nov 4 2023, 5:41 AM
Unknown Object (File)
Oct 23 2023, 8:33 AM

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

Import a netdevice update complementing the last remaining bits of
the old ifnet derived implementation. Along add a (for now) task
based NAPI implementation.

This is the minimal set of chnages which are needed for the initial
import of wireless drivers. The NAPI implementation has an option to
still switch to "direct dispatch" as it had been used by these drivers
before not relying on a deferred context along with some printf tracing.
This has been helpful in the last weeks with debugging and will be
cleaned once we have had broader testing and are sure this is fine as-is.
Should we need a more time-sensitive or load-sensitive response
in the future we can always switch to something more sophisticated.

More netdevice changes will come eventually for further drivers
and some XXX [TODO] marks are left in place.

Sponsored by: The FreeBSD Foundation
MFC after: 10 days

Diff Detail

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