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

2014-06-13 Thread Ben Pfaff
OK, thanks! I didn't realize that I was reviewing an old version; I'm glad that I didn't look deeper, then. On Fri, Jun 13, 2014 at 09:14:50AM -0700, Daniele Di Proietto wrote: > I posted a v4 few days later, but since I need to apply this change > I?ll post a v5 as soon as possible. > > Daniele

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

2014-06-13 Thread Daniele Di Proietto
Thanks for the suggestions Ben. I posted a v4 few days later, but since I need to apply this change I’ll post a v5 as soon as possible. Daniele On Jun 13, 2014, at 9:10 AM, Ben Pfaff wrote: > On Fri, Jun 06, 2014 at 05:13:14PM -0700, Daniele Di Proietto wrote: >> The netdev_send function has

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

2014-06-13 Thread Ben Pfaff
On Fri, Jun 06, 2014 at 05:13:14PM -0700, 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. > > Si

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

2014-06-06 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