From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA1B0C0650F for ; Tue, 30 Jul 2019 15:38:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D7FB2089E for ; Tue, 30 Jul 2019 15:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731818AbfG3PiI (ORCPT ); Tue, 30 Jul 2019 11:38:08 -0400 Received: from mail-wm1-f65.google.com ([209.85.128.65]:51550 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727931AbfG3PiI (ORCPT ); Tue, 30 Jul 2019 11:38:08 -0400 Received: by mail-wm1-f65.google.com with SMTP id 207so57627436wma.1 for ; Tue, 30 Jul 2019 08:38:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=+V7Ycpw0BpHnpfdUJNk0+mUgrmqws4rmdWBhU3jRPak=; b=rAD9qjTs6Et96nlCVl3KzfxXUoISylt11L1gEbavLpSke4K1pW9Jl2F9OVqzImORpz et3VxCVP4Kbe3rqJ4qEY7Jk9l/rI14lOFeJStoS73fjlF9bHCdMTx0hVOxtmfeqV/eac 5Af4QD9s/itTrCV/eg5GMbao8/afo2zi7lF+q5px0quKPpScDztY+g0wgyvNb8Vbust7 UXo/8F+Qe2tKi0BDg2qoeepWvq1X7xtXjO60bMZgm1dlv1MgP7wJdGsW/O1ypRcdgGRL tvNmW7+Fq9Jz5VUD6hT0ZORbQpv60pVPUPCEmMw+hdLCxi6qRbtZnRZ3LAjFl8OZNXtE 6wzg== X-Gm-Message-State: APjAAAVFGhQsv2MZm49tYXKxts0k0ra7ihyAgW+G8TRiQXO/MDj9yu97 eY2n3PJRIuj8xOtWAayiPjSgLQ== X-Google-Smtp-Source: APXvYqzl/+3onAWYKDAvYxlWjOt0dpZaL10v8LdZHXOcP0ynq8N8FAuHDBrbBG+gxlVDb61R4WP+1w== X-Received: by 2002:a1c:2d8b:: with SMTP id t133mr105582983wmt.57.1564501086525; Tue, 30 Jul 2019 08:38:06 -0700 (PDT) Received: from steredhat (host122-201-dynamic.13-79-r.retail.telecomitalia.it. [79.13.201.122]) by smtp.gmail.com with ESMTPSA id b19sm46496455wmj.13.2019.07.30.08.38.05 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 30 Jul 2019 08:38:05 -0700 (PDT) Date: Tue, 30 Jul 2019 17:38:03 +0200 From: Stefano Garzarella To: Jason Wang Cc: "Michael S. Tsirkin" , Stefan Hajnoczi , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org Subject: Re: [PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput Message-ID: <20190730153803.qxilmuvaylzyeqi4@steredhat> References: <20190717113030.163499-1-sgarzare@redhat.com> <20190729095743-mutt-send-email-mst@kernel.org> <20190730094013.ruqjllqrjmkdnh5y@steredhat> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, Jul 30, 2019 at 06:03:24PM +0800, Jason Wang wrote: > > On 2019/7/30 下午5:40, Stefano Garzarella wrote: > > On Mon, Jul 29, 2019 at 09:59:23AM -0400, Michael S. Tsirkin wrote: > > > On Wed, Jul 17, 2019 at 01:30:25PM +0200, Stefano Garzarella wrote: > > > > This series tries to increase the throughput of virtio-vsock with slight > > > > changes. > > > > While I was testing the v2 of this series I discovered an huge use of memory, > > > > so I added patch 1 to mitigate this issue. I put it in this series in order > > > > to better track the performance trends. > > > Series: > > > > > > Acked-by: Michael S. Tsirkin > > > > > > Can this go into net-next? > > > > > I think so. > > Michael, Stefan thanks to ack the series! > > > > Should I resend it with net-next tag? > > > > Thanks, > > Stefano > > > I think so. Okay, I'll resend it! Thanks, Stefano