From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shirley Ma Subject: Re: [RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation Date: Thu, 04 Nov 2010 14:37:23 -0700 Message-ID: <1288906643.16508.0.camel@localhost.localdomain> References: <1288216693.17571.38.camel@localhost.localdomain> <1288240804.14342.1.camel@localhost.localdomain> <20101028052021.GD5599@redhat.com> <1288286062.11251.15.camel@localhost.localdomain> <20101029081027.GB22688@redhat.com> <1288366988.4110.5.camel@localhost.localdomain> <20101030200603.GA19033@redhat.com> <1288642673.19173.8.camel@localhost.localdomain> <20101103104812.GB10555@redhat.com> <1288849126.12932.4.camel@localhost.localdomain> <20101104093045.GA27506@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20101104093045.GA27506@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2010-11-04 at 11:30 +0200, Michael S. Tsirkin wrote: > One thing to note is that deferred signalling needs to be > benchmarked with old guests which don't orphan skbs on xmit > (or disable orphaning in both networking stack and virtio-net). Yes, we need run more test. > > OK, so I guess I'll queue the __put_user etc patches for net-next, on > top of this > I think a patch which defers signalling would be nice to have, > then we can figure out whether a separate heads array still has > benefits > for non zero copy case: if yes what they are, if no whether it should > be > used for zero copy only for both both non-zero copy and zero copy. > > Makes sense? Agree. Shirley