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
The CPU has 10 cores and 20 threads, and the maximum number of queues of the network card is 32. When binding the 21st AF_XDP socket, the prompt Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Solution:
let queues = channels
.rx_count.max(channels.tx_count).max(channels.combined_count);
The text was updated successfully, but these errors were encountered:
Problem:
s2n-quic/quic/s2n-quic-qns/src/xdp.rs
Lines 111 to 195 in e7d53ef
s2n-quic/tools/xdp/s2n-quic-xdp/src/syscall.rs
Lines 309 to 312 in e7d53ef
The CPU has 10 cores and 20 threads, and the maximum number of queues of the network card is 32. When binding the 21st AF_XDP socket, the prompt
Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
Solution:
The text was updated successfully, but these errors were encountered: