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