netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Open vSwitch zerocopy upcall
@ 2013-05-24 14:52 Thomas Graf
  2013-05-24 14:52 ` [PATCH net-next 1/2] net: Export skb_zerocopy() to zerocopy from one skb to another Thomas Graf
  2013-05-24 14:52 ` [PATCH net-next 2/2] openvswitch: Use zerocopy if applicable when performing the upcall Thomas Graf
  0 siblings, 2 replies; 21+ messages in thread
From: Thomas Graf @ 2013-05-24 14:52 UTC (permalink / raw)
  To: netdev, jesse; +Cc: dev, eric.dumazet

Posting this to netdev due to dependency on first patch.

Thomas Graf (2):
  net: Export skb_zerocopy() to zerocopy from one skb to another
  openvswitch: Use zerocopy if applicable when performing the upcall

 include/linux/skbuff.h               |  2 ++
 net/core/skbuff.c                    | 46 +++++++++++++++++++++++++++++++++++
 net/netfilter/nfnetlink_queue_core.c | 47 +-----------------------------------
 net/openvswitch/datapath.c           | 38 ++++++++++++++++++++++++-----
 4 files changed, 81 insertions(+), 52 deletions(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [PATCH net-next 0/2 v2] Open vSwitch zerocopy upcall
@ 2013-07-25 12:43 Thomas Graf
  2013-07-25 12:43 ` [PATCH net-next 1/2] net: Export skb_zerocopy() to zerocopy from one skb to another Thomas Graf
  0 siblings, 1 reply; 21+ messages in thread
From: Thomas Graf @ 2013-07-25 12:43 UTC (permalink / raw)
  To: davem, jesse; +Cc: netdev, dev, eric.dumazet

Respin of the zerocopy patches for the openvswitch upcall.

V2: - Added skb_zerocopy_headlen() to calculate headroom of destination
      buffer. This also takes care of the from->head_frag issue.
    - Attribute alignment for frag_list case
    - API documentation
    - performance data for CHECKSUM_PARTIAL tx case

Thomas Graf (2):
  net: Export skb_zerocopy() to zerocopy from one skb to another
  openvswitch: Use skb_zerocopy() to prepare skb for upcall

 include/linux/skbuff.h               |  3 ++
 net/core/skbuff.c                    | 85 ++++++++++++++++++++++++++++++++++++
 net/netfilter/nfnetlink_queue_core.c | 59 ++-----------------------
 net/openvswitch/datapath.c           | 47 +++++++++++++++++---
 4 files changed, 133 insertions(+), 61 deletions(-)

-- 
1.8.3.1

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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 14:52 [PATCH net-next 0/2] Open vSwitch zerocopy upcall Thomas Graf
2013-05-24 14:52 ` [PATCH net-next 1/2] net: Export skb_zerocopy() to zerocopy from one skb to another Thomas Graf
2013-05-24 15:31   ` Eric Dumazet
2013-05-24 16:01     ` Thomas Graf
2013-05-24 14:52 ` [PATCH net-next 2/2] openvswitch: Use zerocopy if applicable when performing the upcall Thomas Graf
2013-05-24 17:24   ` Jesse Gross
2013-05-24 18:58     ` Eric Dumazet
2013-05-24 21:23       ` Jesse Gross
2013-05-24 21:57         ` Eric Dumazet
2013-05-24 22:18           ` Jesse Gross
2013-05-24 22:34             ` Eric Dumazet
2013-05-25  0:08               ` Jesse Gross
2013-05-25  0:32                 ` Eric Dumazet
2013-05-25  7:02             ` Thomas Graf
2013-05-25 14:39               ` Eric Dumazet
2013-05-27  1:28                 ` Jesse Gross
2013-06-07 12:21                   ` Thomas Graf
2013-06-10 20:34                     ` Jesse Gross
2013-06-10 20:43                       ` David Miller
2013-06-10 20:55                         ` Jesse Gross
2013-07-25 12:43 [PATCH net-next 0/2 v2] Open vSwitch zerocopy upcall Thomas Graf
2013-07-25 12:43 ` [PATCH net-next 1/2] net: Export skb_zerocopy() to zerocopy from one skb to another Thomas Graf

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