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 10B27CDB474 for ; Wed, 18 Oct 2023 01:24:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229463AbjJRBYW (ORCPT ); Tue, 17 Oct 2023 21:24:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbjJRBYW (ORCPT ); Tue, 17 Oct 2023 21:24:22 -0400 Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1897390 for ; Tue, 17 Oct 2023 18:24:20 -0700 (PDT) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1qsvI3-008EVr-6f; Wed, 18 Oct 2023 09:24:04 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Wed, 18 Oct 2023 09:24:08 +0800 Date: Wed, 18 Oct 2023 09:24:08 +0800 From: Herbert Xu To: Ard Biesheuvel Cc: Eric Biggers , Ben Greear , Linux Crypto Mailing List Subject: Re: [PATCH v2] crypto: aesni - add ccm(aes) algorithm implementation Message-ID: References: <20201215091902.GA21455@gondor.apana.org.au> <062a2258-fad4-2c6f-0054-b0f41786ff85@candelatech.com> <6e20b593-393c-9fa1-76aa-b78951b1f2f3@candelatech.com> <32a44a29-c5f4-f5fa-496f-a9dc98d8209d@candelatech.com> <20231017031603.GB1907@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Oct 17, 2023 at 08:43:29AM +0200, Ard Biesheuvel wrote: > > It was rejected by Herbert on the basis that the wireless stack should > be converted to use the async API instead. Yes, there is no reason to special-case this one algorithm when everything else uses the simd model. Of course, if we can support simd in softirqs that would be the best outcome. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt