mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* About dev_queue_xmit
@ 2006-11-09 14:05 Yi Wang
  0 siblings, 0 replies; only message in thread
From: Yi Wang @ 2006-11-09 14:05 UTC (permalink / raw)
  To: linux-kernel

Hi, all!
    I'm reading O'Reilly's <<Understanding Linux Network Internals>>
while reading some kernel codes, I've got a question.
    Linux provide QoS using Traffic Control, and I think mostly QoS is
not enabled(right?). When QoS is disabled, does Traffic Control works?
The correspoding kernel code:

int dev_queue_xmit(struct sk_buff *skb){
...
if (q->enqueue) {...
	}
...
}
    I think by default(without QoS support), q->enqueue should be true
except for the no queue devices(software devices), is it right? If so,
is the schedule policy of the queue FIFO?

    I'm just not sure about this...

best regards
Leonid

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-09 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-09 14:05 About dev_queue_xmit Yi Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®