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 22F99427E0;
Mon, 20 Mar 2023 10:01:25 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id A724D40A7F;
Mon, 20 Mar 2023 10:01:24 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id DDC20406BC
for ; Mon, 20 Mar 2023 10:01:22 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 0E30C427E1; Mon, 20 Mar 2023 10:01:22 +0100 (CET)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [Bug 1181] [DPDK-23.03]loopback_virtio_user_server_mode_cbdma:
testpmd can't loop packets after start dpdk-pdump app Immediately
Date: Mon, 20 Mar 2023 09:01:21 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DPDK
X-Bugzilla-Component: testpmd
X-Bugzilla-Version: 22.03
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: weix.ling@intel.com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: dev@dpdk.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID:
In-Reply-To:
References:
Content-Type: multipart/alternative; boundary=16793028810.d7FF.1264894
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
--16793028810.d7FF.1264894
Date: Mon, 20 Mar 2023 10:01:21 +0100
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=3D1181
lingwei (weix.ling@intel.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from lingwei (weix.ling@intel.com) ---
The patch has been merged, and verified PASSED.
OS: Ubuntu 22.04.1 LTS/Linux 5.15.45-051545-generic
commit f1d0993e034e39968a2c80a8561b46c260c27487 (HEAD -> main, origin/main,
origin/HEAD)
Author: Stephen Hemminger
Date: Fri Mar 17 09:59:41 2023 -0700
app/testpmd: fix interactive mode on Windows
The cmdline_poll() function is broken and was not fully tested,
go back to using cmdline_interact().
Instead, use sigaction() to cancel read character on Unix OS's
and a new helper to cancel I/O on Windows.
Bugzilla ID: 1180
Fixes: 0fd1386c30c3 ("app/testpmd: cleanup cleanly from signal")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger
Acked-by: Olivier Matz
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--16793028810.d7FF.1264894
Date: Mon, 20 Mar 2023 10:01:21 +0100
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
lingwei changed
bug 1181
The patch has been merged, and ver=
ified PASSED.
OS: Ubuntu 22.04.1 LTS/Linux 5.15.45-051545-generic
commit f1d0993e034e39968a2c80a8561b46c260c27487 (HEAD -> main, origin/ma=
in,
origin/HEAD)
Author: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri Mar 17 09:59:41 2023 -0700
app/testpmd: fix interactive mode on Windows
The cmdline_poll() function is broken and was not fully tested,
go back to using cmdline_interact().
Instead, use sigaction() to cancel read character on Unix OS's
and a new helper to cancel I/O on Windows.
Bugzilla ID: 1180
Fixes: 0fd1386c30c3 ("app/testpmd: cleanup cleanly from signal&quo=
t;)
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Olivier Matz <olivier.matz@6wind.com>