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)
Sat, Apr 5, 8:14 PM
Unknown Object (File)
Mar 20 2025, 5:46 PM
Unknown Object (File)
Feb 25 2025, 4:56 PM
Unknown Object (File)
Feb 23 2025, 11:09 PM
Unknown Object (File)
Feb 9 2025, 12:54 PM
Unknown Object (File)
Feb 3 2025, 12:04 PM
Unknown Object (File)
Jan 29 2025, 8:51 PM
Unknown Object (File)
Jan 24 2025, 5:54 PM
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 Not Applicable
Unit
Tests Not Applicable

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
38

this can be bool

39–42

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.