Is there anything that can go haywire if an eBPF map gets too big in an XDP program? I am looking into importing a large database of unique IPs (10,000-100,000) into a eBPF hash map in a XDP program to implement an ACL-like behavior. Besides slower performance, is there anything else that can go wrong with a very large map? I have seen a blog post suggesting that locked memory limits might need to be adjusted with ulimit, but even with this modification, can the eBPF program work with a hash map with 500K entries?
-Liam -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1551): https://lists.iovisor.org/g/iovisor-dev/message/1551 Mute This Topic: https://lists.iovisor.org/mt/28917689/21656 Group Owner: [email protected] Unsubscribe: https://lists.iovisor.org/g/iovisor-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
