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 4BDA5457A1; Mon, 12 Aug 2024 14:37:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBDE44065A; Mon, 12 Aug 2024 14:37:03 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 5D2A5402C3 for ; Mon, 12 Aug 2024 14:37:02 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 40492457A2; Mon, 12 Aug 2024 14:37:02 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [DPDK/ethdev Bug 1518] E810/ice: cannot create flow with simple_xor hash function Date: Mon, 12 Aug 2024 12:37:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: Alex.Chapman@arm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=17234662220.9D73.3519337 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --17234662220.9D73.3519337 Date: Mon, 12 Aug 2024 14:37:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1518 Bug ID: 1518 Summary: E810/ice: cannot create flow with simple_xor hash function Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: minor Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: Alex.Chapman@arm.com Target Milestone: --- With dpdk revision: 24.07.0-rc4, I get the following error when attempting = to create a flow rule using the simple_xor algorithm. [...]/dpdk-testpmd -l 10-19 -n 4 --file-prefix=3Ddpdk_36732_20240812110924 = -a 0000:01:00.0 -a 0000:03:00.0 -- -i --port-topology=3Dpaired --rxq=3D16 --tx= q=3D16 --mask-event=3Dintr_lsc' EAL: Detected CPU lcores: 192 EAL: Detected NUMA nodes: 2 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/dpdk_36732_20240812110924/mp_socket EAL: Selected IOVA mode 'VA' EAL: VFIO support initialized EAL: Using IOMMU type 1 (Type 1) EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:01:00.0 (socket 0) ice_load_pkg_type(): Active package is: 1.3.36.0, ICE OS Default Package (double VLAN mode) EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:03:00.0 (socket 0) ice_load_pkg_type(): Active package is: 1.3.36.0, ICE OS Default Package (double VLAN mode) TELEMETRY: No legacy callbacks, legacy socket not created Interactive-mode selected ... testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end actions rss t= ypes ipv4-udp end queues end func symmetric_toeplitz / end Flow rule #0 created testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end actions rss t= ypes ipv4-udp end queues end func simple_xor / end ice_flow_create(): Failed to create flow port_flow_complain(): Caught PMD error type 10 (item specification): cause: 0xffffd1c69358, Invalid input set: Invalid argument According to the datasheet[1] of the E810 NIC simple_xor is supported. Had a brief looking into the ice driver, and it seems to have support for simple_xor. Both toeplitz and symmetric_toeplitz work correctly. [1]: https://www.intel.com/content/www/us/en/content-details/613875/intel-ethern= et-controller-e810-datasheet.html --=20 You are receiving this mail because: You are the assignee for the bug.= --17234662220.9D73.3519337 Date: Mon, 12 Aug 2024 14:37:02 +0200 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1518
Summary E810/ice: cannot create flow with simple_xor hash function
Product DPDK
Version unspecified
Hardware All
OS All
Status UNCONFIRMED
Severity minor
Priority Normal
Component ethdev
Assignee dev@dpdk.org
Reporter Alex.Chapman@arm.com
Target Milestone ---

With dpdk revision: 24.07.0-rc4, I=
 get the following error when attempting to
create a flow rule using the simple_xor algorithm.

[...]/dpdk-testpmd -l 10-19 -n 4 --file-prefix=3Ddpdk_36732_20240812110924 =
-a
0000:01:00.0 -a 0000:03:00.0 -- -i --port-topology=3Dpaired --rxq=3D16 --tx=
q=3D16
--mask-event=3Dintr_lsc'

EAL: Detected CPU lcores: 192
EAL: Detected NUMA nodes: 2
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/dpdk_36732_20240812110924/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:01:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.36.0, ICE OS Default Package
(double VLAN mode)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:03:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.36.0, ICE OS Default Package
(double VLAN mode)
TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
...
testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end actions rs=
s types
ipv4-udp end queues end func symmetric_toeplitz / end
Flow rule #0 created
testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end actions rs=
s types
ipv4-udp end queues end func simple_xor / end
ice_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 10 (item specification): cause:
0xffffd1c69358, Invalid input set: Invalid argument

According to the datasheet[1] of the E810 NIC simple_xor is supported.
Had a brief looking into the ice driver, and it seems to have support for
simple_xor.
Both toeplitz and symmetric_toeplitz work correctly.

[1]:
https://www.intel.com/content=
/www/us/en/content-details/613875/intel-ethernet-controller-e810-datasheet.=
html
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17234662220.9D73.3519337--