From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756736Ab1ERIpD (ORCPT ); Wed, 18 May 2011 04:45:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60516 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754796Ab1ERIo7 (ORCPT ); Wed, 18 May 2011 04:44:59 -0400 Date: Wed, 18 May 2011 11:45:04 +0300 From: "Michael S. Tsirkin" To: Shirley Ma Cc: David Miller , Eric Dumazet , Avi Kivity , Arnd Bergmann , netdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 4/6 net-next] vhost: vhost TX zero-copy support Message-ID: <20110518084504.GH7589@redhat.com> References: <1305579414.3456.49.camel@localhost.localdomain> <20110516212401.GF18148@redhat.com> <1305606683.10756.3.camel@localhost.localdomain> <20110517055503.GA26989@redhat.com> <1305645734.10756.14.camel@localhost.localdomain> <20110517152840.GA2389@redhat.com> <1305646444.10756.16.camel@localhost.localdomain> <1305665419.10756.33.camel@localhost.localdomain> <20110517212827.GC7589@redhat.com> <1305695674.10756.93.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1305695674.10756.93.camel@localhost.localdomain> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 17, 2011 at 10:14:34PM -0700, Shirley Ma wrote: > Yes, fixed it already. I might change it to PAGE_SIZE for now since the > small message sizes regression issue. If that fixes it, let's do that for now. -- MST