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
# Load and register
$ RESOURCE_OPT="enable_driverlink=0" sudo ./build/x86_64_linux-5.15.0-79-generic/driver/linux/load.sh onload
$ echo enp2s0f0 | sudo tee /sys/module/sfc_resource/afxdp/register
# Set interface down
$ sudo ip li set enp2s0f0 down
# Run netcat
$ EF_AF_XDP_ZEROCOPY=1 sudo onload nc -l 6666
The text was updated successfully, but these errors were encountered:
I see a call trace when creating a zerocopy AF_XDP stack after putting interface down:
SFC NIC.
Onload master 76e6c7d
How to reproduce:
The text was updated successfully, but these errors were encountered: