OpenSolaris

Printable Version Enter a New Search
Bug ID 6603582
Synopsis nxge driver excludes i86xpv platform
State 10-Fix Delivered (Fix available in build)
Category:Subcategory driver:nxge
Keywords no_maramba | xen
Responsible Engineer May Lin
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_82
Fixed In snv_82
Release Fixed solaris_nevada(snv_82)
Related Bugs 6502748 , 6651356
Submit Date 12-September-2007
Last Update Date 31-January-2008
Description
nxge is currently under /platform/i86pc, which means xVM systems are excluded (/platform/i86xpv). This driver should be moved to a generic location and fully tested under xVM.
Work Around
Possible workaround:
Copy all nxge driver files (nxge.conf, nxge, amd64/nxge) from /platform/i86pc/kernel/drv to /platform/i86xpv/kernel/drv.

After that nxge interfaces are usable under xVM (though I did not verify, if all features are working correctly):
bash-3.2# uname -i
i86xpv
bash-3.2# ifconfig nxge0
nxge0: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 9
        inet 0.0.0.0 netmask 0 
        ether 0:14:4f:8a:a7:c4
Comments
N/A