From patchwork Wed Feb 1 20:44:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajit Khaparde X-Patchwork-Id: 13124986 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 96DDEC05027 for ; Wed, 1 Feb 2023 20:45:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231434AbjBAUph (ORCPT ); Wed, 1 Feb 2023 15:45:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230462AbjBAUp2 (ORCPT ); Wed, 1 Feb 2023 15:45:28 -0500 Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 966BB7B79B for ; Wed, 1 Feb 2023 12:45:05 -0800 (PST) Received: by mail-pl1-x631.google.com with SMTP id h9so11102800plf.9 for ; Wed, 01 Feb 2023 12:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=uNvCK3lGeTOcM8o4OPUSpmtkSBzGVa3Rhypkk5AEF9Y=; b=AmGy47eD222meuKCcdai+022MIL04vUN4jNKbnY9ocB7PB/7Ob18qUPW3SqEdR5JSt iXHE9lWzrnUQbGFa/gJiDusLFfZvZP9dWV8S5tjE/iwfQJMAZEqjwJUYHCDvjheRN5ym ka4ivI/QfzIfpMZKi/sOV+y+dkuNynYBSX8O0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=uNvCK3lGeTOcM8o4OPUSpmtkSBzGVa3Rhypkk5AEF9Y=; b=NjH9IYxxgsC6ThOx40GbMGLfGhPJx2XtwkCcL+H6Ttr4ZberWlzi90ZfrPUdmF//o2 PvBVnMLcSoeMiUTLpQZ81txv3v8fPd4h7KkGsBOAVqmhFqcjJkkdCwnKYBICwO5zeaan cPiR8Z7E94eVMjuhMZOCiwqf5jGswoQcVMq2Rf5jXExfTPemsWE66w3VjKSHe4HSE38f UrQ7ouBP+TcDe/T8LQLynjJcOeTXdoyC92iQ1vXnm7lZRCboloJ+FG+Lq06pyP19IPzh biDEPqiaX85AAHlZlDB4ViAxuoLo+X0orh4jof+TdKUWV8xvR1XHePUZVXXWV+Fxpvfl 9UAw== X-Gm-Message-State: AO0yUKVqR2W49y/ocO7IMZhu9CRJNR4szI6TY+w3rIdb7y3Fp82nu1cI ZzLcIN7b0FyZbeZ/hNK6ZjNFDYg4NL8YlgYb X-Google-Smtp-Source: AK7set+TuT7DT9hSoePQ+pHx9KtX96KVLsrNnRxFmt5ZKYd3y0acK3W5V2oSyiKPsMQQn265iGtTFA== X-Received: by 2002:a17:903:214d:b0:196:8292:e879 with SMTP id s13-20020a170903214d00b001968292e879mr3420338ple.1.1675284304967; Wed, 01 Feb 2023 12:45:04 -0800 (PST) Received: from C02GC2QQMD6T.wifi.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id w9-20020a1709027b8900b0019682e27995sm6485795pll.223.2023.02.01.12.45.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Feb 2023 12:45:03 -0800 (PST) From: Ajit Khaparde To: ajit.khaparde@broadcom.com Cc: andrew.gospodarek@broadcom.com, davem@davemloft.net, edumazet@google.com, jgg@ziepe.ca, kuba@kernel.org, leon@kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, michael.chan@broadcom.com, netdev@vger.kernel.org, pabeni@redhat.com, selvin.xavier@broadcom.com, gregkh@linuxfoundation.org Subject: [PATCH net-next v10 0/8] Add Auxiliary driver support Date: Wed, 1 Feb 2023 12:44:52 -0800 Message-Id: <20230201204500.19420-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.37.1 (Apple Git-137.1) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Add auxiliary device driver for Broadcom devices. The bnxt_en driver will register and initialize an aux device if RDMA is enabled in the underlying device. The bnxt_re driver will then probe and initialize the RoCE interfaces with the infiniband stack. We got rid of the bnxt_en_ops which the bnxt_re driver used to communicate with bnxt_en. Similarly We have tried to clean up most of the bnxt_ulp_ops. In most of the cases we used the functions and entry points provided by the auxiliary bus driver framework. And now these are the minimal functions needed to support the functionality. We will try to work on getting rid of the remaining if we find any other viable option in future. v1->v2: - Incorporated review comments including usage of ulp_id & complex function indirections. - Used function calls provided by the auxiliary bus interface instead of proprietary calls. - Refactor code to remove ROCE driver's access to bnxt structure. v2->v3: - Addressed review comments including cleanup of some unnecessary wrappers - Fixed warnings seen during cross compilation v3->v4: - Cleaned up bnxt_ulp.c and bnxt_ulp.h further - Removed some more dead code - Sending the patchset as a standalone series v4->v5: - Removed the SRIOV config callback which bnxt_en driver was calling into bnxt_re driver. - Removed excessive checks for rdev and other pointers. v5->v6: - Removed excessive checks for dev and other pointers - Remove runtime interrupt vector allocation. bnxt_en preallocates interrupt vectors for bnxt_re to use. v6->v7: - Removed incorrect usage of inline - Updated Kconfig to select AUXILIARY BUS support - Addressed various comments including removal of unnecessary forward declaration, using static functions where possible, unnecessary jump, cleanup logic, etc.. - Added Leon's Reviewed-by, to the commit log in the patches, from previous version. v7->v8: - Addressed various comments to remove unnecessary check for id, removed setting pointer to NULL after free, renamed private pointers to avoid confusing them with the auxiliary device names and refactored some code accordingly. - Auxiliary device will be released through auxiliary_device_uninit(); v8->v9: - Fixed the cleanup code to use the auxiliary driver release function to free allocated memory. This allows the cleanup to be performed once the device reference count drops to 0. - Refactored the code to address the above. v9->v10: - Fixed residual comments like useless NULL assignments and variable initializations. Commit message uses Leon's Reviewed-by from earlier version. Please apply. Thanks. The following are changes since commit c0b67534c95c537f7a506a06b98e5e85d72e2b7d: Merge tag 'cgroup-for-6.2-fixes' in Linus's tree and are available in the git repository at: https://github.com/ajitkhaparde1/linux aux-bus-v10 for you to fetch changes upto 2daf6059f4cf2cd3f5f09e6beb4bba3e3a89b977: bnxt_en: Remove runtime interrupt vector allocation ---- Ajit Khaparde (7): bnxt_en: Add auxiliary driver support RDMA/bnxt_re: Use auxiliary driver interface bnxt_en: Remove usage of ulp_id bnxt_en: Use direct API instead of indirection bnxt_en: Use auxiliary bus calls over proprietary calls RDMA/bnxt_re: Remove the sriov config callback bnxt_en: Remove runtime interrupt vector allocation Hongguang Gao (1): bnxt_en: Remove struct bnxt access from RoCE driver drivers/infiniband/hw/bnxt_re/bnxt_re.h | 10 +- drivers/infiniband/hw/bnxt_re/main.c | 635 +++++++----------- drivers/net/ethernet/broadcom/Kconfig | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 10 +- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 8 + .../net/ethernet/broadcom/bnxt/bnxt_sriov.c | 7 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 475 ++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h | 51 +- 8 files changed, 462 insertions(+), 735 deletions(-)