All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] QoS in Linux
@ 2006-02-28  6:51 Krishan
  0 siblings, 0 replies; 2+ messages in thread
From: Krishan @ 2006-02-28  6:51 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 530 bytes --]

Hello All, I am interested in QoS provided by Linux, when I looked into IP 
header I came accross ToS field, also while going more into detail about 
QoS I found that the QoS based on ToS is serviced thru DiffServ which in 
turn gives more priority to packets with higher value is ToS field, but I 
am not able to understand when we finally call dev->hard_start_xmit 
routine of underlying device type driver, how these packets are given high 
priority or low priority in the device queue.

Please advice me here,

Thanks
-krishan

[-- Attachment #1.2: Type: text/html, Size: 704 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] QoS in Linux
@ 2006-03-01 14:53 Andy Furniss
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Furniss @ 2006-03-01 14:53 UTC (permalink / raw)
  To: lartc

Krishan wrote:
> Hello All, I am interested in QoS provided by Linux, when I looked into IP 
> header I came accross ToS field, also while going more into detail about 
> QoS I found that the QoS based on ToS is serviced thru DiffServ which in 
> turn gives more priority to packets with higher value is ToS field, but I 
> am not able to understand when we finally call dev->hard_start_xmit 
> routine of underlying device type driver, how these packets are given high 
> priority or low priority in the device queue.

I don't think they normally are - unless it's drivers support it. If you 
want to shape you normally need to use htb/cbq/hfsc/tbf to rate limit 
below the speed of the device and avoid overfilling it's buffer.

Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-01 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 14:53 [LARTC] QoS in Linux Andy Furniss
  -- strict thread matches above, loose matches on Subject: below --
2006-02-28  6:51 Krishan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.