[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Xen-devel] [patch 3/5] xen: xm/create mac selection


  • To: "Jody Belka" <lists-xen@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
  • From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
  • Date: Mon, 31 Jan 2005 23:36:16 -0000
  • Delivery-date: Mon, 31 Jan 2005 23:41:26 +0000
  • List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
  • Thread-index: AcUH63UX4a1VJzhxSxqZqBlCHCqU6wAAMFaQ
  • Thread-topic: [Xen-devel] [patch 3/5] xen: xm/create mac selection

> > Please can you explain how the randomly generated MACs are kept
> > different -- I was expecting to see the vif number being 
> folded into the
> > random MAC generation.
> > 
> > (I'm not saying what you've done doesn't work, I'd just like an
> > explanation)
> 
> It doesn't prevent different domains from getting the same 
> random MACs,
> only within a domain. It keeps a list of generated MACs as it 
> processes
> the vifs, and loops until one is generated that hasn't been used yet.
> For some reason i'd usually get several copies of the same MAC without
> this code when creating multiple vifs within one domain.

Your patch certainly helps by rejecting duplicates, but I'd also like to
see the algorithm used to generate the MACs changed too.

We currently seed the random number generator with random.seed() which I
suspect seeds it with the system time in seconds. At the very least, we
should use something more fine grained to avoid other domains started in
quick succession getting the same MACs.

A better approach might be to seed it with a hash of the config file
plus any parameters passed into it (e.g. vmid), plus the vif number.

Would you mind knocking something up?

Thanks,
Ian




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.