From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC54FA0C4B for ; Sun, 8 Aug 2021 23:36:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35D354068A; Sun, 8 Aug 2021 23:36:48 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id DC4A340683 for ; Sun, 8 Aug 2021 23:36:46 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 0B28920A171C; Sun, 8 Aug 2021 14:36:46 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0B28920A171C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1628458606; bh=TqqKOd+i4+gQL/FjE0CKhGNgbfrFaB/24HQ27pCOoUk=; h=Date:From:To:Cc:Subject:From; b=aOCw0paDF30NnlWclV7i5DZAZ4LMEORu8+lbzxFyQPoAN5NK1H/6nyeIY5Mgu1K9B OCOpOH+3TUS6cEickYtm459VFQGDHwetKmOXMgy6f+EXX8j5qoojEaRSl/bbbSnRY+ Iv5eIZYWGeus+kfguzXllAE54jE+r9ArcdUylnpI= Date: Sun, 8 Aug 2021 14:36:46 -0700 From: Narcisa Ana Maria Vasile To: users@dpdk.org, ting.xu@intel.com, wenjun1.wu@intel.com, qi.z.zhang@intel.com Cc: ocardona@microsoft.com, khot@microsoft.com, jizh@microsoft.com, roretzla@microsoft.com Message-ID: <20210808213645.GA17558@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [dpdk-users] Running DPDK apps on Intel ICE: currently package doesn't support RXDID error X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" 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 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!