From: Ian Campbell <Ian.Campbell@eu.citrix.com>
To: David Miller <davem@davemloft.net>
Cc: "jeremy@goop.org" <jeremy@goop.org>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH 2/2] xen: netfront: Drop GSO SKBs which do not have csum_blank.
Date: Wed, 26 Jan 2011 11:56:21 +0000 [thread overview]
Message-ID: <1296042981.14780.6813.camel@zakaz.uk.xensource.com> (raw)
In-Reply-To: <20110125.194405.226769333.davem@davemloft.net>
On Wed, 2011-01-26 at 03:44 +0000, David Miller wrote:
> From: Ian Campbell <ian.campbell@citrix.com>
> Date: Tue, 25 Jan 2011 17:10:00 +0000
>
> > The Linux network stack expects all GSO SKBs to have ip_summed ==
> > CHECKSUM_PARTIAL (which implies that the frame contains a partial
> > checksum) and the Xen network ring protocol similarly expects an SKB
> > which has GSO set to also have NETRX_csum_blank (which also implies a
> > partial checksum). Therefore drop such frames on receive otherwise
> > they will trigger the warning in skb_gso_segment.
> >
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
>
> The GSO code does in fact warn in the logs about this situation, but
> it _DOES NOT_ drop the packet. Therefore, either you guys should do
> the same or we should make the generic code drop too.
Ah, yes. I misread the handling of an error from pskb_expand_head() in
skb_gso_segment() and thought it was a more general error return
covering the entire case.
> I think the generic code is doing the right thing, therefore what you
> should probably do is put the checksum of the SKB into the right state
> when you detect this situation (and perhaps bump a ethtool driver
> local statistic which specifically tracks this exact event).
Yes, I think this is a good idea. I'll come up with a patch which does
this.
> Or, even better, you should fix whatever causes this in the first
> place.
Sure, that has already been done but the proper fix is in another guest,
with a secondary robustness fix in netback (similar to this one, so I'll
take your advice from above on board in that context too).
The intention here was to be robust in the face of unfixed guests
sharing the same host or future netback bugs etc.
> Dropping frames ought to be the last option, stuff like this is
> impossible to debug if someone starts wondering why they are getting
> frame drops.
>
> You don't even account for this in a unique statistic somewhere, so
> people can figure out the actual spcific _reason_ for the drop. They
> will just see "rx_error" and scratch their heads.
>
> Anyways, I think dropping is fundamentally wrong, so I'm not applying
> this.
You've convinced me too, thanks for the feedback.
Thanks,
Ian.
next prev parent reply other threads:[~2011-01-26 11:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-05 13:23 [PATCH] xen: netfront: Drop GSO SKBs which do not have csum_blank Ian Campbell
2011-01-11 11:46 ` Ian Campbell
2011-01-22 0:58 ` Jeremy Fitzhardinge
2011-01-22 9:43 ` Ian Campbell
2011-01-24 17:55 ` Jeremy Fitzhardinge
2011-01-25 17:09 ` Ian Campbell
2011-01-25 17:09 ` [PATCH 1/2] xen: netfront: refactor code for checking validity of incoming skbs Ian Campbell
2011-01-25 17:09 ` Ian Campbell
2011-01-25 17:10 ` [PATCH 2/2] xen: netfront: Drop GSO SKBs which do not have csum_blank Ian Campbell
2011-01-25 17:10 ` Ian Campbell
2011-01-26 3:44 ` David Miller
2011-01-26 11:56 ` Ian Campbell [this message]
2011-01-27 14:14 ` [PATCH] xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIAL Ian Campbell
2011-01-27 14:14 ` Ian Campbell
2011-01-27 22:23 ` 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=1296042981.14780.6813.camel@zakaz.uk.xensource.com \
--to=ian.campbell@eu.citrix.com \
--cc=davem@davemloft.net \
--cc=jeremy@goop.org \
--cc=netdev@vger.kernel.org \
--cc=xen-devel@lists.xensource.com \
/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.