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 was 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:
Hello, I've discovered in
/var/log/syslogthat when the loader program is stopped, there is adisable timeout, and then the i40e driver entersallmultimode:I'm using the same loader code as in this example. I have a few maps in my BPF program:
PerfMapwith 1024max_entriesHashMapwith 1max_entriesPerCpuHashMapwith 1_000_000max_entriesI suspect the last one caused the issue - it's used as a rate limit for each
saddras a key, and a counter as the value.