netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jamal Hadi <hadi@shell.cyberus.ca>
To: Robert Olsson <Robert.Olsson@data.slu.se>
Cc: Eric Lemoine <Eric.Lemoine@Sun.COM>,
	"David S. Miller" <davem@redhat.com>,
	netdev@oss.sgi.com
Subject: Re: simple change to qdisc_restart()
Date: Tue, 20 May 2003 08:33:50 -0400 (EDT)	[thread overview]
Message-ID: <20030520083020.N40924@shell.cyberus.ca> (raw)
In-Reply-To: <16074.7787.988583.56689@robur.slu.se>



On Tue, 20 May 2003, Robert Olsson wrote:

>
>  Sounds interesting...
>  So reordering should be guaranteed within "connections" but not per interface.
>
>  And if you can repeat the trick with per-cpu rings for tx you can eventually
>  eliminate cache bouncing when sending/freeing skb's.
>
>  We tried to tag with cpu-owner in tx-ring when doing hard_xmit and having same
>  cpu sending it to do kfree but the complexity balanced the win... The thinking
>  was that per-cpu tx rings could help.
>

His patch should be interesting. I have seen NICs showing up in the market
with multiple DMA rings/channels and you can map flows to channels.
Locking the device on egress just because one of the rings is full doesnt
make sense. Such boards maybe the perfect pktgen board for you, btw ;->
Can you post your patch Eric?

cheers,
jamal

  reply	other threads:[~2003-05-20 12:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-20  8:22 simple change to qdisc_restart() Eric Lemoine
2003-05-20  8:28 ` David S. Miller
2003-05-20  8:57   ` Eric Lemoine
2003-05-20 10:36     ` Robert Olsson
2003-05-20 11:21       ` Eric Lemoine
2003-05-20 11:24         ` Eric Lemoine
2003-05-20 12:24         ` Robert Olsson
2003-05-20 12:33           ` Jamal Hadi [this message]
2003-05-26  9:15             ` Eric Lemoine

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=20030520083020.N40924@shell.cyberus.ca \
    --to=hadi@shell.cyberus.ca \
    --cc=Eric.Lemoine@Sun.COM \
    --cc=Robert.Olsson@data.slu.se \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    /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;
as well as URLs for NNTP newsgroup(s).