Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ngc_tcp_test.sh failed with error "ntuple filter settings" #107

Open
vtlrazin opened this issue Apr 9, 2024 · 1 comment
Open

ngc_tcp_test.sh failed with error "ntuple filter settings" #107

vtlrazin opened this issue Apr 9, 2024 · 1 comment

Comments

@vtlrazin
Copy link

vtlrazin commented Apr 9, 2024

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.

@blochl
Copy link
Collaborator

blochl commented Apr 10, 2024

@vtlrazin, which version are you using? In the latest versions it should clean the rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants