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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add libxdp support via dlopen(3)
Add --max-window flag for disabling variable window mechanism (mainly for debugging purposes)
Add --xdp-mode={skb,native} option for forcing XDP attach mode
Some VMs may encounter errors when loading Mimic, similar to that of #11. Use --xdp-mode=skb to work around them.
Some Intel NICs have XDP native mode for offloading XDP programs in drivers (e1000e, igb, igc, etc.), but may sometimes experience sudden connection breaks that last for minutes. --xdp-mode=skb may help by disabling offload.