[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] TSQ accounting skb->truesize degrades throughput for large packets
On 09/09/2013 09:47 PM, Eric Dumazet wrote: > On Mon, 2013-09-09 at 17:27 +0800, Jason Wang wrote: > >> Virtio-net orphan the skb in .ndo_start_xmit() so TSQ can not throttle >> packets in device accurately, and it also can't do BQL. Does this means >> TSQ should be disabled for virtio-net? >> > If skb are orphaned, there is no way TSQ can work at all. For example, virtio-net will stop the tx queue when it finds the tx queue may full and enable the queue when some packets were sent. In this case, tsq works and throttles the total bytes queued in qdisc. This usually happen during heavy network load such as two sessions of netperf. > > It is already disabled, so why do you want to disable it ? > > We notice a regression, and bisect shows it was introduced by TSQ. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |