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 3213FA034C; Fri, 19 Aug 2022 09:49:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D491B40A7B; Fri, 19 Aug 2022 09:49:33 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id A0EC640694 for ; Fri, 19 Aug 2022 09:49:32 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 80BE5A04FD; Fri, 19 Aug 2022 09:49:32 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1069] Testpmd parameter --enable-lro fails on Mellanox ConnectX-5 Date: Fri, 19 Aug 2022 07:49:32 +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: 22.03 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: liangxing.wang@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: 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 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1069 Bug ID: 1069 Summary: Testpmd parameter --enable-lro fails on Mellanox ConnectX-5 Product: DPDK Version: 22.03 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: liangxing.wang@arm.com Target Milestone: --- User tried to enable lro for Mellanox ConnectX5 (MT27800) card through below dpdk testpmd cmd: ################# sudo ./dpdk-testpmd -l 15-16 -a 0000:01:00.0,dv_flow_en=3D1 -v -- --tx= q=3D1 --rxq=3D1 --enable-lro -i but always encountered below error: ##################### EAL: Detected CPU lcores: 80 EAL: Detected NUMA nodes: 1 EAL: RTE Version: 'DPDK 22.03.0' EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Selected IOVA mode 'VA' EAL: 32 hugepages of size 1073741824 reserved, but no mount=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ed hugetlbfs found for that size EAL: VFIO support initialized EAL: Probe PCI driver: mlx5_pci (15b3:1019) device: 0000:01=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 :00.0 (socket 0) testpmd: create a new mbuf pool : n=3D155456, size=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =3D2176, socket=3D0 testpmd: preferred mempool ops selected: ring_mp_mc Warning! port-topology=3Dpaired and odd forward ports number,=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 the last port will pair with itself. Configuring Port 0 (socket 0) Ethdev port_id=3D0 requested Rx offloads 0x10 doesn't match R=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 x offloads capabilities 0x19620f in rte_eth_dev_configure() Fail to configure port 0 EAL: Error - exiting with code: 1 Cause: Start ports failed --=20 You are receiving this mail because: You are the assignee for the bug.=