From: "Yi Wang" <wymaillist@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: About dev_queue_xmit
Date: Thu, 9 Nov 2006 22:05:13 +0800 [thread overview]
Message-ID: <5495c4e80611090605t3e2d22e5wd9ea9957cdb2ba1f@mail.gmail.com> (raw)
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
reply other threads:[~2006-11-09 14:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5495c4e80611090605t3e2d22e5wd9ea9957cdb2ba1f@mail.gmail.com \
--to=wymaillist@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®