[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D5C1322C3E673F459512FB59E0DDC32904737A40@orsmsx414.amr.corp.intel.com>
Date: Fri, 1 Feb 2008 01:28:15 -0800
From: "Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>
To: "Jarek Poplawski" <jarkao2@...il.com>,
"Andi Kleen" <andi@...stfloor.org>
Cc: "Patrick McHardy" <kaber@...sh.net>,
"Stephen Hemminger" <shemminger@...ux-foundation.org>,
<netdev@...r.kernel.org>
Subject: RE: [PATCH] Disable TSO for non standard qdiscs
> ...But, on the other hand, in this case the realization seems to be
> wrong: probably still all locally created packets will be
> treated the same - or I miss something?
>
> Jarek P.
The TCP layer will generate TSO packets based on the kernel socket
features associated with the flow. So if you have two devices, one
supporting TSO, the other not, then the flows associated with the
non-TSO device will not have their packets built for TSO. This has no
bearing on the device supporting TSO, which its feature flags will
propogate into the kernel socket for that flow, and cause any TCP flows
to that device to be TSO packets. So in a nutshell, disabling TSO is on
a per-device level, not a global switch.
-PJ Waskiewicz
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists