[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAFgQCTuDNAGx+NTzUzkYJcsppL6JwghZMuThRre-m6Te=sYAcg@mail.gmail.com>
Date: Thu, 5 Apr 2012 10:30:33 +0800
From: Liu ping fan <kernelfans@...il.com>
To: qemu-devel@...gnu.org, netdev@...r.kernel.org
Cc: Eric Dumazet <eric.dumazet@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Stefan Hajnoczi <stefanha@...il.com>,
Anthony Liguori <anthony@...emonkey.ws>,
linux-kernel@...r.kernel.org
Subject: Despite of traffic control on host netdevice, is it worth to impose a
limit control on qemu emulated net device?
Hi,
As we know, in order to control the guest OS's TX rate limit, we can
apply rate limit on ingress Qdisc of host's tap device.
But I think skb will be dropped on host's tap ingress Qdisc, which
means that for those protocol lacking of congestion control such as
UDP, it will cost a lot of meaningless time to produce dropped packet
.
What about introducing rate limit on qemu's emulated net device? I
think guest's UDP transaction will be blocked at wait_for_wmem.
Thanks and regards,
pingfan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists