From: "Jan Beulich" <JBeulich@suse.com>
To: "Venkat Venkatsubra" <venkat.x.venkatsubra@oracle.com>
Cc: <david.vrabel@citrix.com>, <ian.campbell@citrix.com>,
<wei.liu2@citrix.com>, <xen-devel@lists.xenproject.org>,
"Boris Ostrovsky" <boris.ostrovsky@oracle.com>,
"Konrad Wilk" <konrad.wilk@oracle.com>, <netdev@vger.kernel.org>
Subject: Re: [Xen-devel] xen-netfront sets partial checksum at wrong offset
Date: Fri, 29 May 2015 11:34:07 +0100 [thread overview]
Message-ID: <55685CBF020000780007EEF8@mail.emea.novell.com> (raw)
In-Reply-To: <3a08e270-3a70-417b-9ab8-439c7cdc1eb2@default>
>>> On 11.05.15 at 19:25, <venkat.x.venkatsubra@oracle.com> wrote:
>>
>> Please CC the maintainers of the driver. You can get that from
>> 'scripts/get_maintainer.pl'
>>
>> I've done that for you.
>
> Thanks, Konrad.
>
> I am copying Wei too who had fixed the below problem earlier.
> It fixed the incorrect ip_hdr(). tcp_hdr() still needs to fixed.
>
> commit d554f73df6bc35ac8f6a65e5560bf1d31dfebed9
> Author: Wei Liu <wei.liu2@citrix.com>
> Date: Wed Feb 19 18:48:34 2014 +0000
>
> xen-netfront: reset skb network header before checksum
So no response at all so far from the maintainers made me look into
this: I first thought what we need would be calls to
skb_probe_transport_header() in skb_checksum_setup_ip() after
each of the skb_maybe_pull_tail() functions. But
skb_partial_csum_set() already calls skb_set_transport_header(),
so I now think things ought to be fine without any change. Can
you clarify what you think is missing? Or is this an issue in just the
old (3.8.x) kernel you're using?
(In either case netback's xenvif_tx_submit() calling
skb_probe_transport_header() would seem pointless, as
skb_checksum_setup() - with or without a fix - ought to be taking
care of this anyway.)
Jan
next prev parent reply other threads:[~2015-05-29 10:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-07 19:44 xen-netfront sets partial checksum at wrong offset Venkat Venkatsubra
2015-05-11 15:08 ` [Xen-devel] " Konrad Rzeszutek Wilk
2015-05-11 17:25 ` Venkat Venkatsubra
2015-05-29 10:34 ` Jan Beulich [this message]
2015-05-29 10:39 ` Wei Liu
2015-05-29 10:50 ` Jan Beulich
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=55685CBF020000780007EEF8@mail.emea.novell.com \
--to=jbeulich@suse.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=konrad.wilk@oracle.com \
--cc=netdev@vger.kernel.org \
--cc=venkat.x.venkatsubra@oracle.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.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).