We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel 5.16 saw the introduction of the bloom filter map type: https://lore.kernel.org/all/[email protected]/.
This also included new map_extra field for maps that need more configuration than the existing map properties.
map_extra
In #668, selftests relying on MapExtra are ignored for now.
Maybe we should not expose the field from MapSpec immediately, until we figure out how to expose it as a user-friendly API.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kernel 5.16 saw the introduction of the bloom filter map type: https://lore.kernel.org/all/[email protected]/.
This also included new
map_extra
field for maps that need more configuration than the existing map properties.In #668, selftests relying on MapExtra are ignored for now.
Maybe we should not expose the field from MapSpec immediately, until we figure out how to expose it as a user-friendly API.
The text was updated successfully, but these errors were encountered: