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 C890742C94; Mon, 12 Jun 2023 09:29:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A89B740689; Mon, 12 Jun 2023 09:29:32 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 645874014F for ; Mon, 12 Jun 2023 09:29:31 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 462C442C95; Mon, 12 Jun 2023 09:29:31 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1249] [dpdk-23.07] ixgbe port stop failed after launch testpmd Date: Mon, 12 Jun 2023 07:29:30 +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.07 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: linglix.chen@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: multipart/alternative; boundary=16865549710.a4d7e2b.568167 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 --16865549710.a4d7e2b.568167 Date: Mon, 12 Jun 2023 09:29:31 +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=3D1249 Bug ID: 1249 Summary: [dpdk-23.07] ixgbe port stop failed after launch testpmd Product: DPDK Version: 23.07 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: linglix.chen@intel.com Target Milestone: --- Environment OS: Ubuntu 22.04.2 LTS/5.15.0-71-generic DPDK version: 8a2de735318b38ba93a041cb2f209889bde02689 Compiler: gcc version 11.3.0 NIC hardware: 82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb NIC driver: ixgbe-5.18.11 NIC firmware: 0x000161bf Test Setup 1. bind 1 port to vfio-pci ./usertools/dpdk-devbind.py -b vfio-pci 0000:b1:00.0 2. launch testpmd x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i 3.testpmd>port stop 0 testpmd> show port info all Show the output from the previous commands testpmd>port stop 0 Stopping ports... Checking link statuses... ixgbe_dev_link_update_share(): Other link thread is running now! Done testpmd> show port info all ixgbe_dev_wait_setup_link_complete(): IXGBE link thread not complete too lo= ng time! need kill to quit testpmd. Expected Result port stop normal. Regression Is this issue a regression: (Y/N)Y Version the regression was introduced: Specify git id if known. commit e90baf6b82f66c880c7e7f8f77fc534980165808 Author: Tyler Retzlaff Date: Tue Jun 6 14:45:45 2023 -0700 net/ixgbe: replace legacy atomics with GCC builtin atomics Replace the use of rte_atomic.h types and functions, instead use GCC supplied C++11 memory model builtins. Signed-off-by: Tyler Retzlaff Acked-by: Morten Br=C3=B8rup --=20 You are receiving this mail because: You are the assignee for the bug.= --16865549710.a4d7e2b.568167 Date: Mon, 12 Jun 2023 09:29:31 +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 1249
Summary [dpdk-23.07] ixgbe port stop failed after launch testpmd
Product DPDK
Version 23.07
Hardware All
OS All
Status UNCONFIRMED
Severity normal
Priority Normal
Component testpmd
Assignee dev@dpdk.org
Reporter linglix.chen@intel.com
Target Milestone ---

Environment
OS: Ubuntu 22.04.2 LTS/5.15.0-71-generic
DPDK version: 8a2de735318b38ba93a041cb2f209889bde02689
Compiler: gcc version 11.3.0
NIC hardware: 82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb
NIC driver: ixgbe-5.18.11
NIC firmware: 0x000161bf

Test Setup

1. bind 1 port to vfio-pci
./usertools/dpdk-devbind.py -b vfio-pci 0000:b1:00.0

2. launch testpmd
 x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i

3.testpmd>port stop 0
testpmd> show port info all

Show the output from the previous commands
testpmd>port stop 0
Stopping ports...
Checking link statuses...
ixgbe_dev_link_update_share(): Other link thread is running now!
Done
testpmd> show port info all
ixgbe_dev_wait_setup_link_complete(): IXGBE link thread not complete too lo=
ng
time!
need kill to quit testpmd.

Expected Result
port stop normal.

Regression
Is this issue a regression: (Y/N)Y

Version the regression was introduced: Specify git id if known.
commit e90baf6b82f66c880c7e7f8f77fc534980165808
Author: Tyler Retzlaff <roretzla@linux.microsoft.com>
Date:   Tue Jun 6 14:45:45 2023 -0700

    net/ixgbe: replace legacy atomics with GCC builtin atomics

    Replace the use of rte_atomic.h types and functions, instead use GCC
    supplied C++11 memory model builtins.

    Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
    Acked-by: Morten Br=C3=B8rup <mb@smartsharesystems.com>
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --16865549710.a4d7e2b.568167--