OSDN Git Service

net: add tap_set_offload()
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:46 +0000 (17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:02 +0000 (12:29 -0500)
commitb1c28b464d5f21805d322b67f008e114a484146d
treef98e91c65646c31c3096cca5c6870c922e43dfc7
parent3a330134b3effa3494051763b38f12a24715d53a
net: add tap_set_offload()

This API allows virtio-net to enable various offload features on a
tap interface - e.g. to tell the host kernel it can pass up partial
checksums to userspace.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
net.h
tap-linux.h