All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Andi Kleen <andi@firstfloor.org>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] Disable TSO for non standard qdiscs
Date: Thu, 31 Jan 2008 09:23:27 -0800	[thread overview]
Message-ID: <20080131092327.75b9c369@extreme> (raw)
In-Reply-To: <20080131124632.GA25299@basil.nowhere.org>

On Thu, 31 Jan 2008 13:46:32 +0100
Andi Kleen <andi@firstfloor.org> wrote:

> 
> TSO interacts badly with many queueing disciplines because they rely on 
> reordering packets from different streams and the large TSO packets can 
> make this difficult. This patch disables TSO for sockets that send over 
> devices with non standard queueing disciplines. That's anything but noop 
> or pfifo_fast and pfifo right now.
> 
> Longer term other queueing disciplines could be checked if they
> are also ok with TSO. If yes they can set the TCQ_F_GSO_OK flag too.
> 
> It is still enabled for the standard pfifo_fast because that will never
> reorder packets with the same type-of-service. This means 99+% of all users
> will still be able to use TSO just fine.
> 
> The status is only set up at socket creation so a shifted route
> will not reenable TSO on a existing socket. I don't think that's a 
> problem though.
> 
> Signed-off-by: Andi Kleen <ak@suse.de>
> 


Fix the broken qdisc instead.

-- 
Stephen Hemminger <stephen.hemminger@vyatta.com>

  reply	other threads:[~2008-01-31 17:23 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31 12:46 [PATCH] Disable TSO for non standard qdiscs Andi Kleen
2008-01-31 17:23 ` Stephen Hemminger [this message]
2008-01-31 18:33   ` Andi Kleen
2008-01-31 18:01     ` Patrick McHardy
2008-01-31 18:37       ` Andi Kleen
2008-01-31 18:08         ` Stephen Hemminger
2008-01-31 18:11           ` Patrick McHardy
2008-01-31 18:53           ` Andi Kleen
2008-01-31 18:21             ` Patrick McHardy
2008-01-31 19:01               ` Andi Kleen
2008-01-31 18:47                 ` Waskiewicz Jr, Peter P
2008-01-31 19:34                   ` Andi Kleen
2008-01-31 19:39                     ` Waskiewicz Jr, Peter P
2008-01-31 23:10                       ` Arnaldo Carvalho de Melo
2008-01-31 23:42                         ` Waskiewicz Jr, Peter P
2008-02-01  4:26                           ` Patrick McHardy
2008-02-01  4:35                           ` Andi Kleen
2008-02-01  4:36                         ` Andi Kleen
2008-01-31 20:33                     ` Jarek Poplawski
2008-01-31 23:04                       ` Jarek Poplawski
2008-02-01  7:42                         ` Jarek Poplawski
2008-02-01  9:28                           ` Waskiewicz Jr, Peter P
2008-02-01 21:47                             ` Jarek Poplawski
2008-02-01  5:01                       ` Andi Kleen
2008-02-01  6:35                     ` Glen Turner
2008-02-01  6:46                       ` Patrick McHardy
2008-02-01  7:46                       ` Andi Kleen
2008-02-01  7:25                         ` Patrick McHardy
2008-02-01  9:37                           ` Waskiewicz Jr, Peter P
2008-02-01  9:56                             ` Patrick McHardy
2008-02-01 12:06                               ` jamal
2008-02-01 19:02                                 ` Waskiewicz Jr, Peter P
2008-02-01 22:56                                 ` Jarek Poplawski
2008-02-02  1:51                                   ` Waskiewicz Jr, Peter P
2008-02-02  5:20                                 ` Andi Kleen
2008-02-01 14:34                             ` Andi Kleen
2008-02-01 17:24                               ` Stephen Hemminger
2008-01-31 18:48                 ` Patrick McHardy
2008-02-02 22:57             ` Herbert Xu
2008-02-03  9:35               ` Andi Kleen
2008-01-31 18:26 ` Rick Jones
2008-01-31 19:03   ` Andi Kleen
2008-01-31 18:35     ` Rick Jones
2008-01-31 19:25       ` Andi Kleen
2008-01-31 19:14         ` Rick Jones
2008-02-01  1:04           ` Andy Furniss
2008-02-01  4:31           ` Andi Kleen
2008-02-02 22:59             ` Herbert Xu
2008-02-01 21:58     ` Rick Jones
2008-02-02  4:10       ` Andi Kleen

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=20080131092327.75b9c369@extreme \
    --to=shemminger@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --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 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.