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
However, adding the EF_AF_XDP_ZEROCOPY flags brings
[root]# EF_AF_XDP_ZEROCOPY=1 onload --profile=latency-best ~/tcp_pingpong -s -l 10.0.0.1
oo:tcp_pingpong[459944]: netif_tcp_helper_alloc_u: ERROR: Failed to allocate stack (rc=-95)
See kernel messages in dmesg or /var/log/syslog for more details of this failure
^C
Trying out a few XDP things including Onload/XDP. I build this with the --no-sfc flag.
It works fine:
[root]# onload --profile=latency-best ~/tcp_pingpong -s -l 10.0.0.1
oo:tcp_pingpong[459999]: Using Onload 9ade120 2025-01-22 master [0]
oo:tcp_pingpong[459999]: Copyright (c) 2002-2025 Advanced Micro Devices, Inc.
^C
However, adding the EF_AF_XDP_ZEROCOPY flags brings
[root]# EF_AF_XDP_ZEROCOPY=1 onload --profile=latency-best ~/tcp_pingpong -s -l 10.0.0.1
oo:tcp_pingpong[459944]: netif_tcp_helper_alloc_u: ERROR: Failed to allocate stack (rc=-95)
See kernel messages in dmesg or /var/log/syslog for more details of this failure
^C
Any suggestions what to check ?
dmesg does not really report anything
The text was updated successfully, but these errors were encountered: