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
./ngc_tcp_test.sh clx-host-109 mlx5_3,mlx5_4 clx-host-108 mlx5_3,mlx5_4 --duplex=FULL --disable_ro
WARN: apply WA for Sapphire system - please apply the following tuning in BIOS - Socket Configuration > IIO Configuration > Socket# Configuration > PE# Restore RO Write Perf > Enabled instead of using this WA
INFO: Found 1 IPs associated with the server net device 'ens5f0np0'.
INFO: Found 1 IPs associated with the server net device 'ens5f1np1'.
INFO: Found 1 IPs associated with the client net device 'ens5f0np0'.
INFO: Found 1 IPs associated with the client net device 'ens5f1np1'.
INFO: Each device can use up to 28 cores (may include core 0)
INFO: Each device can use up to 28 cores (may include core 0)
INFO: Number of cores per device to be used is 28, if duplex then half of them will act as servers and half as clients.
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
INFO: Running Full duplex.
netlink error: requested channel counts are too low for existing ntuple filter settings
netlink error: Invalid argument
Error in function main, on line 136.
Cleaning ntuple rules with commands:
for i in {0..100}; do ethtool -N ens5f0np0 delete $i; done
for i in {0..100}; do ethtool -N ens5f1np1 delete $i; done
will fix this error.
The text was updated successfully, but these errors were encountered:
I got this error when running ngc_tcp_test.sh.
./ngc_tcp_test.sh clx-host-109 mlx5_3,mlx5_4 clx-host-108 mlx5_3,mlx5_4 --duplex=FULL --disable_ro
WARN: apply WA for Sapphire system - please apply the following tuning in BIOS - Socket Configuration > IIO Configuration > Socket# Configuration > PE# Restore RO Write Perf > Enabled instead of using this WA
INFO: Found 1 IPs associated with the server net device 'ens5f0np0'.
INFO: Found 1 IPs associated with the server net device 'ens5f1np1'.
INFO: Found 1 IPs associated with the client net device 'ens5f0np0'.
INFO: Found 1 IPs associated with the client net device 'ens5f1np1'.
INFO: Each device can use up to 28 cores (may include core 0)
INFO: Each device can use up to 28 cores (may include core 0)
INFO: Number of cores per device to be used is 28, if duplex then half of them will act as servers and half as clients.
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
INFO: Running Full duplex.
netlink error: requested channel counts are too low for existing ntuple filter settings
netlink error: Invalid argument
Error in function main, on line 136.
Cleaning ntuple rules with commands:
for i in {0..100}; do ethtool -N ens5f0np0 delete $i; done
for i in {0..100}; do ethtool -N ens5f1np1 delete $i; done
will fix this error.
The text was updated successfully, but these errors were encountered: