Netdev List
 help / color / mirror / Atom feed
From: Jamal Hadi Salim <hadi@znyx.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	Robert Olsson <Robert.Olsson@data.slu.se>
Subject: Re: [NET]: Prevent multiple qdisc runs
Date: Sat, 24 Jun 2006 09:50:39 -0400	[thread overview]
Message-ID: <1151157039.6716.71.camel@jzny2> (raw)
In-Reply-To: <20060623033525.GA11751@gondor.apana.org.au>

On Fri, 2006-23-06 at 13:35 +1000, Herbert Xu wrote: 
> On Thu, Jun 22, 2006 at 08:52:17PM -0400, jamal wrote:
> > 
> > It does feel like the qdisc_is_running though is now a replacement
> > for the need for dev->txlock which existed to protect multi-cpus from
> > entering the device transmit path. Is that unintended side effect?
> > i.e why would dev->txlock be needed anymore in that path?
> 
> It's not totally redundant yet since you can set tx_queue_len to zero.
> It also still protects against the asynchronous paths that take xmit_lock.

The tx_timeout? 

> However, it wouldn't be a bad idea to see if there is a way to reduce the
> number of locks required on the xmit path to one.

It also seems to be there - dont know why it took me so long to see
this. I am actually gut-feeling now that we may get better performance
with LLTX drivers with this approach;-> talk about a flip-flop.

The qualification for LLTX seems to be for a driver to have a
private tx lock which is the case of about every ethernet driver out
there.

cheers,
jamal



  reply	other threads:[~2006-06-24 13:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19 12:15 [NET]: Prevent multiple qdisc runs Herbert Xu
2006-06-19 13:33 ` jamal
2006-06-19 13:42   ` Herbert Xu
2006-06-19 14:23     ` jamal
2006-06-19 14:29       ` Herbert Xu
2006-06-19 14:36         ` jamal
2006-06-19 22:33           ` Herbert Xu
2006-06-20 14:42             ` jamal
2006-06-20 23:52               ` Herbert Xu
2006-06-22 19:31                 ` jamal
2006-06-22 22:43                   ` Herbert Xu
2006-06-23  0:52                     ` jamal
2006-06-23  3:35                       ` Herbert Xu
2006-06-24 13:50                         ` Jamal Hadi Salim [this message]
2006-06-20  6:57 ` David Miller
2006-06-20  7:00   ` Herbert Xu

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=1151157039.6716.71.camel@jzny2 \
    --to=hadi@znyx.com \
    --cc=Robert.Olsson@data.slu.se \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=netdev@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