From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B45E5C33CB6 for ; Thu, 16 Jan 2020 09:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A10020748 for ; Thu, 16 Jan 2020 09:14:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579166076; bh=/ZP5DMFXtvJgpTiq9dMw2rh/k9mrDcKdr98oM2mMCb4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=h3i+zW566dOje9hug+R33AmUgrA/ypQlMNoyJ+LtHug0LMynm0oPsW8Ct92vwaHO6 OX14/YmyqWgOehmJFlMJxYXxOWzdH6d3Ub/gBtxGQFi7/bchLBYIjn+jbQ/Py0pR+7 aWCeXXYm6B0lw9JBuIeRvqARIaAs1okWp1lE9ecM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726903AbgAPJOf (ORCPT ); Thu, 16 Jan 2020 04:14:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:43050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726406AbgAPJOf (ORCPT ); Thu, 16 Jan 2020 04:14:35 -0500 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 069112064C; Thu, 16 Jan 2020 09:14:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579166074; bh=/ZP5DMFXtvJgpTiq9dMw2rh/k9mrDcKdr98oM2mMCb4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u9oe0bzh8DUh8A3H6Yw+Abbespstue2lzXd2XIwj2e0CZdnCokA37LJgL0XU2rnIZ voXO89Puh/kZlE+glv4YdRBcXLb1k4xOsIEW8F0XAd9gtfp8s8mb9AAe8ie1qC9FXk uCVDww+ZdhAAzwYN/yPlXWIAO50WWGbCQljryvT0= Date: Thu, 16 Jan 2020 11:14:30 +0200 From: Leon Romanovsky To: Jason Gunthorpe Cc: Doug Ledford , RDMA mailing list , Avihai Horon , Maor Gottlieb , Saeed Mahameed , linux-netdev Subject: Re: [PATCH rdma-next 0/2] RoCE accelerator counters Message-ID: <20200116091430.GA6853@unreal> References: <20200115145459.83280-1-leon@kernel.org> <20200115203929.GA26829@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200115203929.GA26829@ziepe.ca> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Jan 15, 2020 at 04:39:29PM -0400, Jason Gunthorpe wrote: > On Wed, Jan 15, 2020 at 04:54:57PM +0200, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Hi, > > > > Very small change, separated to two patches due to our shared methodology. > > > > Thanks > > > > Avihai Horon (1): > > IB/mlx5: Expose RoCE accelerator counters > > > > Leon Romanovsky (1): > > net/mlx5: Add RoCE accelerator counters > > Looks fine to me, can you update the shared branch? Thanks, applied 8cbf17c14f9b net/mlx5: Add RoCE accelerator counters > > Thanks, > Jason