All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: "Fischer, Anna" <anna.fischer@hp.com>
Cc: Lukas Kolbe <l-lists@einfachkaffee.de>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: tun/tap and Vlans
Date: Wed, 20 May 2009 13:38:04 +0300	[thread overview]
Message-ID: <4A13DD8C.6090409@redhat.com> (raw)
In-Reply-To: <0199E0D51A61344794750DC57738F58E67D17F040B@GVW1118EXC.americas.hpqcorp.net>

Fischer, Anna wrote:
>> Subject: Re: tun/tap and Vlans
>>
>> Lukas Kolbe wrote:
>>     
>>>> Right, I guess you'd see this with a real switch as well?  Maybe
>>>>         
>> have
>>     
>>>> your guest send a packet out once in a while so the bridge can learn
>>>>         
>> its
>>     
>>>> MAC address (we do this after migration, for example).
>>>>
>>>>         
>>> Does this mean that it is not possible for having each tun device in
>>>       
>> a
>>     
>>> seperate bridge that serves a seperate Vlan? We have experienced a
>>> strange problem that we couldn't yet explain. Given this setup:
>>>
>>> Guest            Host
>>> kvm1 --- eth0 -+- bridge0 --- vlan1 \
>>>                |                     +-- eth0
>>> kvm2 -+- eth0 -/                     /
>>>       \- eth1 --- bridge1 --- vlan2 +
>>>
>>> When sending packets through kvm2/eth0, they appear on both bridges
>>>       
>> and
>>     
>>> also vlans, also when sending packets through kvm2/eth1. When the
>>>       
>> guest
>>     
>>> has only one interface, the packets only appear on one bridge and one
>>> vlan as it's supposed to be.
>>>
>>> Can this be worked around?
>>>
>>>       
>> This is strange.  Can you post the command line you used to start kvm2?
>>     
>
> This is exactly my scenario as well. 
>
> When QEMU sends packets through the tun interface coming from a VM then those will be passed to both tap devices of that VM. Simply because it doesn't know where to send the packet to. It just copies the buffer to the tap interface. The tap interface then eventually discards the packet if the MAC address doesn't match its own.
>
> What you would need is a 1:1 mapping, e.g. one tun interface per tap device. 
>   

There ougt to be a 1:1 mapping thought the vlan parameter.

-- 
error compiling committee.c: too many arguments to function


  reply	other threads:[~2009-05-20 10:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-12  0:28 Network I/O performance Fischer, Anna
2009-05-13  7:23 ` Avi Kivity
2009-05-13 15:56   ` Fischer, Anna
2009-05-17 21:14     ` Avi Kivity
2009-05-19  1:30       ` Herbert Xu
2009-05-19  4:53         ` Avi Kivity
2009-05-19  7:18       ` tun/tap and Vlans (was: Re: Network I/O performance) Lukas Kolbe
2009-05-19  7:45         ` tun/tap and Vlans Avi Kivity
2009-05-19 19:46           ` Lukas Kolbe
2009-05-20 10:25           ` Fischer, Anna
2009-05-20 10:38             ` Avi Kivity [this message]
2009-05-19 21:22       ` Does KVM suffer from ACK-compression as you increase the number of VMs? Andrew de Andrade
2009-05-20 10:15       ` Network I/O performance Fischer, Anna

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=4A13DD8C.6090409@redhat.com \
    --to=avi@redhat.com \
    --cc=anna.fischer@hp.com \
    --cc=kvm@vger.kernel.org \
    --cc=l-lists@einfachkaffee.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.