dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: machi1271 <machi1271-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: dev <dev-VfR2kkLFssw@public.gmane.org>
Subject: DPDK on Xen Server
Date: Tue, 25 Feb 2014 09:44:23 +0800	[thread overview]
Message-ID: <201402250944205674299@gmail.com> (raw)

hi
    I'm trying running the latest version of INTEL DPDK on my virtualized guest upon a xen server.
    The guest is gentoo, and kernel version 2.6.39, compiled without xen support, since I don't want to use the virtio function.
    The host is 2.6.32.43-0.4.1.xs1.6.10.734.170748xen.

I'v done the following steps:
1. Compile the DPDK for the gentoo kernel
2. insmod uio.ko and igb_uio.ko
3. unbind the NIC from the original NIC driver, and HERE THE TROUBLES COME...

Here is the lspci result on my gentoo:
#lspci | grep Ethernet
00:04.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
00:05.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
00:06.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)

But when I unbind the pci device 0000:00:05.0 using the following command:
echo 0000:00:05.0 > /sys/bus/pci/drivers/e1000/unbind 
it just hanged, with a process state D+.

What's this problem?
How could I solve it?

Best Regards!




machi1271

                 reply	other threads:[~2014-02-25  1:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201402250944205674299@gmail.com \
    --to=machi1271-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).