qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: kvm <kvm@vger.kernel.org>, qemu-devel <qemu-devel@nongnu.org>
Cc: Mark McLoughlin <markmc@redhat.com>
Subject: [Qemu-devel] [PATCH 0/5][RFC] virtio-net: MAC filtering
Date: Wed, 07 Jan 2009 10:37:32 -0700	[thread overview]
Message-ID: <1231349852.7109.79.camel@lappy> (raw)

This series is based on some of the work Mark McLoughlin has been doing,
so isn't going to apply until that makes it into the tree.  The goal is
to enable MAC filtering at the qemu/kvm level for virtio-net packets.  I
start by adding the capability to set the MAC address, naming the bits
in the status field, enabling filtering, and finally adding a MAC table
for additional MAC addresses.  If this looks reasonable, I'll follow up
with VLAN filtering support.

A concern here is the growing size of the virtio-net I/O port space
config.  This series brings it up to 256 bytes with PCI resource
rounding.  The VLAN filter bitmap would increase that by another 512
bytes, making it 1kB and limiting us to something less than 64 such
devices per guest.  Is anyone worried?  Should filter tables live in
MMIO space for virtio devices?  I'll send out the guest side patches for
virtio-net in a separate thread.  Thanks,

Alex

-- 
Alex Williamson                             HP Open Source & Linux Org.

             reply	other threads:[~2009-01-07 17:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-07 17:37 Alex Williamson [this message]
2009-01-09 19:27 ` [Qemu-devel] [PATCH 0/5][RFC] virtio-net: MAC filtering Paul Brook
2009-01-09 19:37   ` Avi Kivity
2009-01-09 19:41   ` Anthony Liguori
2009-01-09 19:56     ` Paul Brook
2009-01-09 20:00       ` Anthony Liguori
2009-01-11  8:32     ` Avi Kivity
2009-01-13 21:23 ` [Qemu-devel] [PATCH 0/5] " Alex Williamson
2009-01-13 21:54   ` [Qemu-devel] " Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1231349852.7109.79.camel@lappy \
    --to=alex.williamson@hp.com \
    --cc=kvm@vger.kernel.org \
    --cc=markmc@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).