xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/3] unify netfront and netback checksum setup code
@ 2013-12-10 15:39 Paul Durrant
  2013-12-10 15:39 ` [RFC PATCH net-next 1/3] net: add skb checksum setup functions for TCP and UDP Paul Durrant
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paul Durrant @ 2013-12-10 15:39 UTC (permalink / raw)
  To: xen-devel

I'm posting this as RFC to xen-devel before going to netdev to get feedback.
In patch 1 I've basically taken the latest checksum setup code from netback,
with all the recent fixes, and pushed it into net/core/dev.c (which seems
like the right home for such code). Patch 2 and 3 then just modify netback
and netfront to use the new code.

Does this look like a reasonable approach? I think it would be good to make
the checksum setup code available to all network drivers. There's nothing
Xen specific about it.

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

end of thread, other threads:[~2013-12-12 12:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 15:39 [RFC PATCH net-next 0/3] unify netfront and netback checksum setup code Paul Durrant
2013-12-10 15:39 ` [RFC PATCH net-next 1/3] net: add skb checksum setup functions for TCP and UDP Paul Durrant
2013-12-12 12:48   ` Ian Campbell
2013-12-10 15:39 ` [RFC PATCH net-next 2/3] xen-netback: use new core skb_checksum_setup function Paul Durrant
2013-12-12 12:49   ` Ian Campbell
2013-12-10 15:39 ` [RFC PATCH net-next 3/3] xen-netfront: " Paul Durrant
2013-12-10 18:09 ` [RFC PATCH net-next 0/3] unify netfront and netback checksum setup code Wei Liu
2013-12-11 10:32   ` Paul Durrant
2013-12-12 12:50     ` Ian Campbell

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).