From: Thomas Monjalon <thomas@monjalon.net>
To: Jaeeun Ham <jaeeun.ham@ericsson.com>
Cc: users@dpdk.org, alialnu@nvidia.com, rasland@nvidia.com, asafp@nvidia.com
Subject: Re: I need DPDK MLX5 Probe error support
Date: Wed, 29 Sep 2021 13:16:26 +0200 [thread overview]
Message-ID: <1682223.0z2BAqYvtR@thomas> (raw)
In-Reply-To: <HE1PR07MB42201B7FB0F61E6FCB39AAE9F3A79@HE1PR07MB4220.eurprd07.prod.outlook.com>
27/09/2021 02:18, Jaeeun Ham:
> Hi,
>
> I hope you are well.
> My name is Jaeeun Ham and I have been working for the Ericsson.
>
> I am suffering from enabling MLX5 NIC, so could you take a look at how to run it?
> There are two pci address for the SRIOV(vfio) mlx5 nic support but it doesn't run correctly. (12:01.0, 12:01.1)
>
> I started one process which is running inside the docker process that is on the MLX5 NIC support host server.
> The process started to run with following option.
> -d /usr/local/lib/librte_net_mlx5.so
> And the docker process has mlx5 libraries as below.
Did you try on the host outside of any container?
Please could you try following commands (variables to be replaced)?
dpdk-hugepages.py --reserve 1G
ip link set $netdev netns $container
docker run --cap-add SYS_NICE --cap-add IPC_LOCK --cap-add NET_ADMIN \
--device /dev/infiniband/ $image
echo show port summary all | dpdk-testpmd --in-memory -- -i
> 706a37a35d29:/usr/local/lib # ls -1 | grep mlx
> librte_common_mlx5.so
> librte_common_mlx5.so.21
> librte_common_mlx5.so.21.0
> librte_net_mlx5.so
> librte_net_mlx5.so.21
> librte_net_mlx5.so.21.0
>
> But I failed to run the process with following error. (MIDHAUL_PCI_ADDR:0000:12:01.0, BACKHAUL_PCI_ADDR:0000:12:01.1)
>
> ---
>
> mlx5_pci: unable to recognize master/representors on the multiple IB devices
> common_mlx5: Failed to load driver = mlx5_pci.
> EAL: Requested device 0000:12:01.0 cannot be used
> mlx5_pci: unable to recognize master/representors on the multiple IB devices
> common_mlx5: Failed to load driver = mlx5_pci.
> EAL: Requested device 0000:12:01.1 cannot be used
> EAL: Bus (pci) probe failed.
>
> ---
>
> For the success case of pci address 12:01.2, it showed following messages.
>
> ---
>
> EAL: Detected 64 lcore(s)
> EAL: Detected 2 NUMA nodes
> EAL: Multi-process socket /var/run/dpdk/nah2/mp_socket
> EAL: Probing VFIO support...
> EAL: VFIO support initialized
> EAL: PCI device 0000:12:01.2 on NUMA socket 0
> EAL: probe driver: 15b3:1016 net_mlx5
> net_mlx5: MPLS over GRE/UDP tunnel offloading disabled due to old OFED/rdma-core version or firmware configuration
> net_mlx5: port 0 the requested maximum Rx packet size (2056) is larger than a single mbuf (2048) and scattered mode has not been requested
> USER1: rte_ip_frag_table_create: allocated of 6291584 bytes at socket 0
>
> ---
>
> BR/Jaeeun
next parent reply other threads:[~2021-09-29 11:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <HE1PR07MB422057B3D4E22FB2BE882D37F3A59@HE1PR07MB4220.eurprd07.prod.outlook.com>
[not found] ` <HE1PR07MB42201B7FB0F61E6FCB39AAE9F3A79@HE1PR07MB4220.eurprd07.prod.outlook.com>
2021-09-29 11:16 ` Thomas Monjalon [this message]
2021-10-02 10:57 ` Jaeeun Ham
2021-10-03 7:51 ` Thomas Monjalon
2021-10-03 8:10 ` Jaeeun Ham
2021-10-03 18:44 ` Thomas Monjalon
2021-10-05 1:17 ` Jaeeun Ham
2021-10-05 6:00 ` Thomas Monjalon
2021-10-06 9:57 ` Jaeeun Ham
2021-10-06 10:58 ` Thomas Monjalon
[not found] ` <HE1PR07MB42208754E63C0DE2D0F0D138F3B09@HE1PR07MB4220.eurprd07.prod.outlook.com>
2021-10-06 13:19 ` Thomas Monjalon
2021-10-09 1:12 ` Jaeeun Ham
2021-10-09 1:15 ` Jaeeun Ham
2021-10-09 4:42 ` Jaeeun Ham
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=1682223.0z2BAqYvtR@thomas \
--to=thomas@monjalon.net \
--cc=alialnu@nvidia.com \
--cc=asafp@nvidia.com \
--cc=jaeeun.ham@ericsson.com \
--cc=rasland@nvidia.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).