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