* multicast?
@ 2004-03-11 23:00 David Becker
2004-03-11 23:17 ` multicast? Ian Pratt
2004-03-11 23:34 ` multicast? Andrew Warfield
0 siblings, 2 replies; 4+ messages in thread
From: David Becker @ 2004-03-11 23:00 UTC (permalink / raw)
To: xen-devel
I trying to use udpcast in Domain 0 without any luck.
I built a xenolinux-2.4.25 with CONFIG_IP_MULTICAST=y
but do not see any multicast packets get in or out.
Anyone know if multicast ought to work? Or is this a TODO item?
David
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: multicast?
2004-03-11 23:00 multicast? David Becker
@ 2004-03-11 23:17 ` Ian Pratt
2004-03-11 23:34 ` multicast? Andrew Warfield
1 sibling, 0 replies; 4+ messages in thread
From: Ian Pratt @ 2004-03-11 23:17 UTC (permalink / raw)
To: David Becker; +Cc: xen-devel, Ian.Pratt
>
> I trying to use udpcast in Domain 0 without any luck.
> I built a xenolinux-2.4.25 with CONFIG_IP_MULTICAST=y
> but do not see any multicast packets get in or out.
>
> Anyone know if multicast ought to work? Or is this a TODO item?
I'm afraid multicast hasn't been a big priority for us. This is
certainly something to bear in mind for the new IO world....
However, there are a couple of hacks that might work.
If you can find out what mcast IP address is being used, you
could try using xc_dom_control to add that address to the domain.
Alternatively, try building the xeno-1.3vnet.bk repository. This
can be (build time) configured to provide L2 switching rather
than L3 routing. I think mcast might 'just work' in this
environment.
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: multicast?
2004-03-11 23:00 multicast? David Becker
2004-03-11 23:17 ` multicast? Ian Pratt
@ 2004-03-11 23:34 ` Andrew Warfield
2004-03-18 15:11 ` multicast? David Becker
1 sibling, 1 reply; 4+ messages in thread
From: Andrew Warfield @ 2004-03-11 23:34 UTC (permalink / raw)
To: 'David Becker'; +Cc: Xen-devel
Multicast certainly does not have explicit support within Xen at the moment
-- the current zero-copy code kind of implies single-sender,
single-receiver. If you are just trying to get a single guest to
participate in a (physically) external multicast group though it should work
fine. You'll just need to add vfr rules to map the multicast address in to
(and out of) that domain.
Copying packets and allowing multiple-guest delivery is on the list of
things to address in the next iteration of the network code, as it's
something we would like to have for i.e. traffic logging. This is pretty
unlikely to happen until the I/O subsystem reorganization is complete
though.
a.
> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-
> admin@lists.sourceforge.net] On Behalf Of David Becker
> Sent: Thursday, March 11, 2004 11:00 PM
> To: xen-devel@lists.sourceforge.net
> Subject: [Xen-devel] multicast?
>
>
> I trying to use udpcast in Domain 0 without any luck.
> I built a xenolinux-2.4.25 with CONFIG_IP_MULTICAST=y
> but do not see any multicast packets get in or out.
>
> Anyone know if multicast ought to work? Or is this a TODO item?
>
> David
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: multicast?
2004-03-11 23:34 ` multicast? Andrew Warfield
@ 2004-03-18 15:11 ` David Becker
0 siblings, 0 replies; 4+ messages in thread
From: David Becker @ 2004-03-18 15:11 UTC (permalink / raw)
To: Andrew Warfield; +Cc: Xen-devel
" Multicast certainly does not have explicit support within Xen at the moment
" -- the current zero-copy code kind of implies single-sender,
I'm no multicast expert, but from the reading of the sources it looks to
me like multicast sends are no problem, but multicast receives require
that the NIC be told what multicast addresses to pay attention to.
Xen itself appears to have this code: xeno-1.2.bk/xen/net/dev_mcast.c
However the xenolinux network driver doesn't seem to have
the set_multicast_list() function implemented. I'm guessing this would
need some sort of new hypervisor call?
Result is domains in xen-1.2 can send to multicast addresses but cannot receive.
Multicast is not critical, just useful, so I'll wait for the brave new
IO world before pursuing it more.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-18 15:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-11 23:00 multicast? David Becker
2004-03-11 23:17 ` multicast? Ian Pratt
2004-03-11 23:34 ` multicast? Andrew Warfield
2004-03-18 15:11 ` multicast? David Becker
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.