virtio-net: enable mergeable receive buffers
authorMark McLoughlin <markmc@redhat.com>
Thu, 18 Jun 2009 10:31:07 +0000 (11:31 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Jun 2009 15:15:28 +0000 (10:15 -0500)
commit335ffcab2de3db57634a9fafc4873358ac75e8a4
treedf064ff7529778cbf12f0957e3aae2246ea876ab
parent4f73379bb9d3e2431831643613ee2ed68f41736b
virtio-net: enable mergeable receive buffers

When virtio-net was merged in from qemu-kvm.git, the VNET_HDR related
features were dropped from the code.

However, VIRTIO_NET_F_MRG_RXBUF appears to have accidentally been
dropped too. Re-instate that now.

Reported-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c