net: add offloading support to netmap backend
commitf6c65bfb93fd90f69a11fd1db1e7b2cebb056b01
authorVincenzo Maffione <v.maffione@gmail.com>
Thu, 6 Feb 2014 16:02:20 +0000 (6 17:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 25 Feb 2014 10:50:17 +0000 (25 11:50 +0100)
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