From patchwork Wed Dec 28 12:56:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13082918 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 CA6CCC4167B for ; Wed, 28 Dec 2022 12:56:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229989AbiL1M4T (ORCPT ); Wed, 28 Dec 2022 07:56:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229785AbiL1M4T (ORCPT ); Wed, 28 Dec 2022 07:56:19 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4044D269 for ; Wed, 28 Dec 2022 04:56:18 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id EB3D5B816A1 for ; Wed, 28 Dec 2022 12:56:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 126DAC433D2; Wed, 28 Dec 2022 12:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672232175; bh=n+fyycl7q3JZP8vEqvA+f/JAa8f+JqJikGxr5VN6buQ=; h=From:To:Cc:Subject:Date:From; b=mi15Tu7LDOHCuNg+pmiDCOHtycaATyQ8l64CMiP4Yzjw7bHWDFQJpwgeo1LB+BchV YunSyLqg2KCobBiZ6+QdmFeoDSAtXpveoxzFDlXyNQwLe/3XzuYxaxC6YjGIvduoF4 8jLoD1sodF4Rfk6MX4lNTYbhWZbDF0AhvxT93Yv4eLCXhuZuNVx4jXJQz6aLfkVleu amStSpafuFdEWFA8dm3OgV1hzlTy5xCuJ6wJtrbySbfO8rAiD4faLxe+7Ets1OGV62 SBTbhIApe6Syv6GB1AGwGxflhcNeMGfUDVNk+R4OOuHNmIoacWUYyDqt/8bDRP7faJ e3di+tBFmQaJw== From: Leon Romanovsky To: Jason Gunthorpe Cc: Leon Romanovsky , linux-rdma@vger.kernel.org, Maor Gottlieb , Patrisious Haddad , Shay Drory Subject: [PATCH RESEND rdma-next 0/2] Two mlx5_ib fixes Date: Wed, 28 Dec 2022 14:56:08 +0200 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org From: Leon Romanovsky Hi, This was already posted to ML, but too late to be included in last pull request to Linus, so simply resending them. Thanks Maor Gottlieb (1): RDMA/mlx5: Fix validation of max_rd_atomic caps for DC Shay Drory (1): RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device drivers/infiniband/hw/mlx5/counters.c | 6 ++-- drivers/infiniband/hw/mlx5/qp.c | 49 +++++++++++++++++++-------- 2 files changed, 38 insertions(+), 17 deletions(-)