From: Paul Durrant <paul.durrant@citrix.com>
To: <netdev@vger.kernel.org>, <xen-devel@lists.xen.org>
Subject: [PATCH net-next 0/3] make skb_checksum_setup generally available
Date: Wed, 8 Jan 2014 13:58:28 +0000 [thread overview]
Message-ID: <1389189511-14568-1-git-send-email-paul.durrant@citrix.com> (raw)
Both xen-netfront and xen-netback need to be able to set up the partial
checksum offset of an skb and may also need to recalculate the pseudo-
header checksum in the process. This functionality is currently private
and duplicated between the two drivers.
Patch #1 of this series moves the implementation into the core network code
as there is nothing xen-specific about it and it is potentially useful to
any network driver.
Patch #2 removes the private implementation from netback.
Patch #3 removes the private implementation from netfront.
next reply other threads:[~2014-01-08 13:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 13:58 Paul Durrant [this message]
2014-01-08 13:58 ` [PATCH net-next 1/3] net: add skb_checksum_setup Paul Durrant
2014-01-08 22:43 ` Eric Dumazet
2014-01-09 9:22 ` Paul Durrant
2014-01-08 13:58 ` [PATCH net-next 2/3] xen-netback: use new skb_checksum_setup function Paul Durrant
2014-01-08 13:58 ` [PATCH net-next 3/3] xen-netfront: " Paul Durrant
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=1389189511-14568-1-git-send-email-paul.durrant@citrix.com \
--to=paul.durrant@citrix.com \
--cc=netdev@vger.kernel.org \
--cc=xen-devel@lists.xen.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).