public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
@ 2008-02-01 14:30 SourceForge.net
       [not found] ` <E1JKwut-0001Kh-RT-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: SourceForge.net @ 2008-02-01 14:30 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Bugs item #1884444, was opened at 2008-02-01 15:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alain Knaff (alain_knaff)
Assigned to: Nobody/Anonymous (nobody)
Summary: Virtual network (set up via TCP socket) dog slow, but vde ok

Initial Comment:
I've got two kvm virtual machines that I connect to gether via a virtual network:

1. A samba server (Kubuntu 7.10), whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:00:01 -net socket,vlan=1,listen=127.0.0.1:1234

2. A Windows XP client, whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:01:11 -net socket,vlan=1,connect=127.0.0.1:1234

The Windows XP VM has joined the Samba VM's domain.
When a domain user logs in, it takes litterally _minutes_ until its profile data is copied to the client, and same thing to copy it back to the server on logout.

Setting up both with VDE, it's *much* quicker (only a couple of seconds, rather than minutes for login/logout).

I also tried udp mcast networking, but couldn't get both VMs to communicate with each other. A tcpdump on the host shows traffic on port 1234. However, a tcpdump on the Kubuntu guest shows no traffic (not even arp) when I try to ping it from the windows VM


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
       [not found] ` <E1JKwut-0001Kh-RT-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
@ 2008-02-01 16:43   ` Simon Gao
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Gao @ 2008-02-01 16:43 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

SourceForge.net wrote:
> Bugs item #1884444, was opened at 2008-02-01 15:30
> Message generated for change (Tracker Item Submitted) made by Item Submitter
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: qemu
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: Alain Knaff (alain_knaff)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: Virtual network (set up via TCP socket) dog slow, but vde ok
>
> Initial Comment:
> I've got two kvm virtual machines that I connect to gether via a virtual network:
>
> 1. A samba server (Kubuntu 7.10), whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:00:01 -net socket,vlan=1,listen=127.0.0.1:1234
>
> 2. A Windows XP client, whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:01:11 -net socket,vlan=1,connect=127.0.0.1:1234
>
> The Windows XP VM has joined the Samba VM's domain.
> When a domain user logs in, it takes litterally _minutes_ until its profile data is copied to the client, and same thing to copy it back to the server on logout.
>
> Setting up both with VDE, it's *much* quicker (only a couple of seconds, rather than minutes for login/logout).
>
> I also tried udp mcast networking, but couldn't get both VMs to communicate with each other. A tcpdump on the host shows traffic on port 1234. However, a tcpdump on the Kubuntu guest shows no traffic (not even arp) when I try to ping it from the windows VM
>
>
>   
I am also seeing this kind of problem. As a result, I can only run one
VM a time. If I run more than one VM, then both VM's network traffic
slows to a crawl (however, both VM can still connect to hosts on
different networks). It seems like that when more than one VM runs, all
VMs are put on a half-duplex switch, lots of collisions and packets drop
off, though they are not shown anywhere.

Simon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
@ 2008-05-26 17:16 SourceForge.net
  0 siblings, 0 replies; 5+ messages in thread
From: SourceForge.net @ 2008-05-26 17:16 UTC (permalink / raw)
  To: noreply

Bugs item #1884444, was opened at 2008-02-01 09:30
Message generated for change (Comment added) made by aliguori
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alain Knaff (alain_knaff)
>Assigned to: Anthony Liguori (aliguori)
Summary: Virtual network (set up via TCP socket) dog slow, but vde ok

Initial Comment:
I've got two kvm virtual machines that I connect to gether via a virtual network:

1. A samba server (Kubuntu 7.10), whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:00:01 -net socket,vlan=1,listen=127.0.0.1:1234

2. A Windows XP client, whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:01:11 -net socket,vlan=1,connect=127.0.0.1:1234

The Windows XP VM has joined the Samba VM's domain.
When a domain user logs in, it takes litterally _minutes_ until its profile data is copied to the client, and same thing to copy it back to the server on logout.

Setting up both with VDE, it's *much* quicker (only a couple of seconds, rather than minutes for login/logout).

I also tried udp mcast networking, but couldn't get both VMs to communicate with each other. A tcpdump on the host shows traffic on port 1234. However, a tcpdump on the Kubuntu guest shows no traffic (not even arp) when I try to ping it from the windows VM


----------------------------------------------------------------------

>Comment By: Anthony Liguori (aliguori)
Date: 2008-05-26 13:16

Message:
Logged In: YES 
user_id=120449
Originator: NO

I suspect this is related to whether SIGIO was enabled on the file
descriptors.  With the recent IO thread refactorings, this should be fixed.
 Please test if you can or I will queue it up to test myself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
@ 2010-06-14  6:21 SourceForge.net
  0 siblings, 0 replies; 5+ messages in thread
From: SourceForge.net @ 2010-06-14  6:21 UTC (permalink / raw)
  To: noreply

Bugs item #1884444, was opened at 2008-02-01 15:30
Message generated for change (Comment added) made by jessorensen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alain Knaff (alain_knaff)
Assigned to: Anthony Liguori (aliguori)
Summary: Virtual network (set up via TCP socket) dog slow, but vde ok

Initial Comment:
I've got two kvm virtual machines that I connect to gether via a virtual network:

1. A samba server (Kubuntu 7.10), whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:00:01 -net socket,vlan=1,listen=127.0.0.1:1234

2. A Windows XP client, whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:01:11 -net socket,vlan=1,connect=127.0.0.1:1234

The Windows XP VM has joined the Samba VM's domain.
When a domain user logs in, it takes litterally _minutes_ until its profile data is copied to the client, and same thing to copy it back to the server on logout.

Setting up both with VDE, it's *much* quicker (only a couple of seconds, rather than minutes for login/logout).

I also tried udp mcast networking, but couldn't get both VMs to communicate with each other. A tcpdump on the host shows traffic on port 1234. However, a tcpdump on the Kubuntu guest shows no traffic (not even arp) when I try to ping it from the windows VM


----------------------------------------------------------------------

>Comment By: Jes Sorensen (jessorensen)
Date: 2010-06-14 08:21

Message:
Hi,

Per Anthony's add, any chance you could let us know if this problem was
resolved?

I am trying to go through the old bugs and if this one is fixed, I'd like
to close it.

Thanks,
Jes


----------------------------------------------------------------------

Comment By: Anthony Liguori (aliguori)
Date: 2008-05-26 19:16

Message:
Logged In: YES 
user_id=120449
Originator: NO

I suspect this is related to whether SIGIO was enabled on the file
descriptors.  With the recent IO thread refactorings, this should be fixed.
 Please test if you can or I will queue it up to test myself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
@ 2010-06-27 22:13 SourceForge.net
  0 siblings, 0 replies; 5+ messages in thread
From: SourceForge.net @ 2010-06-27 22:13 UTC (permalink / raw)
  To: noreply

Bugs item #1884444, was opened at 2008-02-01 15:30
Message generated for change (Comment added) made by alain_knaff
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alain Knaff (alain_knaff)
Assigned to: Anthony Liguori (aliguori)
Summary: Virtual network (set up via TCP socket) dog slow, but vde ok

Initial Comment:
I've got two kvm virtual machines that I connect to gether via a virtual network:

1. A samba server (Kubuntu 7.10), whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:00:01 -net socket,vlan=1,listen=127.0.0.1:1234

2. A Windows XP client, whose network I set up with -net nic,vlan=1,macaddr=00:1B:FC:1C:01:11 -net socket,vlan=1,connect=127.0.0.1:1234

The Windows XP VM has joined the Samba VM's domain.
When a domain user logs in, it takes litterally _minutes_ until its profile data is copied to the client, and same thing to copy it back to the server on logout.

Setting up both with VDE, it's *much* quicker (only a couple of seconds, rather than minutes for login/logout).

I also tried udp mcast networking, but couldn't get both VMs to communicate with each other. A tcpdump on the host shows traffic on port 1234. However, a tcpdump on the Kubuntu guest shows no traffic (not even arp) when I try to ping it from the windows VM


----------------------------------------------------------------------

>Comment By: Alain Knaff (alain_knaff)
Date: 2010-06-28 00:13

Message:
Even in kvm 1:84, as shipped with Kubuntu 10.04 (based on QEMU 0.12.3),
this is still an issue (although not quite as bad as it used to be)

Moreover it takes quite a while until the windows VM requests an address
via dhcp


----------------------------------------------------------------------

Comment By: Jes Sorensen (jessorensen)
Date: 2010-06-14 08:21

Message:
Hi,

Per Anthony's add, any chance you could let us know if this problem was
resolved?

I am trying to go through the old bugs and if this one is fixed, I'd like
to close it.

Thanks,
Jes


----------------------------------------------------------------------

Comment By: Anthony Liguori (aliguori)
Date: 2008-05-26 19:16

Message:
Logged In: YES 
user_id=120449
Originator: NO

I suspect this is related to whether SIGIO was enabled on the file
descriptors.  With the recent IO thread refactorings, this should be fixed.
 Please test if you can or I will queue it up to test myself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1884444&group_id=180599

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-27 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 14:30 [ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok SourceForge.net
     [not found] ` <E1JKwut-0001Kh-RT-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
2008-02-01 16:43   ` Simon Gao
  -- strict thread matches above, loose matches on Subject: below --
2008-05-26 17:16 SourceForge.net
2010-06-14  6:21 SourceForge.net
2010-06-27 22:13 SourceForge.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox