virtio-net: Increase filter and control limits
authorAlex Williamson <alex.williamson@hp.com>
Fri, 5 Jun 2009 20:47:23 +0000 (14:47 -0600)
committerMark McLoughlin <markmc@redhat.com>
Tue, 9 Jun 2009 10:38:50 +0000 (11:38 +0100)
commit6f6a1c5e306a6405c488d7d9b138d41e14333dc6
tree64e6a570ffffce1154c1a60cef8dbcde618b6fbc
parent3f3a43162f0e7eefb612722c372c5517e06388ad
virtio-net: Increase filter and control limits

Increase the size of the perfect filter table and control queue depth.
This should give us more headroom in the MAC filter and is known to be
needed by at least one guest user.  Increasing the control queue depth
allows a guest to feed several commands back to back if they so desire
rather than using the send and wait approach Linux uses.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
hw/virtio-net.c