luigirizzo / netmap

Automatically exported from code.google.com/p/netmap
BSD 2-Clause "Simplified" License
1.84k stars 533 forks source link

interface has more than one rx ring #797

Open yc1997427 opened 3 years ago

yc1997427 commented 3 years ago

hi,

I tried to run tlem on my Linux servers, but kept getting this error: has more than one rx ring. Didn't managet to solve it, any help, would be appreciate!

./tlem built Feb 7 2020 15:15:50 610.052 [ 2458] invalid burst 0, set to 1024 610.052 [ 2483] running on cores 26->6 33->13 610.053 [ 2548] using unlimited qsize 610.053 [ 2548] using unlimited qsize 610.443317 main [2627] netmap:ens4f0 has more than one rx ring

giuseppelettieri commented 3 years ago

You should set the number or rings to 1:

sudo ethtool -L ens4f0 combined 1