All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] make skb_checksum_setup generally available
@ 2014-01-09 10:02 Paul Durrant
  2014-01-09 10:02 ` [PATCH net-next v2 1/3] net: add skb_checksum_setup Paul Durrant
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Paul Durrant @ 2014-01-09 10:02 UTC (permalink / raw)
  To: netdev, xen-devel

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.

v2:
- Put skb_checksum_setup in skbuff.c rather than dev.c
- remove inline

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-01-14 22:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 10:02 [PATCH net-next v2 0/3] make skb_checksum_setup generally available Paul Durrant
2014-01-09 10:02 ` [PATCH net-next v2 1/3] net: add skb_checksum_setup Paul Durrant
2014-01-13 11:26   ` Paul Durrant
2014-01-13 13:40     ` Nicolas Dichtel
2014-01-13 13:40     ` Nicolas Dichtel
2014-01-13 11:26   ` Paul Durrant
2014-01-09 10:02 ` Paul Durrant
2014-01-09 10:02 ` [PATCH net-next v2 2/3] xen-netback: use new skb_checksum_setup function Paul Durrant
2014-01-09 10:02 ` Paul Durrant
2014-01-09 12:26   ` Wei Liu
2014-01-09 12:26   ` Wei Liu
2014-01-09 10:02 ` [PATCH net-next v2 3/3] xen-netfront: " Paul Durrant
2014-01-09 10:02 ` Paul Durrant
2014-01-13 19:27   ` David Miller
2014-01-14  9:33     ` Ian Campbell
2014-01-14  9:33     ` [Xen-devel] " Ian Campbell
2014-01-13 19:27   ` David Miller
2014-01-14 22:24 ` [PATCH net-next v2 0/3] make skb_checksum_setup generally available David Miller
2014-01-14 22:24 ` David Miller

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.