From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: KVM Test result, kernel 3adebb9.., userspace 7913795.. --One new issue Date: Fri, 23 May 2008 09:51:45 -0500 Message-ID: <4836DA01.7000500@codemonkey.ws> References: <483689D9.5080009@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Yunfeng Zhao Return-path: Received: from wa-out-1112.google.com ([209.85.146.180]:19436 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbYEWOwG (ORCPT ); Fri, 23 May 2008 10:52:06 -0400 Received: by wa-out-1112.google.com with SMTP id j37so671560waf.23 for ; Fri, 23 May 2008 07:52:05 -0700 (PDT) In-Reply-To: <483689D9.5080009@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Yunfeng Zhao wrote: > Hi All, > This is today's KVM test result against kvm.git > 3adebb96906d4d5d5b09cf16d75e87318f6a118c and kvm-userspace.git > 7913795342296f74ac7ca52e77bf53064f402b9e. > > > One New issue: > ================================================ > 1. virtnet: Unlikely: restart svq failed > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1968557&group_id=180599 > > We found this issue while measuring performance of virtnet. > The linux guest will keep printing "Unlikely: restart svq failed" > while testing tcp stream. That printk() has been removed from the upstream Linux virtio drivers. If you update the drivers in the guest, this will go away. Regards, Anthony Liguori