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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2886CC77B7D for ; Wed, 10 May 2023 10:40:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235762AbjEJKka (ORCPT ); Wed, 10 May 2023 06:40:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235904AbjEJKkX (ORCPT ); Wed, 10 May 2023 06:40:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2EDD35B7 for ; Wed, 10 May 2023 03:40:22 -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 6AC7F6487A for ; Wed, 10 May 2023 10:40:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7852CC4339B; Wed, 10 May 2023 10:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683715221; bh=fW1xLmtdrZBKMWpp9lZiW/FNzhXNUKxL1AVyFS5czhg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OpbU+jo5QpZMJERO18zvrU2X/Hr79LUMqZpuba+1Iqdf97854b+jAnmmOUeAejqfu GmkrQf0LxDexhOTiP4/kX74Vw3wakH2hAKAZO/O7le8mzTDmmgIx2z6WW20oepWMo6 yvdlVBLIqGJMvjDnsfPwRoJIKPTQBO5PC+tcBELh5y/5neyjZa/UqppzSKP/naux7e WuFZhuvOn42dC5cjOHeotoUtu8CBCQ8syytGsGZTPd2iYyczcumLJd2qIxTUijqPVi w2EFf5cWjB0rcBGeLvIydliq/Yp0cQzVbgWo5VKjelg6QMVIBAJ5Dy7PYpva/r8+cR HTbRC289yRIfw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 582E5E26D21; Wed, 10 May 2023 10:40:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next PATCH] macsec: Use helper macsec_netdev_priv for offload drivers From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168371522135.27469.13839487111704280429.git-patchwork-notify@kernel.org> Date: Wed, 10 May 2023 10:40:21 +0000 References: <1683707289-2854-1-git-send-email-sbhatta@marvell.com> In-Reply-To: <1683707289-2854-1-git-send-email-sbhatta@marvell.com> To: Subbaraya Sundeep Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, saeedm@nvidia.com, tariqt@nvidia.com, roid@nvidia.com, leon@kernel.org, maxtram95@gmail.com, kliteyn@nvidia.com, irusskikh@marvell.com, liorna@nvidia.com, ehakim@nvidia.com, dbogdanov@marvell.com, sd@queasysnail.net, sgoutham@marvell.com, gakula@marvell.com, naveenm@marvell.com, hkelam@marvell.com, lcherian@marvell.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 10 May 2023 13:58:09 +0530 you wrote: > Now macsec on top of vlan can be offloaded to macsec offloading > devices so that VLAN tag is sent in clear text on wire i.e, > packet structure is DMAC|SMAC|VLAN|SECTAG. Offloading devices can > simply enable NETIF_F_HW_MACSEC feature in netdev->vlan_features for > this to work. But the logic in offloading drivers to retrieve the > private structure from netdev needs to be changed to check whether > the netdev received is real device or a vlan device and get private > structure accordingly. This patch changes the offloading drivers to > use helper macsec_netdev_priv instead of netdev_priv. > > [...] Here is the summary with links: - [net-next] macsec: Use helper macsec_netdev_priv for offload drivers https://git.kernel.org/netdev/net-next/c/bd9424efc482 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html