lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 12 Dec 2007 12:54:13 +1100 From: Rusty Russell <rusty@...tcorp.com.au> To: Christian Borntraeger <borntraeger@...ibm.com> Cc: dor.laor@...ranet.com, kvm-devel <kvm-devel@...ts.sourceforge.net>, netdev@...r.kernel.org, virtualization@...ts.linux-foundation.org Subject: Re: [kvm-devel] [PATCH resent] virtio_net: Fix stalled inbound trafficon early packets On Wednesday 12 December 2007 00:16:12 Christian Borntraeger wrote: > That would also work. We already have VRING_AVAIL_F_NO_INTERRUPT in > virtio_ring.c - maybe we can use that. Its hidden in callback and > restart handling, what about adding an explicit startup? Yes, I debated whether to make this a separate hook or not; the current method reduces the number of function calls without having two ways of disabling callbacks. In this case, simply starting devices with callbacks disabled and renaming 'restart' to 'enable' (or something) and calling it at the beginning is probably sufficient? Thanks for all this debugging! Will apply next week when I'm back... > Ok, didnt know that. At the moment I can live with my private patch > while we work on a final solution. Meanwhile I will try to debug virtio > on SMP guests - I still see some strange races on our test system. (But > block and net is now working on s390 and can cope with medium load. ) Obviously SMP is not something I tested under lguest, so can believe there are nasty lurking bugs. Hope they're not too deep... Thanks! Rusty. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists