You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Hello, I've discovered in /var/log/syslog that when the loader program is stopped, there is a disable timeout, and then the i40e driver enters allmulti mode:
Hi @QuiiBz, do you have suggestions for reproducing this issue?
As I understand it, i40e is a driver for Intel's NIC, right? I don't have a hands-on access to this kind of hardware but it'd be very helpful if it can be emulated somehow.
I think allmulti mode is quite universal. If you can provide us with a complete, minimal example, I could try this on a KVM box and see if it gets triggered, then we can go from there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I've discovered in
/var/log/syslog
that when the loader program is stopped, there is adisable timeout
, and then the i40e driver entersallmulti
mode:I'm using the same loader code as in this example. I have a few maps in my BPF program:
PerfMap
with 1024max_entries
HashMap
with 1max_entries
PerCpuHashMap
with 1_000_000max_entries
I suspect the last one caused the issue - it's used as a rate limit for each
saddr
as a key, and a counter as the value.The text was updated successfully, but these errors were encountered: