DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wu, Xiaoban" <Xiaoban_Wu@student.uml.edu>
To: "users@dpdk.org" <users@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-users] problem with Qlogic NIC QL45611H
Date: Wed, 25 Oct 2017 00:36:18 +0000	[thread overview]
Message-ID: <BN6PR02MB2689EC589F7C80D647787AAFBC440@BN6PR02MB2689.namprd02.prod.outlook.com> (raw)

Dear All,


I am trying to run some DPDK applications with the QL45611H NIC, however I am facing a problem I don't know how to solve, could somebody please help me?


I am using ubuntu 14.04 with kernel 3.16 on a Dell server.

I downloaded the driver and firmware from http://driverdownloads.qlogic.com/QLogicDriverDownloads_UI/SearchByProduct.aspx?ProductCategory=325&Product=1265&Os=5

I firstly installed the driver, and then I rebooted the machine. Then I installed the firmware, then I rebooted machine. Then I could see the interface eth9 by command ifconfig. And also, the tcpdump can show the traffic.

The firmware is updated to qed_init_values_zipped-8.20.2.0.bin


Then I downloaded the dpdk-17.05 and modified the config/common_base file with CONFIG_RTE_LIBRTE_QEDE_FW="/lib/firmware/qed/qed_init_values_zipped-8.20.2.0.bin". I then installed the DPDK by "make -j8 install T=x86_64-native-linuxapp-gcc"


Then I run "sudo modprobe uio", "sudo insmod igb_uo.ko" and "sudo dpdk-devbind.py --bind=igb_uio eth9"


Then I stared my dpdk application, it gave me the error message:

EAL: PCI device 0000:82:00.0 on NUMA socket 1
EAL:   probe driver: 1077:1644 net_qede
[qed_slowpath_start:289(82:00.0:dpdk-port-0)]ecore_hw_init failed
[qede_common_dev_init:2245(82:00.0:dpdk-port-0)]Cannot start slowpath rc = -3
EAL: Requested device 0000:82:00.0 cannot be used

Could anybody who has played with QLogic NIC please help me on how to correctly start DPDK application step by step? Thanks very much for your help.

Best wishes,
Xiaoban

             reply	other threads:[~2017-10-25  0:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-25  0:36 Wu, Xiaoban [this message]
2017-10-25  1:00 ` [dpdk-users] [dpdk-dev] " Patil, Harish
2017-10-25  1:38   ` Wu, Xiaoban

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=BN6PR02MB2689EC589F7C80D647787AAFBC440@BN6PR02MB2689.namprd02.prod.outlook.com \
    --to=xiaoban_wu@student.uml.edu \
    --cc=dev@dpdk.org \
    --cc=users@dpdk.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).