From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3FAF9A2F18 for ; Thu, 3 Oct 2019 05:53:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F08E1BFB6; Thu, 3 Oct 2019 05:53:27 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id CF8E91BFAE for ; Thu, 3 Oct 2019 05:53:26 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 7CC98A2F19; Thu, 3 Oct 2019 05:53:26 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 03 Oct 2019 03:53:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: Muthurajan.Jayakumar@intel.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: 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 MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 352] Bifurcated Driver X710 for ipv6 flow rule addition not working X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D352 Bug ID: 352 Summary: Bifurcated Driver X710 for ipv6 flow rule addition not working Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: major Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: Muthurajan.Jayakumar@intel.com Target Milestone: --- We received X710 cards and were able to obtain connectivity! Thank you!=20 We were trying to setup flow bifurcation on the card for DPDK (https://doc.dpdk.org/guides/howto/flow_bifurcation.html#using-flow-bifurca= tion-on-i40e-in-linux), but it seems I cannot get an ip6 or tcp6 flow rule to be accepted via the i= 40e driver. I keep getting =E2=80=9CCannot insert RX class rule: Invalid argume= nt=E2=80=9D awang200# lshw -c network -businfo Bus info Device Class Description =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D pci@0000:05:00.0 ens2f0 network NetXtreme BCM5720 Gigabit Ethernet = PCIe pci@0000:05:00.1 ens2f1 network NetXtreme BCM5720 Gigabit Ethernet = PCIe pci@0000:04:00.0 eno49 network NetXtreme II BCM57810 10 Gigabit Ethernet pci@0000:04:00.1 eno50 network NetXtreme II BCM57810 10 Gigabit Ethernet pci@0000:08:00.0 ens1f0 network Ethernet Controller X710 for 10GbE = SFP+ pci@0000:08:00.1 ens1f1 network Ethernet Controller X710 for 10GbE = SFP+ pci@0000:08:00.2 ens1f2 network Ethernet Controller X710 for 10GbE = SFP+ pci@0000:08:00.3 ens1f3 network Ethernet Controller X710 for 10GbE = SFP+ pci@0000:02:00.0 eno1 network NetXtreme BCM5719 Gigabit Ethernet = PCIe pci@0000:02:00.1 eno2 network NetXtreme BCM5719 Gigabit Ethernet = PCIe pci@0000:02:00.2 eno3 network NetXtreme BCM5719 Gigabit Ethernet = PCIe pci@0000:02:00.3 eno4 network NetXtreme BCM5719 Gigabit Ethernet = PCIe docker0 network Ethernet interface root@occam-gateway-14:/home/awang200# /usr/local/sbin/ethtool --version ethtool version 5.2 root@occam-gateway-14:/home/awang200# /usr/local/sbin/ethtool -i ens1f0 driver: i40e version: 2.9.21 firmware-version: 6.01 0x80003484 1.1747.0 expansion-rom-version: bus-info: 0000:08:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: yes root@occam-gateway-14:/home/awang200# /usr/local/sbin/ethtool --show-ntuple ens1f0 32 RX rings available Total 0 rules root@occam-gateway-14:/home/awang200# /usr/local/sbin/ethtool --config-ntup= le ens1f0 flow-type ip6 dst-ip 2001:558:feed:10:0:2:: user-def 0xffffffff00000= 000 action 0 loc 0 rmgr: Cannot insert RX class rule: Invalid argument The README of i40e driver (version 2.9.21) still says that =E2=80=9CNOTE: T= he Linux i40e driver supports the following flow types: IPv4, TCPv4, and UDPv4.=E2= =80=9D=20 Would the XL710 card support IPv6 (TCPv6) flow types via some other mechan= ism? --=20 You are receiving this mail because: You are the assignee for the bug.=