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 1FD4445491;
Thu, 20 Jun 2024 04:46:54 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id E744B415D7;
Thu, 20 Jun 2024 04:46:53 +0200 (CEST)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 1125940BA2
for ; Thu, 20 Jun 2024 04:46:53 +0200 (CEST)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 029D945494; Thu, 20 Jun 2024 04:46:52 +0200 (CEST)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/vhost/virtio Bug 1467] Virtio_user as Exception Path in
secondary process report mistakes ( virtio_user_notify_queue(): failed to
kick backend: Bad file descriptor)
Date: Thu, 20 Jun 2024 02:46:53 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DPDK
X-Bugzilla-Component: vhost/virtio
X-Bugzilla-Version: 21.11
X-Bugzilla-Keywords:
X-Bugzilla-Severity: critical
X-Bugzilla-Who: 952983126@qq.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=17188516120.d8BfE.2817082
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
--17188516120.d8BfE.2817082
Date: Thu, 20 Jun 2024 04:46:52 +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=3D1467
Bug ID: 1467
Summary: Virtio_user as Exception Path in secondary process
report mistakes ( virtio_user_notify_queue(): failed
to kick backend: Bad file descriptor)
Product: DPDK
Version: 21.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: vhost/virtio
Assignee: dev@dpdk.org
Reporter: 952983126@qq.com
Target Milestone: ---
when using Virtio_user as Exception Path ,configure the port in the primary
process , virtio_user do rx and tx in the secondary process. it generates a
mistake in tx such as (virtio_user_notify_queue(): failed to kick backend: =
Bad
file descriptor).
in my opinion ,when initialize the second process , is it properly to copy =
the
callfd and kickfd which are initialized by primay process to the secondary
process =EF=BC=9F in this situation =EF=BC=8Ci don't think the secondary p=
rocess could find
the correct kickfd ,and it make kthread work abnormal.
please see the question ,thank you !!!
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17188516120.d8BfE.2817082
Date: Thu, 20 Jun 2024 04:46:52 +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
Virtio_user as Exception Path in secondary process report m=
istakes ( virtio_user_notify_queue(): failed to kick backend: Bad file desc=
riptor)
Product
DPDK
Version
21.11
Hardware
All
OS
All
Status
UNCONFIRMED
Severity
critical
Priority
Normal
Component
vhost/virtio
Assignee
dev@dpdk.org
Reporter
952983126@qq.com
Target Milestone
---
when using Virtio_user as Exceptio=
n Path ,configure the port in the primary
process , virtio_user do rx and tx in the secondary process. it generates a
mistake in tx such as (virtio_user_notify_queue(): failed to kick backend: =
Bad
file descriptor).
in my opinion ,when initialize the second process , is it properly to copy =
the
callfd and kickfd which are initialized by primay process to the secondary
process =EF=BC=9F in this situation =EF=BC=8Ci don't think the secondary p=
rocess could find
the correct kickfd ,and it make kthread work abnormal.
please see the question ,thank you !!!