From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id AB7CF1B5F2; Tue, 7 Nov 2017 09:42:12 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Tue, 07 Nov 2017 08:42:11 +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: 17.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: salehals@mellanox.com X-Bugzilla-Status: CONFIRMED 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://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 4] Segfault while running txonly mode with 4 16B SGEs packets 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: , X-List-Received-Date: Tue, 07 Nov 2017 08:42:12 -0000 http://dpdk.org/tracker/show_bug.cgi?id=3D4 Bug ID: 4 Summary: Segfault while running txonly mode with 4 16B SGEs packets Product: DPDK Version: 17.08 Hardware: x86 OS: Linux Status: CONFIRMED Severity: major Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: salehals@mellanox.com Target Milestone: --- Testpmd crashes when any segment size is <=3D 18 bytes testpmd command: ./x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd c 0x003f -n 4 --no-= pci --vdev net_ring0 --vdev net_ring1 -- --burst=3D64 --mbcache=3D512 --portmas= k 0x3 -i --txd=3D1024 --rxd=3D256 --rxq=3D1 --txq=3D1 --coremask 0x001e --disable-cr= c-strip --forward-mode=3Dtxonly --txpkts=3D16,16,16,16 -a Trace: #0 0x0000000000475698 in pkt_burst_transmit () #1 0x000000000045713a in run_pkt_fwd_on_lcore () #2 0x0000000000457244 in start_pkt_forward_on_core () #3 0x00000000004b9994 in eal_thread_loop () #4 0x00007ffff7093e25 in start_thread () from /lib64/libpthread.so.0 #5 0x00007ffff6dc134d in clone () from /lib64/libc.so.6 --=20 You are receiving this mail because: You are the assignee for the bug.=