Changes from v2:

introduce struct dpif_packet for storing non-shared packet metadata

Daniele Di Proietto (3):
  dpif-netdev: use dpif_packet structure for packets
  netdev: netdev_send accepts multiple packets
  dpif-netdev: batch packet processing

 lib/dpif-netdev.c            | 350 ++++++++++++++++++++++++++++++++-----------
 lib/dpif.c                   |  10 +-
 lib/netdev-bsd.c             |  65 ++++----
 lib/netdev-dpdk.c            | 169 +++++++++++++--------
 lib/netdev-dummy.c           |  76 ++++++----
 lib/netdev-linux.c           |  57 ++++---
 lib/netdev-provider.h        |  20 ++-
 lib/netdev.c                 |  19 ++-
 lib/netdev.h                 |   7 +-
 lib/odp-execute.c            | 113 ++++++++++----
 lib/odp-execute.h            |  12 +-
 lib/ofpbuf.h                 |  77 ++++++++++
 ofproto/ofproto-dpif-xlate.c |  12 +-
 13 files changed, 694 insertions(+), 293 deletions(-)

-- 
2.0.0.rc2

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to