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 C1A6EC636CD for ; Mon, 30 Jan 2023 12:35:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236891AbjA3MfQ (ORCPT ); Mon, 30 Jan 2023 07:35:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236337AbjA3MfO (ORCPT ); Mon, 30 Jan 2023 07:35:14 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78EE14211; Mon, 30 Jan 2023 04:35:10 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 1ED3168D09; Mon, 30 Jan 2023 13:35:06 +0100 (CET) Date: Mon, 30 Jan 2023 13:35:05 +0100 From: Christoph Hellwig To: Max Gurtovoy Cc: Christoph Hellwig , Leon Romanovsky , Jason Gunthorpe , Bryan Tan , Eric Dumazet , Israel Rukshin , Jakub Kicinski , Jens Axboe , Keith Busch , linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Masami Hiramatsu , netdev@vger.kernel.org, Paolo Abeni , Saeed Mahameed , Sagi Grimberg , Selvin Xavier , Steven Rostedt , Vishnu Dasa , Yishai Hadas Subject: Re: [PATCH rdma-next 00/13] Add RDMA inline crypto support Message-ID: <20230130123505.GA19948@lst.de> References: <20230118073654.GC27048@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 18, 2023 at 04:20:27PM +0200, Max Gurtovoy wrote: > Today, if one would like to run both features using a capable device then > the PI will be offloaded (no SW fallback) and the Encryption will be using > SW fallback. It's not just running both - it's offering both as currently registering these fatures is mutally incompatible.