Re: [ovs-dev] [PATCH v7 2/3] netdev: netdev_send accepts multiple packets

2014-06-23 Thread Pravin Shelar
On Sun, Jun 22, 2014 at 5:30 PM, Daniele Di Proietto wrote: > The netdev_send function has been modified to accept multiple packets, to > allow netdev providers to amortize locking and queuing costs. > This is especially true for netdev-dpdk. > > Later commits exploit the new API. > > Signed-off-b

[ovs-dev] [PATCH v7 2/3] netdev: netdev_send accepts multiple packets

2014-06-22 Thread Daniele Di Proietto
The netdev_send function has been modified to accept multiple packets, to allow netdev providers to amortize locking and queuing costs. This is especially true for netdev-dpdk. Later commits exploit the new API. Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c | 2 +- lib/netdev-b