-------------------------------------------------------------------
eepro100 network cards are being used on Pentiums with RedHat 6.0,
2.2.5-15 kernel ver
===============================================================================
/usr/sbin/tc qdisc add dev eth0 root handle 1: cbq bandwidth 100Mit allot \
1514 cell 8 avpkt 1000 mpu 64
/usr/src/tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 100Mbit \
rate 100Mbit allot 1514 cell 8 weight 10Mbit prio 8 maxburst 20 \
avpkt 1000
/usr/sbin/tc class add dev eth0 parent 1:1 classid 1:2 cbq bandwidth
100Mbit rate $1 \
weight 100Kbit prio 5 allot 1514 avpkt 1024 mpu 64 bounded
/usr/sbin/tc filter add dev eth0 parent 1:0 prio 5 handle 1: u32 divisor \
256
/usr/sbin/tc filter add dev eth0 parent 1:0 prio 5 u32 ht 1:6: match ip
dst 10.1.1.3 \
match tcp dst $2 0xffff classid 1:2
/usr/sbin/tc filter add dev eth0 parent 1:0 prio 5 handle ::1 u32 ht
800:: match ip \
nofrag offset mask 0x0F00 shift 6 hashkey mask 0x00ff0000 at 8 link 1:
--------------------------------------------------------------------------------
Thanks in advance for your suggestions
Kishore
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu