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 CC755A034E; Wed, 22 Dec 2021 18:01:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 985E040040; Wed, 22 Dec 2021 18:01:17 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id D8CBF4003C for ; Wed, 22 Dec 2021 18:01:15 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id CC5F9A034F; Wed, 22 Dec 2021 18:01:15 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 915] [20.11.4-rc1][mlx5] segfault when changing number of rxqs Date: Wed, 22 Dec 2021 17:01:15 +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: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alialnu@nvidia.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=3D915 Bug ID: 915 Summary: [20.11.4-rc1][mlx5] segfault when changing number of rxqs Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- $ build/app/dpdk-testpmd -n 4 -a 0000:00:07.0,dv_flow_en=3D1,rxqs_min_mprq=3D1,mprq_log_stride_num=3D11,mprq= _log_stride_size=3D8,mprq_en=3D1 -a 0000:00:08.0,dv_flow_en=3D1,rxqs_min_mprq=3D1,mprq_log_stride_num=3D11,mprq= _log_stride_size=3D8,mprq_en=3D1 -- --mbcache=3D512 -i --txd=3D8192 --rxd=3D8192 > port stop all > port config all rxq 4 > port start all Result is a segfault with the following trace: #0 0x0000555555f76c01 in mlx5_mr_update_mp () #1 0x00005555557ecbbf in mlx5_dev_start () #2 0x0000555555c5bfaf in rte_eth_dev_start () #3 0x0000555555b1aba6 in start_port.part () #4 0x0000555555c53f6f in cmdline_parse () #5 0x0000555555c52db4 in cmdline_valid_buffer () #6 0x0000555555c565eb in rdline_char_in () #7 0x0000555555c52e89 in cmdline_in () #8 0x0000555555c53050 in cmdline_interact () #9 0x0000555555894176 in main () OS: Ubuntu 20.04 NIC: ConnectX-5 MLNX_OFED: MLNX_OFED_LINUX-5.5-1.0.3.2 FW: 16.32.1010 --=20 You are receiving this mail because: You are the assignee for the bug.=