From patchwork Tue Feb 6 00:55:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 13546471 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 04C984A11 for ; Tue, 6 Feb 2024 00:55:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707180937; cv=none; b=BuG2mEqyhoRdHfvAcOd6JAtVYhHJCjy2a78PRPGS4fVJHVfBbFw6iBAPULQz01XEuqgV/4UcPqp3VE5phgNf6OQ1t6CwOk1B/89iJb3oP6QQB2f50G1tg7iKN+Y+CnlTUiPIQ6J088/B8aM+2SLf936q4SkGdKwyayYOBq68+ls= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707180937; c=relaxed/simple; bh=ckEkkVPO2+TtiY79VyV5xXKtbNgtj08CKVvwqoCMEv8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=XrQ3N9WwQPmVCuuIpOagNZUX3Q6oTQFNX7xwW3KAHqHd5eBwZPaFKdO6r3wL63ujzIcSocm+eX0Q/8ql+7xZKjYWTsD0c0WnOW+JfILEHLKfC6WPIco9y0wlSN6CiCMNHTRePobbaiWnUBENI/hdiYdyDS/E5/7y9k6k4tEvEJc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aXUWAOli; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aXUWAOli" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5DDB7C433F1; Tue, 6 Feb 2024 00:55:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707180936; bh=ckEkkVPO2+TtiY79VyV5xXKtbNgtj08CKVvwqoCMEv8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aXUWAOli8awUG+gKyYOMjAAkb1C2MDPARtC0nVgXuRmCeT8IWQ78v5QXscF6/Utv+ BvAXNzIxvCh36UE4Q+ZfMKd6ZReY/3ygvFKiAXL4svz//QIcPNBm6n1NG0xx+xWw7+ 1bCk4u8cKiGsVfR45vgIAtW4/ppBnd7zDOhN8CNoZzg7gAf+WXmxJ4l2+qHkk+L+vR 9pcQe9KWnQHNEuwPCG3Z/lCEiB6IucdQRMdPmyBeGU/J0wl3KZy4mBeVGGII9d1HRb c+5jqdncmCSIFeDrlWdof/mTMxWIBC8hys6WoWmQX4DIyEG4CcGvLtaEy8R8N8QC6+ IDUk2LbBGamrA== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Gal Pressman , Leon Romanovsky , Moshe Shemesh Subject: [net-next V4 05/15] Documentation: Fix counter name of mlx5 vnic reporter Date: Mon, 5 Feb 2024 16:55:17 -0800 Message-ID: <20240206005527.1353368-6-saeed@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240206005527.1353368-1-saeed@kernel.org> References: <20240206005527.1353368-1-saeed@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Moshe Shemesh Fix counter name in documentation of mlx5 vnic health reporter diagnose output: total_error_queues. While here fix alignment in the documentation file of another counter, comp_eq_overrun, as it should have its own line and not be part of another counter's description. Example: $ devlink health diagnose pci/0000:00:04.0 reporter vnic vNIC env counters: total_error_queues: 0 send_queue_priority_update_flow: 0 comp_eq_overrun: 0 async_eq_overrun: 0 cq_overrun: 0 invalid_command: 0 quota_exceeded_command: 0 nic_receive_steering_discard: 0 Signed-off-by: Moshe Shemesh Signed-off-by: Saeed Mahameed --- Documentation/networking/devlink/mlx5.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/devlink/mlx5.rst b/Documentation/networking/devlink/mlx5.rst index b9587b3400b9..456985407475 100644 --- a/Documentation/networking/devlink/mlx5.rst +++ b/Documentation/networking/devlink/mlx5.rst @@ -250,7 +250,7 @@ them in realtime. Description of the vnic counters: -- total_q_under_processor_handle +- total_error_queues number of queues in an error state due to an async error or errored command. - send_queue_priority_update_flow @@ -259,7 +259,8 @@ Description of the vnic counters: number of times CQ entered an error state due to an overflow. - async_eq_overrun number of times an EQ mapped to async events was overrun. - comp_eq_overrun number of times an EQ mapped to completion events was +- comp_eq_overrun + number of times an EQ mapped to completion events was overrun. - quota_exceeded_command number of commands issued and failed due to quota exceeded.