Re: [Qemu-devel] [RFC PATCH 09/14] KVM-test: Add a subtest of multicast

2010-07-28 Thread Lucas Meneghel Rodrigues
On Tue, 2010-07-20 at 09:36 +0800, Amos Kong wrote: > Use 'ping' to test send/recive multicat packets. Flood ping test is also > added. > Limit guest network as 'bridge' mode, because multicast packets could not be > transmitted to guest when using 'user' network. > Add join_mcast.py for joining m

[Qemu-devel] [RFC PATCH 09/14] KVM-test: Add a subtest of multicast

2010-07-19 Thread Amos Kong
Use 'ping' to test send/recive multicat packets. Flood ping test is also added. Limit guest network as 'bridge' mode, because multicast packets could not be transmitted to guest when using 'user' network. Add join_mcast.py for joining machine into multicast groups. Signed-off-by: Amos Kong --- 0