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 1519A456E2;
	Mon, 29 Jul 2024 13:22:59 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 976E940261;
	Mon, 29 Jul 2024 13:22:58 +0200 (CEST)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
 by mails.dpdk.org (Postfix) with ESMTP id 952254021D
 for ; Mon, 29 Jul 2024 13:22:57 +0200 (CEST)
Received: by inbox.dpdk.org (Postfix, from userid 33)
 id 65D4E456E3; Mon, 29 Jul 2024 13:22:57 +0200 (CEST)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/testpmd Bug 1504] Segmentation fault when enable avail_thresh
 on hairpin queues
Date: Mon, 29 Jul 2024 11:22:57 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DPDK
X-Bugzilla-Component: testpmd
X-Bugzilla-Version: 23.11
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: normal
X-Bugzilla-Who: kuka@cesnet.cz
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=17222521770.cf2eb9fFa.4191751
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
--17222521770.cf2eb9fFa.4191751
Date: Mon, 29 Jul 2024 13:22:57 +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=3D1504
            Bug ID: 1504
           Summary: Segmentation fault when enable avail_thresh on hairpin
                    queues
           Product: DPDK
           Version: 23.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: testpmd
          Assignee: dev@dpdk.org
          Reporter: kuka@cesnet.cz
  Target Milestone: ---
[Environment]
DPDK version: dpdk-23.11
OS: Oracle Linux Server 8.10
NIC hardware: MT2892 Family [ConnectX-6 Dx] 101d
NIC driver: MLNX_OFED_LINUX-23.10-0.5.5.0 (OFED-23.10-0.5.5)
NIC firmware: 22.38.1002
[Test Setup]
sudo dpdk-testpmd -l 0-1 -n 4 -a 0000:17:00.0 -- --rxq=3D1 --txq=3D1 --hair=
pinq=3D1
-i
testpmd> set port 0 rxq 1 avail_thresh 50
Segmentation fault
[Expected Result]
sudo dpdk-testpmd -l 0-1 -n 4 -a 0000:17:00.0 -- --rxq=3D1 --txq=3D1 --hair=
pinq=3D1
-i
testpmd> set port 0 rxq 1 avail_thresh 50
testpmd> Received avail_thresh event, port: 0, rxq_id: 0
mlx5_test_avail_thresh_event_handler port_id:0 rxq_id:0
mlx5_test_host_shaper_disable disable shaper
Received avail_thresh event, port: 0, rxq_id: 0
mlx5_test_avail_thresh_event_handler port_id:0 rxq_id:0
mlx5_test_host_shaper_disable disable shaper
...
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17222521770.cf2eb9fFa.4191751
Date: Mon, 29 Jul 2024 13:22:57 +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 | 1504 | 
        
          | Summary | Segmentation fault when enable avail_thresh on hairpin queues | 
        
          | Product | DPDK | 
        
          | Version | 23.11 | 
        
          | Hardware | All | 
        
          | OS | All | 
        
          | Status | UNCONFIRMED | 
        
          | Severity | normal | 
        
          | Priority | Normal | 
        
          | Component | testpmd | 
        
          | Assignee | dev@dpdk.org | 
        
          | Reporter | kuka@cesnet.cz | 
        
          | Target Milestone | --- | 
      
        
      
      
      You are receiving this mail because:
      
          - You are the assignee for the bug.
        
=20=20=20=20=20=20=20=20=20=20
          
          
        
        
       
    
=
--17222521770.cf2eb9fFa.4191751--
[Environment] DPDK version: dpdk-23.11 OS: Oracle Linux Server 8.10 NIC hardware: MT2892 Family [ConnectX-6 Dx] 101d NIC driver: MLNX_OFED_LINUX-23.10-0.5.5.0 (OFED-23.10-0.5.5) NIC firmware: 22.38.1002 [Test Setup] sudo dpdk-testpmd -l 0-1 -n 4 -a 0000:17:00.0 -- --rxq=3D1 --txq=3D1 --hair= pinq=3D1 -i testpmd> set port 0 rxq 1 avail_thresh 50 Segmentation fault [Expected Result] sudo dpdk-testpmd -l 0-1 -n 4 -a 0000:17:00.0 -- --rxq=3D1 --txq=3D1 --hair= pinq=3D1 -i testpmd> set port 0 rxq 1 avail_thresh 50 testpmd> Received avail_thresh event, port: 0, rxq_id: 0 mlx5_test_avail_thresh_event_handler port_id:0 rxq_id:0 mlx5_test_host_shaper_disable disable shaper Received avail_thresh event, port: 0, rxq_id: 0 mlx5_test_avail_thresh_event_handler port_id:0 rxq_id:0 mlx5_test_host_shaper_disable disable shaper ...