Linux QoS
- Linux QOS overview
Hardware buffers
- After tc QoS packets move into driver buffers
- Check with
- # ifconfig eth0|grep txqueuelen
- # ethtool -g eth0
- Change with
- # ifconfig eth0 txqueuelen 0
- # ethtool -G eth0 tx 32
- Check with
...
...
Linux/QoS (last edited 2011-11-04 05:42:32 by 41)