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)
Tue, Nov 5, 4:00 AM
Unknown Object (File)
Sat, Oct 26, 7:06 PM
Unknown Object (File)
Oct 5 2024, 3:54 PM
Unknown Object (File)
Oct 3 2024, 12:27 AM
Unknown Object (File)
Oct 3 2024, 12:10 AM
Unknown Object (File)
Oct 2 2024, 7:06 PM
Unknown Object (File)
Oct 1 2024, 7:53 AM
Unknown Object (File)
Sep 27 2024, 7:52 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.