commit | f6c65bfb93fd90f69a11fd1db1e7b2cebb056b01 | [log] [tgz] |
---|---|---|
author | Vincenzo Maffione <v.maffione@gmail.com> | Thu Feb 06 17:02:20 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Feb 25 11:50:17 2014 +0100 |
tree | 38668a0d243db4a94cb6b4ab8abafc4835748cf2 | |
parent | 3bac80d31af9d38d02e80d1541a1ea8e70067bad [diff] |
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>