Re: [ovs-dev] [PATCH] netdev-provider: fix comments for netdev_rxq_recv

2016-07-28 Thread Flavio Leitner
On Tue, Jul 26, 2016 at 02:19:17PM +0100, Mark Kavanagh wrote: > Commit 64839cf43 applies batch objects to netdev-providers, but > some comments were not updated accordingly. Fix these: >- replace 'pkts' with 'batch' >- replace '*cnt' with 'batch->count' >- replace MAX_RX_BATCH with

Re: [ovs-dev] [PATCH] netdev-provider: fix comments for netdev_rxq_recv

2016-07-26 Thread William Tu
Sorry, this should be Acked-by: William Tu On Tue, Jul 26, 2016 at 8:32 AM, William Tu wrote: > Hi Mark, > > Thanks for fixing them! looks good to me. > > Signed-off-by: William Tu > > > > On Tue, Jul 26, 2016 at 6:19 AM, Mark

Re: [ovs-dev] [PATCH] netdev-provider: fix comments for netdev_rxq_recv

2016-07-26 Thread William Tu
Hi Mark, Thanks for fixing them! looks good to me. Signed-off-by: William Tu On Tue, Jul 26, 2016 at 6:19 AM, Mark Kavanagh wrote: > Commit 64839cf43 applies batch objects to netdev-providers, but > some comments were not updated accordingly.

[ovs-dev] [PATCH] netdev-provider: fix comments for netdev_rxq_recv

2016-07-26 Thread Mark Kavanagh
Commit 64839cf43 applies batch objects to netdev-providers, but some comments were not updated accordingly. Fix these: - replace 'pkts' with 'batch' - replace '*cnt' with 'batch->count' - replace MAX_RX_BATCH with NETDEV_MAX_BURST - remove superfluous whitespace Signed-off-by: Mark