Hi,

I’m trying to run DPDK applications on Linux using the E810 NIC (Intel 
Corporation Ethernet Controller E810-C for QSFP).
I’ve tried testpmd and pktgen and both fail with the same error: 

ice_program_hw_rx_queue(): currently package doesn't support RXDID (22)
ice_rx_queue_start(): fail to program RX queue 0
ice_dev_start(): fail to start Rx queue 0
Fail to start port 0: Input/output error

 * Do you know what might cause this issue?

Some information about the system and the interface:
Ubuntu 20.04.1 LTS
5.11.0-25-generic
DPDK version: 21.08-rc4

user@machine$ ethtool -i enp4s0f1
driver: ice
version: 5.11.0-25-generic
firmware-version: 3.00 0x80008256 1.2992.0
expansion-rom-version:
bus-info: 0000:04:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

ls /lib/firmware/updates/intel/ice/ddp/
ice-1.3.26.0.pkg ice.pkg  LICENSE

Driver: I’ve used igb_uio and tried with uio_pci_generic as well.

Command line:
$ sudo dpdk-testpmd -l 1,2 -a 04:00.1 -- -i
$ sudo pktgen -l 1,3,5 -a 04:00.1 -- -P -m "[3:5].0" -T

Pktgen error:
[…]
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:04:00.1 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.4.0, ICE OS Default Package (single 
VLAN mode)
TELEMETRY: No legacy callbacks, legacy socket not created
[…]
 Port: Name         IfIndex Alias        NUMA  PCI
    0: net_ice         0                   0   8086:1592/04:00.1

Initialize Port 0 -- TxQ 1, RxQ 1
Src MAC 40:a6:b7:19:09:99
 <Promiscuous mode Enabled>

ice_program_hw_rx_queue(): currently package doesn't support RXDID (22)
ice_rx_queue_start(): fail to program RX queue 0
ice_dev_start(): fail to start Rx queue 0
!PANIC!: rte_eth_dev_start: port=0, Input/output error
PANIC in pktgen_config_ports():
rte_eth_dev_start: port=0, Input/output error
[…]
Aborted

Thank you!

Reply via email to