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)
Jan 14 2024, 8:50 AM
Unknown Object (File)
Dec 20 2023, 4:25 AM
Unknown Object (File)
Oct 29 2023, 6:28 PM
Unknown Object (File)
Jun 8 2023, 6:12 PM
Unknown Object (File)
May 25 2023, 6:39 AM
Unknown Object (File)
May 20 2023, 5:38 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 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.