dpif-netdev: batch packet processing
authorDaniele Di Proietto <ddiproietto@vmware.com>
Mon, 23 Jun 2014 18:43:59 +0000 (11:43 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 23 Jun 2014 21:41:15 +0000 (14:41 -0700)
commit8cbf4f479b6f31becc48c9f0247e8783036ac805
tree3e4f91cc13d526e9c842db7e03d5e775755be1a0
parentf4fd623c4c253be8d4020771b65a4b3d13c86ae8
dpif-netdev: batch packet processing

This change in dpif-netdev allows faster packet processing for devices which
implement batching (netdev-dpdk currently).

Signed-off-by: Daniele Di Proietto <ddiproietto@vmware.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
lib/dpif-netdev.c
lib/dpif.c
lib/odp-execute.c
lib/odp-execute.h
lib/packet-dpif.c
lib/packet-dpif.h
ofproto/ofproto-dpif-xlate.c