WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 871] NIC Limit for HVM Domains

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=871





------- Comment #1 from samuel.thibault@xxxxxxxxxxxx  2007-11-27 06:39 -------
It seems to me that it's just an arbitrary limit that qemu uses to as to just
use a static array, and it may be increased.

There is a limit through the default mac address:

   macaddr[5] = 0x56 + nb_nics;

To my knowledge there is no rule for the last part of a MAC address, so that
should already work for up to 256 nics.

There is also a limit of 6 in ppc_prep.c for ne2k ISA devices, but people
probably will just use PCI :)


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 871] NIC Limit for HVM Domains, bugzilla-daemon <=