From patchwork Thu Mar 23 10:13:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13185415 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02E78C6FD1D for ; Thu, 23 Mar 2023 10:14:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230261AbjCWKOB (ORCPT ); Thu, 23 Mar 2023 06:14:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229840AbjCWKOA (ORCPT ); Thu, 23 Mar 2023 06:14:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50F0218151; Thu, 23 Mar 2023 03:13:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E96B9625A4; Thu, 23 Mar 2023 10:13:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9B17C433D2; Thu, 23 Mar 2023 10:13:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679566438; bh=zrgSddTp8IjJIEKsy9w6s1ZGRWxSgC5QVx2esu3Yf6I=; h=From:To:Cc:Subject:Date:From; b=sAgSrnBwrFRVItl7KRxi7yrS1x2eigTDKQrCdTYZyti/e07OklXqNIBCFiMbvtpFs mR39wzH8HAyFOskRpo+jN19Se/eX4/R9sZCmfHWg4mexxvwUY0Kg2GbbFHVVZg7X6r CtPUbZTwFyKHdpUhbcGNeW6iBZCYt56GJ3xgwBd5gdBGP/ulSF+Anm/xinCXGZmOX9 50Rjq6BecfpTnNI8wAtBw5b/NL8bBgslqb7xDk0QjRbV9SqhmgzsvWa3LmsRjneuZ/ 584kHASBDDEMzwU/sTb3Pw2e8m73cjZjRXfwLY2iGlqTb4iPy0Tke5G1BQwPaCtJEW jewyVnuIqOeNw== From: Leon Romanovsky To: Jason Gunthorpe Cc: Leon Romanovsky , linux-rdma@vger.kernel.org, Michael Guralnik , netdev@vger.kernel.org, Patrisious Haddad , Saeed Mahameed Subject: [PATCH rdma-next v1 0/2] Add Q-counters for representors Date: Thu, 23 Mar 2023 12:13:50 +0200 Message-Id: X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Leon Romanovsky Changelog: v1: * Properly separated between uplink and representors counters v0: https://lore.kernel.org/all/cover.1678974109.git.leon@kernel.org ---------------------------------------------------------------------- Hi, The following series from Patrisious exports VF representors counters to be visible by the host. Thanks Patrisious Haddad (2): net/mlx5: Introduce other vport query for Q-counters RDMA/mlx5: Expand switchdev Q-counters to expose representor statistics drivers/infiniband/hw/mlx5/counters.c | 171 +++++++++++++++++++++----- include/linux/mlx5/mlx5_ifc.h | 13 +- 2 files changed, 152 insertions(+), 32 deletions(-)