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 36478C433FF for ; Tue, 30 Jul 2019 09:40:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A82A2171F for ; Tue, 30 Jul 2019 09:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731845AbfG3JkY (ORCPT ); Tue, 30 Jul 2019 05:40:24 -0400 Received: from mail-wr1-f68.google.com ([209.85.221.68]:44703 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726811AbfG3JkR (ORCPT ); Tue, 30 Jul 2019 05:40:17 -0400 Received: by mail-wr1-f68.google.com with SMTP id p17so64979763wrf.11 for ; Tue, 30 Jul 2019 02:40:16 -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:in-reply-to:user-agent; bh=fQg1192WhNDyv6FjBGie6urrqGv9zjrLIH2bCUp56uc=; b=uIult0x7n6xSSbx6LcJnEAeG68/B/uMaoUW5NmPy2CEEMjajfwezBvJcGzDLw6DrBX 6b1QCiLEMUSR1SMMBnj5QyO8IJer5x5xWencgpyc7j/bmkCf+bZfatcETImHNLK9ibNb +ZkbFwrnrLe74+Sjj9ofdBaKRqRgdCEq3us0ePL5dVDqRTvVbHWAI5gnCw7JFA2NEU9G PJgHK7Njbvd99ivkipPC0PQmxsVnBxAJ2jv2Z3KJhalQWaAkvn0uZOI1VBeADamVeQUk BKMg6zx8TTazbnXwpiSJ8ES2+HfUGASRI8z1YReXM6q7RYPwEDxmjwuLmzn2wSjhyij3 AHRg== X-Gm-Message-State: APjAAAWow6MW3aaXxNROPTxywlE5QjCpciJDGhRz5xZUmX1EedJ75jFh ltP061SkMeh5SGNCVav9txQL4w== X-Google-Smtp-Source: APXvYqwQrJXSgJVI83eo1dkA3KRV/8pRzTuIDgoLCeF0kh3lvGAFxSVFdhlDZkRo9pud0n2msXMp9A== X-Received: by 2002:a5d:50d1:: with SMTP id f17mr72705216wrt.124.1564479615723; Tue, 30 Jul 2019 02:40:15 -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 r12sm77203676wrt.95.2019.07.30.02.40.14 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 30 Jul 2019 02:40:15 -0700 (PDT) Date: Tue, 30 Jul 2019 11:40:13 +0200 From: Stefano Garzarella To: "Michael S. Tsirkin" , Stefan Hajnoczi , "David S. Miller" Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Jason Wang , kvm@vger.kernel.org Subject: Re: [PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput Message-ID: <20190730094013.ruqjllqrjmkdnh5y@steredhat> References: <20190717113030.163499-1-sgarzare@redhat.com> <20190729095743-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190729095743-mutt-send-email-mst@kernel.org> User-Agent: NeoMutt/20180716 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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