From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 715BEA0350; Thu, 23 Dec 2021 16:59:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B0194068C; Thu, 23 Dec 2021 16:59:34 +0100 (CET) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 2D3C54067B for ; Thu, 23 Dec 2021 16:59:33 +0100 (CET) Received: by mail-pf1-f179.google.com with SMTP id v11so5660462pfu.2 for ; Thu, 23 Dec 2021 07:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=X08x4t9WeI/q3k4eHJrX8R2dnAhWvgVx9InEwswt+9I=; b=ZgyrmcxBmsA7TsEAypiw1Cdxj7pT+d+3ZgxbXv9n0doWFP3Nufga5duxBRqkHEluQ0 DOlEsBShUkD/hvro6arBlA13XuCP2HxCZAzbPMBdHiFuaJwIXFojN7v/Z6mlJmh3HALv 5ppCQJhM/SuoXa5dJRFQGb8xJ2e4jcbAphoRLeWTbsoc9U8rSTYgx74IDlKfzydKKrgK zPIvTxgOj4HAqMqYE6eAZwUA2sxJ0weSw6MizfebZbF0PEBz7V0ZuMBtx3hNJUnnGJUm +zPtxCL5V326GbigzJY6KRKZAzMeS55CNjoUn+/Vlb2mvUuWFeD2aYmMa2XwruRywTN8 NEMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=X08x4t9WeI/q3k4eHJrX8R2dnAhWvgVx9InEwswt+9I=; b=MdVptYi3CguCFtlxcIiUgJsmXWF+Dyvicj7eBglzE0URWDH7yUklECStJkQwbXw/fC alqNkLtVRW39qh+XpdODixF1fjyRk11tkYb0ZOpC8OkoZM2Tb8Vo7HlDKr2ZxLm3j/ps 5V4XtgnEDx3aNyr7/BLFcBKQiPDsnuofPo5cqwA+3eoQ9U+crHqqaNAgyDVwED7OdL2s 3i7dGWk77f6lcoysn5J27Ud6Mg6jU9F9+z5DxSTzJiDlK30hTHj1fYostBROH+DflkM8 0/MJ//TTg9k7pWFBGbsaMVwboeIlI3CBPVaNr/J0NOC967083ByxLLG4BA0igzGltZax LXWw== X-Gm-Message-State: AOAM5339PaZ2S66dKXK1dlQGPZgqrfMjx4l/wjegi0v0bCEnBRsIpZDj cz+rZYOzoSvcoAYcjDXxTXAbBqFhyPO5PQ== X-Google-Smtp-Source: ABdhPJwSk0MyN6TTIGo1CZCaVE3scYSWxdGJV6WqRO/q4U01++jPkv/qBSB/aRyV0F2ayj/+TGZBlg== X-Received: by 2002:a63:1422:: with SMTP id u34mr2662824pgl.135.1640275172265; Thu, 23 Dec 2021 07:59:32 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id u8sm6839632pfi.147.2021.12.23.07.59.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Dec 2021 07:59:32 -0800 (PST) Date: Thu, 23 Dec 2021 07:59:29 -0800 From: Stephen Hemminger To: Maxime Coquelin Cc: dev@dpdk.org, chenbo.xia@intel.com, david.marchand@redhat.com Subject: Re: [PATCH 0/7] vhost: improve logging Message-ID: <20211223075929.59bd2806@hermes.local> In-Reply-To: <20211223083659.245766-1-maxime.coquelin@redhat.com> References: <20211223083659.245766-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, 23 Dec 2021 09:36:52 +0100 Maxime Coquelin wrote: > This series aims at easing Vhost logs analysis, by > prepending the Vhost-user socket path to all logs and to > remove multi-line comments. Doing so, filtering Vhost-user > ports logs is much easier. > > Maxime Coquelin (7): > vhost: improve IOTLB logs > vhost: improve vDPA registration failure log > vhost: improve socket layer logs > vhost: improve Vhost layer logs > vhost: improve Vhost-user layer logs > vhost: improve Virtio-net layer logs > vhost: remove multi-line logs > > lib/vhost/iotlb.c | 26 +- > lib/vhost/iotlb.h | 10 +- > lib/vhost/socket.c | 131 ++++----- > lib/vhost/vdpa.c | 4 +- > lib/vhost/vhost.c | 106 ++++--- > lib/vhost/vhost_user.c | 653 ++++++++++++++++++++--------------------- > lib/vhost/virtio_net.c | 165 +++++------ > 7 files changed, 518 insertions(+), 577 deletions(-) > Good work Acked-by: Stephen Hemminger