qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] virtio-net: Filter cleanup/improvements


From: Alex Williamson
Subject: [Qemu-devel] [PATCH 0/7] virtio-net: Filter cleanup/improvements
Date: Fri, 05 Jun 2009 14:46:47 -0600
User-agent: StGIT/0.14.2

This series cleans up a few things around packet filtering.  I've probably
gone a little overboard on breaking up patches, if we want to avoid bumping
the save version_id so much, these could be mostly lumped together.  The
main features here are more efficient handling of the filtering between
unicast and multicast, better overflow tracking, adding more RX modes,
and increasing the size of the filter table and control queue depth.

I took the reserved version_id 7 for vnet header support into consideration
on the first patch.  I think we should be able to safely add the guts later
with the placeholder.  If there are other RX mode controls we should add,
let me know, now would be a good time to round out any other flags we can
think of.  Thanks,

Alex

---

Alex Williamson (7):
      virtio-net: Increase filter and control limits
      virtio-net: Add new RX filter controls
      virtio-net: MAC filter optimization
      virtio-net: Fix MAC filter overflow handling
      virtio-net: reorganize receive_filter()
      virtio-net: Use a byte to store RX mode flags
      virtio-net: Add version_id 7 placeholder for vnet header support


 hw/virtio-net.c |  133 +++++++++++++++++++++++++++++++++++++++++++++----------
 hw/virtio-net.h |   14 ++++--
 2 files changed, 118 insertions(+), 29 deletions(-)

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]