Page MenuHomeFreeBSD

LinuxKPI: add dummy rhashtable implementation
ClosedPublic

Authored by bz on May 20 2023, 1:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 10:39 PM
Unknown Object (File)
Fri, Aug 7, 5:11 AM
Unknown Object (File)
Thu, Aug 6, 1:17 PM
Unknown Object (File)
Tue, Aug 4, 6:07 AM
Unknown Object (File)
Tue, Aug 4, 5:33 AM
Unknown Object (File)
Tue, Aug 4, 5:05 AM
Unknown Object (File)
Mon, Aug 3, 12:52 AM
Unknown Object (File)
Sat, Jul 25, 2:56 AM
Subscribers

Details

Summary

Add a skeleton implementation of rhashtable in order to keep an
upcoming wireless driver compiling. We'll implement it as soon as
we get there.

MFC after: 10 days

Diff Detail

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

Event Timeline

bz requested review of this revision.May 20 2023, 1:04 AM
emaste added inline comments.
sys/compat/linuxkpi/common/include/linux/rhashtable.h
37

this can be bool

38–41

These four can be uint16_t

This revision is now accepted and ready to land.May 20 2023, 2:08 AM
bz marked 2 inline comments as done.

Update types as suggested by @emaste

This revision now requires review to proceed.May 20 2023, 11:09 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 8 2023, 6:12 PM
This revision was automatically updated to reflect the committed changes.