]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-provider: fix comments for netdev_rxq_recv
authorMark Kavanagh <mark.b.kavanagh@intel.com>
Tue, 26 Jul 2016 13:19:17 +0000 (14:19 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Wed, 27 Jul 2016 23:16:05 +0000 (16:16 -0700)
commitc90e4d9c956521b47e836aebb94df2a8b9c88ae5
treefb4ed6791693887f1bee99743dc6c019c648d931
parent9b2cc0c35c88bd850933cec7c38a5bb4d6e2a91b
netdev-provider: fix comments for netdev_rxq_recv

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 Kavanagh <mark.b.kavanagh@intel.com>
Acked-by: William Tu <u9012063@gmail.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
lib/netdev-provider.h
lib/netdev.c