From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-next 0/2] RoCE ICRC counter Date: Fri, 22 Jun 2018 09:03:52 -0600 Message-ID: <20180622150352.GA26942@ziepe.ca> References: <20180621123756.32645-1-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Doug Ledford , Leon Romanovsky , RDMA mailing list , Mark Bloch , Talat Batheesh , Saeed Mahameed , linux-netdev To: Leon Romanovsky Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:32814 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbeFVPDz (ORCPT ); Fri, 22 Jun 2018 11:03:55 -0400 Received: by mail-pf0-f194.google.com with SMTP id b17-v6so3362841pfi.0 for ; Fri, 22 Jun 2018 08:03:55 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180621123756.32645-1-leon@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jun 21, 2018 at 03:37:54PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Hi, > > This series exposes RoCE ICRC counter through existing RDMA hw_counters > sysfs interface. > > First patch has all HW definitions in mlx5_ifc.h file and second patch is > actual counter implementation. > > Thanks > > Talat Batheesh (2): > net/mlx5: Add RoCE RX ICRC encapsulated counter > IB/mlx5: Support RoCE ICRC encapsulated error counter > > drivers/infiniband/hw/mlx5/cmd.c | 12 +++++++ > drivers/infiniband/hw/mlx5/cmd.h | 1 + > drivers/infiniband/hw/mlx5/main.c | 62 ++++++++++++++++++++++++++++++++++-- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + > include/linux/mlx5/mlx5_ifc.h | 11 +++++-- > 5 files changed, 81 insertions(+), 6 deletions(-) Applied to rdma for-next with the mellanox/mlx5-next branch Thanks, Jason