DPDK usage discussions
 help / color / mirror / Atom feed
* DPDK can not detect E810-CQDA2 on Ubuntu 20.04
@ 2022-05-16  9:28 Thomas DETHIER
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas DETHIER @ 2022-05-16  9:28 UTC (permalink / raw)
  To: users

[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]

Hello,

I have been experiencing issues with an Intel E810-CQDA2 and Ubuntu Server 20.04 on DPDK 21.10 and 22.03 :

Command used :
sudo ./dpdk-testpmd -l 1-7 -n 4 -a 17:00.0 -- --socket-num=0 --burst=10 --txd=1024 --rxd=1024 --mbcache=512 --rxq=1 --txq=1 --nb-cores=1 --txpkts=1500 -i --txonly-multi-flow --forward-mode=txonly --tx-ip=10.10.1.168,239.0.0.8

Output:
EAL: Detected CPU lcores: 8
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
testpmd: No probed ethernet devices
Fail: input rxq (1) can't be greater than max_rx_queues (0) of port 0
EAL: Error - exiting with code: 1
  Cause: rxq 1 invalid - must be >= 0 && <= 0

It seem that the Nic isn't detected by DPDK when running the tests, but when I run dpdk-devbind

$ dpdk-devbind.py -s

Network devices using DPDK-compatible driver
============================================
0000:17:00.0 'Ethernet Controller E810-C for QSFP 1592' drv=igb_uio unused=ice,vfio-pci

I don't understand why I can't use the device although it is binded to DPDK.

Thanks for your help,

Thomas DETHIER | Test Project Engineer | DELTACAST.TV
t.dethier@deltacast.tv<mailto:t.dethier@deltacast.tv>
www.deltacast.tv<http://www.deltacast.tv>

[-- Attachment #2: Type: text/html, Size: 6979 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: DPDK can not detect E810-CQDA2 on Ubuntu 20.04
  2022-05-19 13:20 Yasin CANER
@ 2022-05-23 12:00 ` Thomas DETHIER
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas DETHIER @ 2022-05-23 12:00 UTC (permalink / raw)
  To: Yasin CANER; +Cc: users

[-- Attachment #1: Type: text/plain, Size: 3525 bytes --]

Hello,

First, thank you for your reply.
Indeed, the configuration you describe is working on my system without any issues. In my first mail I was describing having the issue using DPDK 21.10 et 22.03. Could you test with those versions ? We may have to file a bug to the DPDK teams.

Regards,
Thomas DETHIER | Test Project Engineer | DELTACAST.TV
t.dethier@deltacast.tv<mailto:t.dethier@deltacast.tv>
www.deltacast.tv<http://www.deltacast.tv/>



From: Yasin CANER [mailto:yasin.caner@ulakhaberlesme.com.tr]
Sent: Thursday 19 May 2022 15:20
To: users@dpdk.org; Thomas DETHIER <t.dethier@deltacast.tv>
Subject: DPDK can not detect E810-CQDA2 on Ubuntu 20.04

Hello,

I found your question on dpdk so i try to on my setup that didnt give any error. Try to update your driver.

My setup:

ubuntu 20.04.3 LTS
Kernel 5.4.0-110-generic
dpdk Version dpdk-stable-20.11.3
Intel e810-C
Driver ice-1.8.8.tar
ice_load_pkg_type(): Active package is: 1.3.28.0, ICE OS Default Package

RUN:

dpdk-testpmd -l 1-7 -n 4 -a 0000:b3:00.0 -- --socket-num=0 --burst=10 --txd=1024 --rxd=1024 --mbcache=512 --rxq=1 --txq=1 --nb-cores=1 --txpkts=1500 -i --txonly-multi-flow --forward-mode=txonly --tx-ip=10.10.1.168,239.0.0.8
EAL: Detected 64 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: No available hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:b3:00.0 (socket 1)
ice_load_pkg_type(): Active package is: 1.3.28.0, ICE OS Default Package
Interactive-mode selected
Set txonly packet forwarding mode
testpmd: create a new mbuf pool <mb_pool_0>: n=245760, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=245760, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 1)
Port 0: 40:A6:B7:63:8E:68
Checking link statuses...
Done
testpmd>


Hello,

I have been experiencing issues with an Intel E810-CQDA2 and Ubuntu Server 20.04 on DPDK 21.10 and 22.03 :

Command used :
sudo ./dpdk-testpmd -l 1-7 -n 4 -a 17:00.0 -- --socket-num=0 --burst=10 --txd=1024 --rxd=1024 --mbcache=512 --rxq=1 --txq=1 --nb-cores=1 --txpkts=1500 -i --txonly-multi-flow --forward-mode=txonly --tx-ip=10.10.1.168,239.0.0.8

Output:
EAL: Detected CPU lcores: 8
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
testpmd: No probed ethernet devices
Fail: input rxq (1) can't be greater than max_rx_queues (0) of port 0
EAL: Error - exiting with code: 1
  Cause: rxq 1 invalid - must be >= 0 && <= 0

It seem that the Nic isn't detected by DPDK when running the tests, but when I run dpdk-devbind

$ dpdk-devbind.py -s

Network devices using DPDK-compatible driver
============================================
0000:17:00.0 'Ethernet Controller E810-C for QSFP 1592' drv=igb_uio unused=ice,vfio-pci

I don't understand why I can't use the device although it is binded to DPDK.

Thanks for your help,

___
Yasin CANER
Lider Mühendis
Ulak Haberleşme A.Ş. Ankara


[-- Attachment #2: Type: text/html, Size: 17899 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* DPDK can not detect E810-CQDA2 on Ubuntu 20.04
@ 2022-05-19 13:20 Yasin CANER
  2022-05-23 12:00 ` Thomas DETHIER
  0 siblings, 1 reply; 3+ messages in thread
From: Yasin CANER @ 2022-05-19 13:20 UTC (permalink / raw)
  To: users, t.dethier

[-- Attachment #1: Type: text/plain, Size: 2849 bytes --]

Hello,

I found your question on dpdk so i try to on my setup that didnt give any error. Try to update your driver.

My setup:

ubuntu 20.04.3 LTS
Kernel 5.4.0-110-generic
dpdk Version dpdk-stable-20.11.3
Intel e810-C
Driver ice-1.8.8.tar
ice_load_pkg_type(): Active package is: 1.3.28.0, ICE OS Default Package

RUN:

dpdk-testpmd -l 1-7 -n 4 -a 0000:b3:00.0 -- --socket-num=0 --burst=10 --txd=1024 --rxd=1024 --mbcache=512 --rxq=1 --txq=1 --nb-cores=1 --txpkts=1500 -i --txonly-multi-flow --forward-mode=txonly --tx-ip=10.10.1.168,239.0.0.8
EAL: Detected 64 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: No available hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:b3:00.0 (socket 1)
ice_load_pkg_type(): Active package is: 1.3.28.0, ICE OS Default Package
Interactive-mode selected
Set txonly packet forwarding mode
testpmd: create a new mbuf pool <mb_pool_0>: n=245760, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=245760, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc

Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.

Configuring Port 0 (socket 1)
Port 0: 40:A6:B7:63:8E:68
Checking link statuses...
Done
testpmd>


Hello,

I have been experiencing issues with an Intel E810-CQDA2 and Ubuntu Server 20.04 on DPDK 21.10 and 22.03 :

Command used :
sudo ./dpdk-testpmd -l 1-7 -n 4 -a 17:00.0 -- --socket-num=0 --burst=10 --txd=1024 --rxd=1024 --mbcache=512 --rxq=1 --txq=1 --nb-cores=1 --txpkts=1500 -i --txonly-multi-flow --forward-mode=txonly --tx-ip=10.10.1.168,239.0.0.8

Output:
EAL: Detected CPU lcores: 8
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
testpmd: No probed ethernet devices
Fail: input rxq (1) can't be greater than max_rx_queues (0) of port 0
EAL: Error - exiting with code: 1
  Cause: rxq 1 invalid - must be >= 0 && <= 0

It seem that the Nic isn't detected by DPDK when running the tests, but when I run dpdk-devbind

$ dpdk-devbind.py -s

Network devices using DPDK-compatible driver
============================================
0000:17:00.0 'Ethernet Controller E810-C for QSFP 1592' drv=igb_uio unused=ice,vfio-pci

I don't understand why I can't use the device although it is binded to DPDK.

Thanks for your help,

___
Yasin CANER
Lider Mühendis
Ulak Haberleşme A.Ş. Ankara


[-- Attachment #2: Type: text/html, Size: 11036 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-23 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16  9:28 DPDK can not detect E810-CQDA2 on Ubuntu 20.04 Thomas DETHIER
2022-05-19 13:20 Yasin CANER
2022-05-23 12:00 ` Thomas DETHIER

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).