From: "David S. Miller" <davem@redhat.com>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: kashyapv@us.ibm.com, netdev@oss.sgi.com
Subject: Re: [PATCH] proportional share accept()
Date: Wed, 25 Feb 2004 10:12:25 -0800 [thread overview]
Message-ID: <20040225101225.496d02d0.davem@redhat.com> (raw)
In-Reply-To: <20040225092116.2081ddfb@dell_ss3.pdx.osdl.net>
On Wed, 25 Feb 2004 09:21:16 -0800
Stephen Hemminger <shemminger@osdl.org> wrote:
> Just a cursory question, but would it be possible to just use iptables
> to classify the packets and assign them to different IP addresses.
> The the application could manage the priorities by opening two different
> sockets (bound to different IP addresses) and do the scheduling there?
That's how I would attempt to implement this. I really don't like this
idea of putting a pseudo-classifier in the accept queue logic, and an
ugly GLOBAL one at that, if anything it ought to be per-socket but even
that I don't like.
next prev parent reply other threads:[~2004-02-25 18:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-25 16:43 [PATCH] proportional share accept() Vivek Kashyap
2004-02-25 17:21 ` Stephen Hemminger
2004-02-25 18:12 ` David S. Miller [this message]
2004-02-25 19:07 ` kashyapv
2004-02-25 19:17 ` David S. Miller
2004-02-25 19:30 ` kashyapv
2004-02-26 22:08 ` Ronghua Zhang
2004-02-27 22:13 ` David S. Miller
2004-03-04 20:51 ` Vivek Kashyap
2004-03-04 21:52 ` Ronghua Zhang
2004-03-01 6:05 ` David S. Miller
2004-03-01 10:11 ` Vivek Kashyap
[not found] ` <Pine.WNT.4.44.0402251101300.1572-100000@w-vkashyap95.des.sequent.com>
2004-02-25 20:03 ` Stephen Hemminger
2004-02-25 22:31 ` kashyapv
2004-02-26 2:35 ` James Morris
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=20040225101225.496d02d0.davem@redhat.com \
--to=davem@redhat.com \
--cc=kashyapv@us.ibm.com \
--cc=netdev@oss.sgi.com \
--cc=shemminger@osdl.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 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.