]> git.proxmox.com Git - mirror_qemu.git/commit
net: netmap: simplify netmap_receive()
authorVincenzo Maffione <v.maffione@gmail.com>
Thu, 6 Dec 2018 16:59:06 +0000 (17:59 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 5 Mar 2019 03:27:40 +0000 (11:27 +0800)
commitc7cbb6b48fc2dbfeeb4c126ee4b909220a418fb0
treed3fe84679988019fb59da870da44d998112ecf66
parentcc599ed6d46250b2178eca1a06a4602acd83b706
net: netmap: simplify netmap_receive()

Improve code reuse by implementing netmap_receive() with a call
to netmap_receive_iov().

Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/netmap.c