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-users

[Xen-users] Re: [FIXED] Dell R605: Broadcom PCI pass through problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: [FIXED] Dell R605: Broadcom PCI pass through problem
From: Per Jensen <per@xxxxxxxxx>
Date: Sun, 23 Aug 2009 23:01:34 +0200
Delivery-date: Sun, 23 Aug 2009 14:02:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.23 (X11/20090817)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


>List,
>
>I am working on a Dell R605 server which has a pcicard with 2 Broadcom
>NetXtreme II BCM5709 nics. I want to let a PV vm have access to it.
>
>OS is Debian Lenny  2.6.26-2-xen-amd64. I have compiled the "offical"
>2.6.18 Xen kernel with 3.2.3 and 3.3.2 versions with same result as
>using the Lenny kernel.
>
>The domU "sees" the pcicard:
>A lspci gives:
>balrog2:~# lspci
>00:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709
>Gigabit Ethernet (rev 20)
>
>
>There IS a difference between the dom0 and domU lspci output. On dom0
>each nic is output as 00:06:0.0 and 00:06:0.1, while there is no ".x"
>in the lspci output on domU.

Update:
I made several errors while setting the vm up.

1.
I had not checked that the dom0 was able to setup interfaces on the dual
port card. It wasn't. It turned out that udev assigned "eth1" to both
nics. Once that was rectified the first interface showed up in the vm.

2.
In the domU configfile I specified the nic this way:
[ '0000:06:00.0' '0000:06:00.1' ] and not the correct way:
[ '0000:06:00.0', '0000:06:00.1' ].

Once I put the comma in the pci line, the second interface showed up in
the vm.


So: mission accomplished, time to go to bed.

/Per



- --
- ----------------------------------------------------------------------
Per Jensen        http://www.net-es.dk/~pj      FSF member #1516
- ----------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqRrhwACgkQSO+YZlPNgGVCIQCfQ3nkI59e7JkvdeMEQbcgtBrQ
ZVQAniNDbdKjbiPMpudRxhuMhn1QK4Rz
=ADC1
-----END PGP SIGNATURE-----

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: [FIXED] Dell R605: Broadcom PCI pass through problem, Per Jensen <=