From: Stephen Rothwell <sfr@canb.auug.org.au>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
Alexander Duyck <alexander.h.duyck@intel.com>,
Eric Dumazet <eric.dumazet@gmail.com>,
Eli Cooper <elicooper@gmx.com>,
Lance Richardson <lrichard@redhat.com>,
Sven-Haegar Koch <haegar@sdinet.de>
Subject: Re: [net PATCH 0/2] Don't use lco_csum to compute IPv4 checksum
Date: Thu, 12 Jan 2017 10:19:29 +1100 [thread overview]
Message-ID: <20170112101929.66c575f0@canb.auug.org.au> (raw)
In-Reply-To: <20161129200708.3490344a@canb.auug.org.au>
Hi Dave,
On Tue, 29 Nov 2016 20:07:08 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Jeff,
>
> On Tue, 29 Nov 2016 10:43:04 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Mon, 28 Nov 2016 14:26:02 -0800 Jeff Kirsher <jeffrey.t.kirsher@intel.com> wrote:
> > >
> > > On Mon, 2016-11-28 at 10:42 -0500, Alexander Duyck wrote:
> > > > When I implemented the GSO partial support in the Intel drivers I was
> > > > using
> > > > lco_csum to compute the checksum that we needed to plug into the IPv4
> > > > checksum field in order to cancel out the data that was not a part of the
> > > > IPv4 header. However this didn't take into account that the transport
> > > > offset might be pointing to the inner transport header.
> > > >
> > > > Instead of using lco_csum I have just coded around it so that we can use
> > > > the outer IP header plus the IP header length to determine where we need
> > > > to
> > > > start our checksum and then just call csum_partial ourselves.
> > > >
> > > > This should fix the SIT issue reported on igb interfaces as well as
> > > > simliar
> > > > issues that would pop up on other Intel NICs.
> > > >
> > > > ---
> > > >
> > > > Alexander Duyck (2):
> > > > igb/igbvf: Don't use lco_csum to compute IPv4 checksum
> > > > ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksum
> > >
> > > Stephen, I have applied Alex's patches to my net-queue tree. Can you
> > > confirm they resolve the bug seen?
> >
> > Its a bit tricky because the origin problem only happens on my
> > production server (ozlabs.org), but I will see if I can manage to just
> > remove and reload the driver ... though, the server is running a 4.7.8
> > kernel and I am wondering how well these patches will apply?
>
> We have a winner! This fixes my problem, so I can run at full speed
> with gso and tso enabled in the sit interface and tx-gso-partial
> enabled on the underlying ethernet.
>
> Thanks to everyone for diagnosis and solution.
>
> It would be nice if this fix went into the stable kernels as well so it
> will turn up in the distro kernels eventually.
It looks like these 2 commits:
516165a1e2f2 igb/igbvf: Don't use lco_csum to compute IPv4 checksum
c54cdc316dbd ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksum
have not been sent to stable. They fix a bug introduced in v4.7-rc1
and so need to go into 4.7 and 4.8 stable trees.
--
Cheers,
Stephen Rothwell
next prev parent reply other threads:[~2017-01-11 23:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-28 15:42 [net PATCH 0/2] Don't use lco_csum to compute IPv4 checksum Alexander Duyck
2016-11-28 15:42 ` [net PATCH 1/2] igb/igbvf: " Alexander Duyck
2016-11-28 15:42 ` [net PATCH 2/2] ixgbe/ixgbevf: " Alexander Duyck
2016-11-28 22:26 ` [net PATCH 0/2] " Jeff Kirsher
2016-11-28 23:43 ` Stephen Rothwell
2016-11-29 9:07 ` Stephen Rothwell
2017-01-11 23:19 ` Stephen Rothwell [this message]
2016-11-30 14:47 ` David Miller
2016-11-30 21:15 ` Jeff Kirsher
2016-12-01 20:41 ` David Miller
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=20170112101929.66c575f0@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=alexander.h.duyck@intel.com \
--cc=davem@davemloft.net \
--cc=elicooper@gmx.com \
--cc=eric.dumazet@gmail.com \
--cc=haegar@sdinet.de \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jeffrey.t.kirsher@intel.com \
--cc=lrichard@redhat.com \
--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;
as well as URLs for NNTP newsgroup(s).