commit | bbe2f399b222f1f2fcf5cd2ea78e4f5c9a66c64e | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@hp.com> | Fri Jun 05 14:47:02 2009 -0600 |
committer | Mark McLoughlin <markmc@redhat.com> | Tue Jun 09 11:38:50 2009 +0100 |
tree | 990edb89cb7d8f94089cf1e13aa369c76c9050f5 | |
parent | f10c592e8d35e59a11cf7af1484ab1051acc3ef6 [diff] |
virtio-net: reorganize receive_filter() Reorganize receive_filter to better handle the split between unicast and multicast filtering. This allows us to skip the broadcast check on unicast packets and leads to more opportunities for optimization. Signed-off-by: Alex Williamson <alex.williamson@hp.com> Signed-off-by: Mark McLoughlin <markmc@redhat.com>