* Any progress on horrible IPoIB perf with kernel 4.5+?
@ 2016-07-06 17:09 Roland Dreier
[not found] ` <CAL1RGDXC7JsBN_DS_iqiywKP3GikgAgXm3OK-cZ02tmVctQJQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Roland Dreier @ 2016-07-06 17:09 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Doug Ledford, Konstantin Khlebnikov
Hi,
https://bugzilla.kernel.org/show_bug.cgi?id=111921 describes a
performance regression introduced by commit 9207f9d45b0a ("net:
preserve IP control block during GSO segmentation"). I've recently
run into this when updating my system, since that commit hit stable
kernel 4.4.y — in my case I noticed because scp over an IPoIB link
went from ~200 MB/sec down to below 1 MB/sec. I confirmed that
reverting that change did fix my performance.
Obviously just reverting that commit isn't the right answer, since I
believe the patch description that says the commit fixes a crash.
However before I start working on this myself, I want to make sure I'm
not duplicating anyone else's work. Doug, you mentioned having time
to work on it back in May — did you figure anything out? Or is anyone
else investigating this?
Thanks,
Roland
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <CAL1RGDXC7JsBN_DS_iqiywKP3GikgAgXm3OK-cZ02tmVctQJQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Any progress on horrible IPoIB perf with kernel 4.5+? [not found] ` <CAL1RGDXC7JsBN_DS_iqiywKP3GikgAgXm3OK-cZ02tmVctQJQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2016-07-06 17:46 ` Yuval Shaia 2016-07-12 14:25 ` Doug Ledford 1 sibling, 0 replies; 3+ messages in thread From: Yuval Shaia @ 2016-07-06 17:46 UTC (permalink / raw) To: Roland Dreier, Haakon Bugge Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Doug Ledford, Konstantin Khlebnikov On Wed, Jul 06, 2016 at 10:09:51AM -0700, Roland Dreier wrote: > Hi, > > https://bugzilla.kernel.org/show_bug.cgi?id=111921 describes a > performance regression introduced by commit 9207f9d45b0a ("net: > preserve IP control block during GSO segmentation"). I've recently > run into this when updating my system, since that commit hit stable > kernel 4.4.y — in my case I noticed because scp over an IPoIB link > went from ~200 MB/sec down to below 1 MB/sec. I confirmed that > reverting that change did fix my performance. Same for us. > > Obviously just reverting that commit isn't the right answer, since I > believe the patch description that says the commit fixes a crash. > However before I start working on this myself, I want to make sure I'm > not duplicating anyone else's work. Doug, you mentioned having time > to work on it back in May — did you figure anything out? Or is anyone > else investigating this? Adding Haakon which as far as i recall has some insights. > > Thanks, > Roland > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Any progress on horrible IPoIB perf with kernel 4.5+? [not found] ` <CAL1RGDXC7JsBN_DS_iqiywKP3GikgAgXm3OK-cZ02tmVctQJQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2016-07-06 17:46 ` Yuval Shaia @ 2016-07-12 14:25 ` Doug Ledford 1 sibling, 0 replies; 3+ messages in thread From: Doug Ledford @ 2016-07-12 14:25 UTC (permalink / raw) To: Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Konstantin Khlebnikov [-- Attachment #1.1: Type: text/plain, Size: 1402 bytes --] On 7/6/2016 1:09 PM, Roland Dreier wrote: > Hi, > > https://bugzilla.kernel.org/show_bug.cgi?id=111921 describes a > performance regression introduced by commit 9207f9d45b0a ("net: > preserve IP control block during GSO segmentation"). I've recently > run into this when updating my system, since that commit hit stable > kernel 4.4.y — in my case I noticed because scp over an IPoIB link > went from ~200 MB/sec down to below 1 MB/sec. I confirmed that > reverting that change did fix my performance. > > Obviously just reverting that commit isn't the right answer, since I > believe the patch description that says the commit fixes a crash. > However before I start working on this myself, I want to make sure I'm > not duplicating anyone else's work. Doug, you mentioned having time > to work on it back in May — did you figure anything out? Or is anyone > else investigating this? > > Thanks, > Roland > I *just* came back from PTO. I'm still working through my email (where I saw your writeup of this issue). I didn't get very far with the issue back in May, but that's because I didn't have a lot of the background information you supplied in the other thread and didn't have the time to dig it out on my own. I could probably make some progress now. -- Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> GPG Key ID: 0E572FDD [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 884 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-12 14:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 17:09 Any progress on horrible IPoIB perf with kernel 4.5+? Roland Dreier
[not found] ` <CAL1RGDXC7JsBN_DS_iqiywKP3GikgAgXm3OK-cZ02tmVctQJQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-06 17:46 ` Yuval Shaia
2016-07-12 14:25 ` Doug Ledford
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox