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

2014-06-20 Thread Pravin Shelar
On Fri, Jun 13, 2014 at 5:00 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 v5 2/3] netdev: netdev_send accepts multiple packets

2014-06-13 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 | 4 +- lib/netdev-b