]> git.proxmox.com Git - mirror_qemu.git/commit - net/netmap.c
net: add offloading support to netmap backend
authorVincenzo Maffione <v.maffione@gmail.com>
Thu, 6 Feb 2014 16:02:20 +0000 (17:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 25 Feb 2014 10:50:17 +0000 (11:50 +0100)
commitf6c65bfb93fd90f69a11fd1db1e7b2cebb056b01
tree38668a0d243db4a94cb6b4ab8abafc4835748cf2
parent3bac80d31af9d38d02e80d1541a1ea8e70067bad
net: add offloading support to netmap backend

Whit this patch, the netmap backend supports TSO/UFO/CSUM
offloadings, and accepts the virtio-net header, similarly to what
happens with TAP. The offloading callbacks in the NetClientInfo
interface have been implemented.

Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/netmap.c