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] driver domain backend vif stuck in initializing state

To: "xen-devel mailing list" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] driver domain backend vif stuck in initializing state
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Fri, 3 Oct 2008 12:06:03 -0400
Delivery-date: Fri, 03 Oct 2008 09:06:26 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=iO/hV6swoj5c2daGq5Md0FqS84Kv05d1z7cmduyGoMU=; b=oWc8n6dsU0hUPgl4YAzKqQuQlK6W50G3xdH9ehKwcBns7oDoKW72agNhxtnZplG9hB OgAZvK//6UdSjfI/A812zJbLjPP/TpIoqR3N9EFHM3xJyULCBvC4HB921o4aCZVxeGO8 sPb4cPnti/rCub3x5dfxniL8Ix3d6dlqJOoLA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ZdLv89mpG2tdYmpXpPNbUwOhCkti4w1wOPcnY+byjP94C4UqhTzBXIJjQ6YbV7URm6 nC/vldhJRwkWUi2IbUibQS8w/NylxPIF5z7ur0OFzQbbfiUrM81hTRFJkuGRXCZTfvFO Uud8GPZ92zOsY46A5gvd+jlmvMA9NpU3dcKjo=
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>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I am trying to setup a driver domain for a NIC.

I have passed through the device successfully and set
netif=1 in the driver domain config.
I also added the config to a guest domain vif=['backend=7']
(7 is the ID of the driver domain)

xenstore-ls /local/domain/7/backend/vif

shows that the state of the device is 1 (initializing)
(see below the email for the output)

On the guest I get:
XENBUS: Waiting for devices to initialise: 295s...290s...

And then we it finally boots I get:
eth0      Link encap:Ethernet  HWaddr 00:00:00:00:00:00

I am running xen-unstable.
The driver domain is Ubuntu HVM guest.
It is a VT-d system.
The device being passed is:
Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)

Suggestions on how to debug?

Thanks in advance for any suggestions,
Todd

<output of xenstore-ls /local/domain/7/backend/vif>
24 = ""
 0 = ""
  domain = "test1"
  handle = "0"
  uuid = "c3bdea64-877a-a790-929b-5660b4ed68c6"
  script = "/etc/xen/scripts/vif-bridge"
  state = "1"
  frontend = "/local/domain/24/device/vif/0"
  mac = "00:16:3e:18:03:bc"
  online = "1"
  frontend-id = "24"

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

<Prev in Thread] Current Thread [Next in Thread>