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

-----Original Message-----
From: dev <dev-bounces@dpdk.org> on behalf of "Wu, Xiaoban"
<Xiaoban_Wu@student.uml.edu>
Date: Tuesday, October 24, 2017 at 5:36 PM
To: "users@dpdk.org" <users@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] problem with Qlogic NIC QL45611H

>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

[Harish] 
1) Have you enabled IOMMU? If so, please try disabling it and try.

2) If (1) does not work then enable the below debug flag:
CONFIG_RTE_LIBRTE_QEDE_DEBUG_INIT=y
CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=y
and recompile using same make command and send the output.


Thanks.


  reply	other threads:[~2017-10-25  1:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-25  0:36 [dpdk-users] " Wu, Xiaoban
2017-10-25  1:00 ` Patil, Harish [this message]
2017-10-25  1:38   ` [dpdk-users] [dpdk-dev] " 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=D6152DA9.16C63A%Harish.Patil@cavium.com \
    --to=harish.patil@cavium.com \
    --cc=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).