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=-21.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 799E4C433ED for ; Thu, 13 May 2021 23:00:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FA516143E for ; Thu, 13 May 2021 23:00:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231368AbhEMXBX (ORCPT ); Thu, 13 May 2021 19:01:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:48618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230446AbhEMXBU (ORCPT ); Thu, 13 May 2021 19:01:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id EF288613F2; Thu, 13 May 2021 23:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620946810; bh=8bVvgJkPROsLz0NLkmA22UBIYnSaYHJ2vlD7BVDJ6BU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pbuQ8Ij2po/kb5pbKVJnHeDvTKAY8wAxHfaZNUPlykwUtZcIJdcRPsP3v4xuhcc1g NcvfwxpQAR5JQvrrZSbKWMe1npdYiqHSj9dCwV9ho4/F6wMC5JrmXuDZ+vpX57bmZS UHeFdMZda/olL454QaUTT93xYhNA95rMamNcqTKUJw7zBqU2H68z6KD2VYDVHxa7L5 z6538WtOHKFUHLWT7eCsOky8ZHu0PMl4hs2YpeolDwlwZnq96BqgnR26iufye2WntG sP+CASK/2Uy4waho35F6s4a0hGe5vrxTu/TvWYwMEbvUTfwycpP1Dn0h3/DmHiNalh fBZl+ARtgE9rQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] cxgb4/ch_ktls: Clear resources when pf4 device is removed From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162094680992.5074.4538268271653879718.git-patchwork-notify@kernel.org> Date: Thu, 13 May 2021 23:00:09 +0000 References: <20210513094151.32520-1-ayush.sawal@chelsio.com> In-Reply-To: <20210513094151.32520-1-ayush.sawal@chelsio.com> To: Ayush Sawal Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, secdev@chelsio.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 13 May 2021 15:11:51 +0530 you wrote: > This patch maintain the list of active tids and clear all the active > connection resources when DETACH notification comes. > > Fixes: a8c16e8ed624f ("crypto/chcr: move nic TLS functionality to drivers/net") > Signed-off-by: Ayush Sawal > --- > .../net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +- > .../chelsio/inline_crypto/ch_ktls/chcr_ktls.c | 80 ++++++++++++++++++- > .../chelsio/inline_crypto/ch_ktls/chcr_ktls.h | 2 + > 3 files changed, 82 insertions(+), 2 deletions(-) Here is the summary with links: - [net] cxgb4/ch_ktls: Clear resources when pf4 device is removed https://git.kernel.org/netdev/net/c/65e302a9bd57 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html