From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF76CA034E; Wed, 6 May 2020 21:52:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BC3E1DACC; Wed, 6 May 2020 21:52:32 +0200 (CEST) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id B266C1DABE for ; Wed, 6 May 2020 21:52:30 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id 18so1584093pfv.8 for ; Wed, 06 May 2020 12:52:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RRtKNUS308474UKhpGfKcQ0x232lmHl7U1xh+jyv8RI=; b=wf69jIbj9MtZxVW5dc4BLgfIwwIy1zQCeJR5nwRejEhDdZENq3bgDhdsXIYjoS18Ou AB4LPS6W1UEokhbEUDB95vZLGv6/xR2CoF7eAH9b70QwCPmw7eZnf9zx6ofFY9IEnJtR rsHdSMpd8J/dpJlgWUlYlqr8Hg+T9xGrgJ3gDKP+c2xn9Z2dadoVrU8Ou8na2kS/PG8A jxEhqPOj7Hxm8y3RlXwNO7mR97aZ1lV7pyuTqsTLfjzNw4zBcref7uUGfJ/d/iTtsp75 qEx4QQ3BzNzpr1p6Y3M8p3raQFDr/Iq5jnwLlV5rjX6ieeuEcbh5xJiiQ1rSLUw/7BNV rqpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RRtKNUS308474UKhpGfKcQ0x232lmHl7U1xh+jyv8RI=; b=Ig+SOkx+/dVAm/7btx5rDItgpCheatXLJ1E6sI8Ds3R0dO1oZ3aPSeIoRKizX2o9Tl QEWxEuHoPTYBP0Xzy4coK1b+tl728/uX+f2y3mnP1sygy1WVkKy6ARZEPNgWJJwjl0Jj 4FjCqe/O/nuRG/dFcqv/AgizJzyAXKm20D8+Hqw2sdaoQVSuMFvpmX4QdrVD5IGLSha6 tG0/uqAxNshs10igFKcJZws1PA+ZJV6wpOvViYV/ekMf6egn4SD8cA0c1pJejj8o20Nb IKBmX7t+AHQyciHgah9IpqDI3Si/yM6Kxyogi+5xiq+/VpDS/gxWkfTK6YnVE1gQZKvx nzVQ== X-Gm-Message-State: AGi0PuZ68W6imLOLycYpePewaCyqRJkjcxeo/ElJQ1fUVAIDxMJN2BUC envFmUAnnPwUt0/nH5UomkpTrJycuEbYtA== X-Google-Smtp-Source: APiQypJiOukh8DtLqI/47eKobMDKmZ+DG27Sqoth39Lc6B1Ouhyusg4SE0e6BTogfiuNwpAdwn9VIg== X-Received: by 2002:a63:a61:: with SMTP id z33mr8437211pgk.440.1588794749262; Wed, 06 May 2020 12:52:29 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id w69sm2655604pff.168.2020.05.06.12.52.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 May 2020 12:52:28 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 6 May 2020 12:52:17 -0700 Message-Id: <20200506195221.26306-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200506192730.21613-1-stephen@networkplumber.org> References: <20200506192730.21613-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/4] net/netvsc: diagnostic enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch set is based on top of my previous netvsc PMD bug fixes. It provides additional standard diagnostic hooks for queue info and improves the debug output. v2 - add missing Signed-off-by Stephen Hemminger (4): net/netvsc: support per-queue info requests net/netvsc: implement rx/tx descriptor status functions net/netvsc: change tx/rx error handling bus/vmbus: improve debug output drivers/bus/vmbus/vmbus_channel.c | 42 +++++++++------ drivers/net/netvsc/hn_ethdev.c | 6 +++ drivers/net/netvsc/hn_rxtx.c | 88 +++++++++++++++++++++++++++---- drivers/net/netvsc/hn_var.h | 8 +++ 4 files changed, 119 insertions(+), 25 deletions(-) -- 2.20.1