public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Henri Cook <kvm@theplayboymansion.net>
Cc: kvm@vger.kernel.org
Subject: Re: Network Overruns
Date: Sat, 13 Sep 2008 08:09:56 +0300	[thread overview]
Message-ID: <48CB4B24.8090505@qumranet.com> (raw)
In-Reply-To: <48CAA711.8060302@theplayboymansion.net>

Henri Cook wrote:
> Hi all,
>
> I'm running ~13 virtual machines in production on KVM 62 (unfortunately
> the best ubuntu-stable can provide for me :/) and i've noticed a lot of
> TX overruns, is this something i should be worried about? Are my
> machines losing data?
>   

There shouldn't be any data loss, since the guest expects the network to
be lossy.  But this can cause performance drops due to retries.

Most likely the guest's rx queue length is greater than the host's.  You
might try

   ifconfig vnet0 txqueuelen 1500

(and so on for every interface)


or perhaps reducing the guests' txqueuelen.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


  reply	other threads:[~2008-09-13  5:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-12 17:29 Network Overruns Henri Cook
2008-09-13  5:09 ` Avi Kivity [this message]
2008-09-13  8:18   ` xming
2008-09-13 14:44     ` Avi Kivity
     [not found]       ` <519a8b110809131600vbee71cbv6774e0d4ce2f4238@mail.gmail.com>
2008-09-14  1:03         ` Avi Kivity
2008-09-14 17:56           ` xming
2008-09-23 13:09             ` xming
2008-09-23 14:27               ` xming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48CB4B24.8090505@qumranet.com \
    --to=avi@qumranet.com \
    --cc=kvm@theplayboymansion.net \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox