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 7BBB0C433FE for ; Tue, 5 Apr 2022 01:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229542AbiDEB1b (ORCPT ); Mon, 4 Apr 2022 21:27:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229494AbiDEB11 (ORCPT ); Mon, 4 Apr 2022 21:27:27 -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 1C6D428E355; Mon, 4 Apr 2022 17:39:18 -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 1D5036178D; Tue, 5 Apr 2022 00:35:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 316ADC2BBE4; Tue, 5 Apr 2022 00:35:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649118903; bh=TUQDwA5oUvOfBLmcRPZvF7xp3TjIfEeV0e2XgtHJnNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bBOBsxplszIf67QVQqJ2EwfPQE2M++fqNb0Yd9NSZYsD64yfsVRI23HkorAj44+/6 nN+8zCrCS2N+vShsAajbtP5upMOvbtN7SkmdAYGWSlPTNztsXnQE2KJUsVH4D7J0lS s2Pgn358HZklqe2q+sb6ghbMuRuyDOoy2UdYW1LaQHWx1yGYIPGmaqP69+myVoXqua CCAmqKxbHH0ccC/Mrv2Voa/pyGHRIjR07f8okE6r+1ycyX3pYjXQVmkAYx5+76+8NY eN6UNZj6YYvg8gmoNie2mSf0ek8etHckuc6FGyiImZC9HN6Zv8GIhX8eEBgcV1lIp1 equbS+z19xUwg== Date: Mon, 4 Apr 2022 17:35:00 -0700 From: Saeed Mahameed To: Leon Romanovsky Cc: Jakub Kicinski , Paolo Abeni , Leon Romanovsky , Jason Gunthorpe , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, Saeed Mahameed , Tariq Toukan Subject: Re: [PATCH mlx5-next 0/5] Drop Mellanox FPGA TLS support from the kernel Message-ID: <20220405003500.duivahirienxrkuk@sx1> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 04 Apr 15:08, Leon Romanovsky wrote: >From: Leon Romanovsky > >Mellanox INNOVA TLS cards are EOL in May, 2018 [1]. As such, the code >is unmaintained, untested and not in-use by any upstream/distro oriented >customers. In order to reduce code complexity, drop the kernel code, >clean build config options and delete useless kTLS vs. TLS separation. > >[1] https://network.nvidia.com/related-docs/eol/LCR-000286.pdf > >Thanks > >BTW, the target of this series is mlx5-next, as other series removes >FPGA IPsec together with relevant cleanup in RDMA side. > Other than the renaming ktls => tls comment, which is not a big deal anyhow. The series looks great. Reviewed-by: Saeed Mahameed