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

[Xen-devel] bnx2 device exposed to domU using pciback permissive mode no

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] bnx2 device exposed to domU using pciback permissive mode not working properly
From: "xen rkar" <xen.rkar@xxxxxxxxx>
Date: Mon, 8 Dec 2008 09:48:53 +0530
Delivery-date: Sun, 07 Dec 2008 20:19:32 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=T4ROmTgaskZWmewz/dLEyH8+HATnDoX1u1GO5+e03Cs=; b=NnMtBj1qeTSJup2zyCMSuaKwS008k4h98wL1+azu2y46eUYfXszjpgbWLlyFKrfKKs TsuH0g4ovqYs3NfjyS9bBrjpyd3eT4Fk88HcAZwDyg8O35ZKCkCTKAlVpJmguQ7rqcaf o6PvZk5zFLp9yAeijSZygwQrC4KeCJU0La/xA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=M2sAq3kNlw9cjswyb4isGUpWVXLeNsNa2RA8qMYUKWWHONSoLPc/ppq/SU3gTsjxFu W48YuK4wkzmedCmg+5qbAKPCQJ7cy8YeCJA3VBd/CCqV0fSLzakVwLWGePmzdjCaXPKS 4LOE+oW/FeObmNMus+XC0bgtlcKWNtX5MMmV4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi xen-devel,

bnx2 ( Broadcom 1 gige Nic card ) was directly exported to the domU virtual server using the pciback technique.

Apart from that I had to enable msi=1 for the xen command line and add the following to  xend-pci-permissive config file...

 cat /etc/xen/xend-pci-permissive.sxp
(unconstrained_dev_ids
     #('0123:4567:89AB:CDEF')
     ('14e4:164c')
)

Prior to the modification of the pci-permissive.sxp file the link used to stay down permanently.
Now with the changes the device is not reporting the correct link speed, nor am i able to ping to the interface.

Does anybody know about how to handle this, is there any other information that i can look at to troubleshoot this issue?


Thanks,
Karthik
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] bnx2 device exposed to domU using pciback permissive mode not working properly, xen rkar <=