qemu-e2k/include/net
Stefan Hajnoczi d6085e3ace net: remove implicit peer from offload API
The virtio_net offload APIs are used on the NIC's peer (i.e. the tap
device).  The API was defined to implicitly use nc->peer, saving the
caller the trouble.

This wasn't ideal because:
1. There are callers who have the peer but not the NIC.  Currently they
   are forced to bypass the API and access peer->info->... directly.
2. The rest of the net.h API uses nc, not nc->peer, so it is
   inconsistent.

This patch pushes nc->peer back up to callers.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-02-25 14:31:05 +01:00
..
checksum.h net: declare struct iovec in checksum.h to fix compiler warning 2014-02-15 16:10:25 +04:00
eth.h net: disallow to specify multicast MAC address 2013-11-08 17:32:34 +01:00
net.h net: remove implicit peer from offload API 2014-02-25 14:31:05 +01:00
queue.h net: reorganize headers 2012-12-19 08:31:29 +01:00
slirp.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
tap.h net: make tap offloading callbacks static 2014-02-25 11:50:17 +01:00
vhost_net.h hw: move headers to include/ 2013-04-08 18:13:10 +02:00