Kasai Takanori
2007-May-30 13:34 UTC
[Xen-devel] [PATCH] Exceed maximum number of ioemu''s NIC for VNIF.
Hi All, We tested the PV driver on HVM domain. When ten vif was defined in configuration file for VNIF, the HVM domain was not able to be created. ---------------------------------------------------------- # grep vif RHEL5GA_test.conf vif = [ ''mac=02:17:42:2f:01:11, bridge=xenbr0'', ''mac=02:17:42:2f:03:11, bridge=xenbr2'', ''mac=02:17:42:2f:01:12, bridge=xenbr0'', ''mac=02:17:42:2f:03:12, bridge=xenbr2'', ''mac=02:17:42:2f:01:13, bridge=xenbr0'', ''mac=02:17:42:2f:03:13, bridge=xenbr2'', ''mac=02:17:42:2f:01:14, bridge=xenbr0'', ''mac=02:17:42:2f:03:14, bridge=xenbr2'', ''mac=02:17:42:2f:01:15, bridge=xenbr0'', ''mac=02:17:42:2f:03:15, bridge=xenbr2'' ] # xm create -f RHEL5GA.conf Using config file "./RHEL5GA.conf". Started domain RHEL5GA # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1024 4 r----- 291.1 RHEL5GA 10 2048 1 ------ 0.0 # cat /var/log/xen/qemu-XXX.log domid: 10 qemu: the number of cpus is 1 Too Many NICs ---------------------------------------------------------- The cause is to exceed the number of maximum in ioemu NIC.(MAX_NICS=8) However, VNIF can be used because of nine more expanding grant table. We usually use and operate VNIF of ten or more. Even if the maximum number of ioemu NICs is exceeded when VNIF is used, the HVM domain should be able to be created. It was corrected that ioemu disregarded it when the maximum number of NIC was exceeded. It has been confirmed that the problem solves by this patch. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com> Best Regards, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH] [IOEMU] Allow blktap to be able to be booted as systemvolume for PV-on-HVM(TAKE 3)
- [PATCH][IOEMU] Fix to Allow blktap to be able to be booted as system volume for PV-on-HVM.
- Data broken during FTP test
- [PATCH] Fix change of CDROM for block-configure command
- [PATCH] Fix keymap for Japanese keyboard