From: Ruslan Osmanov <rrosmanov@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] testpmd: [mlx4] rxq_add_flow(): flow configuration failed, errno=38: Function not implemented
Date: Sat, 2 Jul 2016 15:18:12 +0700 [thread overview]
Message-ID: <20160702151812.4ce83c53@asus> (raw)
Hi,
I need help. DPDK applications fail to start with Mellanox ConnectX-3
NIC. All of them complain about 'not implemented' function when trying
to setup the RX queue:
sudo -E ~/DPDK/x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd \
-c 0x3 --pci-blacklist 0000:00:06.0 \
--no-huge --proc-type=auto \
-- -i --total-num-mbufs=2048
...
rxq_setup(): 0x921a20: disabling scattered packets support (128 WRs)
mlx4_mp2mr(): mempool 0x7f0c0b1eb000 area start=0x7f0c0b36e000
end=0x7f0c0bb6e000 size=8388608
mlx4_mp2mr(): mempool 0x7f0c0b1eb000 using start=0x7f0c0b36e000
end=0x7f0c0bb6e000 size=8388608 for MR
rxq_setup(): priv->device_attr.max_qp_wr is 16351
rxq_setup(): priv->device_attr.max_sge is 32
rxq_add_flow(): 0x7ffd68781e10: adding MAC address 8e:d5:86:2e:a3:02
index 0 (VLAN index 4294967295)
rxq_add_flow(): 0x7ffd68781e10: flow configuration failed, errno=38:
Function not implemented
rxq_setup(): 0x921a20: QP flow attachment failed: Function not
implemented
...
Fail to configure port 0 rx queues
EAL: Error - exiting with code: 1
Cause: Start ports failed
The whole output is in the attached dpdk-mlx4-testmpd.log file. If for
some reason the mailing list doesn't support attachments, here is an
online version: https://gist.github.com/7f740489da77ecd23cc162da5e7f864c
DPDK version: 16.04.
dpdk_proc_info:
sudo -E
~/DPDK/x86_64-native-linuxapp-gcc/build/app/proc_info/dpdk_proc_info
-c 0x3 --no-huge --proc-type=auto --pci-blacklist 0000:00:06.0 -- -p
0x3 -m --stats --xstats
(output is in the attached dpdk-mlx4-dpdk_proc_info.log; online version:
https://gist.github.com/e8a01484a02e147f9539e81638198747)
Please help me to figure out what's wrong with ... what? I even don't
know. Maybe the mlx4 driver is buggy, maybe dpdk, maybe my
configuration is wrong.
--
Ruslan Osmanov
next reply other threads:[~2016-07-02 8:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-02 8:18 Ruslan Osmanov [this message]
2016-07-03 12:24 ` Olga Shern
2016-07-04 4:30 ` Ruslan Osmanov
2016-07-04 4:55 ` Ruslan Osmanov
2016-07-04 11:00 ` Olga Shern
2016-07-04 11:30 ` Ruslan Osmanov
2016-07-04 13:40 ` Olga Shern
2016-07-04 13:45 ` Ruslan Osmanov
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=20160702151812.4ce83c53@asus \
--to=rrosmanov@gmail.com \
--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).