Hello, I''ve put a debug line at the beginning of the u32 classifier to print the content of the packets (skb->data) , but: A, http client B, web server, qos with u32 classifier When doing http requests, the u32 classifier on host B isn''t called for the packet containing the GET/ request. Then reversing : A, web server B, http client, qos with u32 classifier This time the content returned by A isn''t passed to classifier. tc rules are : tc qdisc add dev $DEV handle 1: root cbq bandwidth 56kbit avpkt 1000 mpu 64 tc class add dev $DEV parent 1: classid 1:1 cbq bandwidth 56kbit avpkt 1000 prio 1 rate 56kbit bounded isolated tc filter add dev $DEV parent 1:0 protocol ip prio 1 u32 match ip dst $DEST flowid 1:1 Does anyone knows if this is normal ? (I''m testing under usermode linux). thanks _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
In a line like this: ---------------------------------------- tc class add dev $DEV parent 1: classid 1:1 cbq bandwidth 56kbit avpkt 1000 prio 1 rate 56kbit bounded isolated ---------------------------------------- what are the possible values for the ¨prio¨ parameter? 0 to 7? 1 to 8? 0 to infinite? Thanks! Julio. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 23 June 2003 19:10, Julio E. Gonzalez P. wrote:> In a line like this: > ---------------------------------------- > tc class add dev $DEV parent 1: classid 1:1 cbq bandwidth 56kbit avpkt 1000 > prio 1 rate 56kbit bounded isolated > ---------------------------------------- > > what are the possible values for the ¨prio¨ parameter? 0 to 7? 1 to 8? 0 to > infinite? Thanks!0 to 7. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/