commit | f10c592e8d35e59a11cf7af1484ab1051acc3ef6 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@hp.com> | Fri Jun 05 14:46:57 2009 -0600 |
committer | Mark McLoughlin <markmc@redhat.com> | Tue Jun 09 11:38:50 2009 +0100 |
tree | 73028418320e015ef24038cc8e67342559fdee59 | |
parent | 6c042c16fc2453e147e8aed66510820302f50702 [diff] |
virtio-net: Use a byte to store RX mode flags There's no need to save 4 bytes for promisc and allmulti. Use one byte each just to avoid the overhead of a bitmap. Signed-off-by: Alex Williamson <alex.williamson@hp.com> Signed-off-by: Mark McLoughlin <markmc@redhat.com>