From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 023B815A2 for ; Thu, 23 Nov 2023 01:31:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H9s9lBIp" Received: by smtp.kernel.org (Postfix) with ESMTPS id 61298C433CA for ; Thu, 23 Nov 2023 01:31:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700703095; bh=dh40qrePya4t/jWRbg2n6LUOjM9uSnkhReTpxqVaM7I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H9s9lBIpDyiCqRBD3zKRUFXfihrgT984IZ9phI68Rm1vdnjgTSlfqsZns+LzsNTgV i56qk0SsIw2o+2Y3V3rw4WHFmUAx+VcblAssQjMFvSIHc8K+wA0OPBd0WGwy6aGKAZ AESxoF5ak6vBloZ9ujBnkY4aS8viy9HjsRp9aUjd1mfhpdWfwj+8qpNVYuCvdO8EnE pQcoT23tHbOo8lDD2FtTe2+KakyPmAH9uelJVi6BPI/42ndmJW/cGhbqYyFfKrO6e8 3b5TANbGtFEpVApDqnNL3AVJfFdYWGpPaZnUd+XLQhsJ4LXeXTy8g3Q5+uQbppxTyo f26O/RH5Gdvxw== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 4B243C53BCD; Thu, 23 Nov 2023 01:31:35 +0000 (UTC) From: bugzilla-daemon@kernel.org To: kvm@vger.kernel.org Subject: [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu Date: Thu, 23 Nov 2023 01:31:35 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo virtualization_kvm@kernel-bugs.osdl.org X-Bugzilla-Product: Virtualization X-Bugzilla-Component: kvm X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhang.lei.fly@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: virtualization_kvm@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D218177 --- Comment #2 from Jeffrey zhang (zhang.lei.fly@gmail.com) --- I change the debug printk to print %s rather than %d, here is the field val= ues hlist_for_each_entry(ei, &rt->map[gsi], link) if (ei->type !=3D KVM_IRQ_ROUTING_IRQCHIP || ue->type !=3D KVM_IRQ_ROUTING_IRQCHIP || ue->u.irqchip.irqchip =3D=3D ei->irqchip.irqchip){ printk("ei->type: %u, KVM_IRQ_ROUTING_IRQCHIP: %u, ue->type: %u, ue->u.irqchip.irqchip: %u , ei->irqchip.irqchip: %u", ei->ty= pe, KVM_IRQ_ROUTING_IRQCHIP , ue->type, ue->u.irqchip.irqchip , ei->irqchip.irqchip); // return -EINVAL; } [Thu Nov 23 09:29:10 2023] ei->type: 2, KVM_IRQ_ROUTING_IRQCHIP: 1, ue->typ= e: 1, ue->u.irqchip.irqchip: 2 , ei->irqchip.irqchip: 4276097024 [Thu Nov 23 09:29:10 2023] ei->type: 2, KVM_IRQ_ROUTING_IRQCHIP: 1, ue->typ= e: 1, ue->u.irqchip.irqchip: 2 , ei->irqchip.irqchip: 4276097024 I also tried to just ignore the return -EINVAL, seem it works well. --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=