* [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 [Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu bugzilla-daemon
@ 2023-11-22 9:32 ` bugzilla-daemon
2023-11-23 1:31 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2023-11-22 9:32 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=218177
--- Comment #1 from Jeffrey zhang (zhang.lei.fly@gmail.com) ---
Created attachment 305459
--> https://bugzilla.kernel.org/attachment.cgi?id=305459&action=edit
qemu instance xml
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 [Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu bugzilla-daemon
2023-11-22 9:32 ` [Bug 218177] " bugzilla-daemon
@ 2023-11-23 1:31 ` bugzilla-daemon
2023-11-23 1:31 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2023-11-23 1:31 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=218177
--- 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 values
hlist_for_each_entry(ei, &rt->map[gsi], link)
if (ei->type != KVM_IRQ_ROUTING_IRQCHIP ||
ue->type != KVM_IRQ_ROUTING_IRQCHIP ||
ue->u.irqchip.irqchip == 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->type,
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->type:
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->type:
1, ue->u.irqchip.irqchip: 2 , ei->irqchip.irqchip: 4276097024
I also tried to just ignore the return -EINVAL, seem it works well.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 [Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu bugzilla-daemon
2023-11-22 9:32 ` [Bug 218177] " bugzilla-daemon
2023-11-23 1:31 ` bugzilla-daemon
@ 2023-11-23 1:31 ` bugzilla-daemon
2023-11-23 3:38 ` bugzilla-daemon
2023-11-23 6:09 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2023-11-23 1:31 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=218177
--- Comment #3 from Jeffrey zhang (zhang.lei.fly@gmail.com) ---
I change the debug printk to print %s rather than %d, here is the field values
hlist_for_each_entry(ei, &rt->map[gsi], link)
if (ei->type != KVM_IRQ_ROUTING_IRQCHIP ||
ue->type != KVM_IRQ_ROUTING_IRQCHIP ||
ue->u.irqchip.irqchip == 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->type,
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->type:
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->type:
1, ue->u.irqchip.irqchip: 2 , ei->irqchip.irqchip: 4276097024
I also tried to just ignore the return -EINVAL, seem it works well.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 [Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu bugzilla-daemon
` (2 preceding siblings ...)
2023-11-23 1:31 ` bugzilla-daemon
@ 2023-11-23 3:38 ` bugzilla-daemon
2023-11-23 6:09 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2023-11-23 3:38 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=218177
--- Comment #4 from Jeffrey zhang (zhang.lei.fly@gmail.com) ---
Guest os version:
OS: Ubuntu 22.04.3 LTS
Kernel: 5.15.0-86-generic
vpp: 22.06.0-6~g1513b381d~b23
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 218177] qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 [Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu bugzilla-daemon
` (3 preceding siblings ...)
2023-11-23 3:38 ` bugzilla-daemon
@ 2023-11-23 6:09 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2023-11-23 6:09 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=218177
--- Comment #5 from Jeffrey zhang (zhang.lei.fly@gmail.com) ---
i also file a bug in qemu site:
https://gitlab.com/qemu-project/qemu/-/issues/1999
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread