Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp243970pxv; Thu, 24 Jun 2021 07:04:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzzLKzvf92HTkGXuAdsCaSIPIwNhk4lu3f1R8yGS3KQegX9GcBu10W1cQQDqsVU/QKVoN/F X-Received: by 2002:aa7:cfd7:: with SMTP id r23mr7375480edy.300.1624543484950; Thu, 24 Jun 2021 07:04:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624543484; cv=none; d=google.com; s=arc-20160816; b=HEEHyU4c7G7bZmpjDQxzGVdyATqqJAFhnJCVJeWH+i9Av0dr35q764ebLe4cpDEsSN EIUXF50ehWVkg9W7WuIvGNOAED8DACer77wydK8jhe9QgzXBBd+SUCubV1f2l4e5ifbk tTO8maO9JckvGD/6f7pJvEqTqgdGqWvb8Mq8t4foMXqP6n+ZhZTz68uJk2JsQFTH5U+F Cwg/g6EEP1Ob1RnyFN+i+JHf0NACrBAkaiCQK2GZI6Pm1QzlyVeQlhn8b29VD7KCQJ3A VOw1Xxfr7+WMn9TeOov96qgX/WZgzP9pAkBYBZ/wh8l9UFP0LlmejNrIrw/JGvY406ye OnNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=N7FKXAM8i9DZOFjQyx0Pm8P78XMUKxEhR6pfDD2VnVg=; b=tSEGnWXvvNg1RNpmEI1Q8ZAZ764KDsCcOSBuW8og6gicdnfLeZf9Xg5Y2nQ3RPR7di 3DQlagYDehtBcaKq/x1NC5KofQ/2EHrRefwanzDRqC8ZYhxSaSfunz0Jhn/JYU5jOoQg iM8i1B+ijm4eyV6Hef0/203CBkaaJlKRZMQIOVxL29u5Amm1wxrbROlOWUzPuw43RqCE Jh2kyA31QGPLhT14MVuryVyOH4NmuHWjDJx/UEPFTgr11IzHFdoXqJcXQ45LBlginVb9 PopW7YbpRBM01hNUlhSpdTCuk3CbgiS0I3FU+NxLXPMDSq54vRdiNcAHnksVNYuFPeMz bIlQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dq10si2933454ejc.351.2021.06.24.07.04.12; Thu, 24 Jun 2021 07:04:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbhFXOG2 (ORCPT + 99 others); Thu, 24 Jun 2021 10:06:28 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:44447 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbhFXOG1 (ORCPT ); Thu, 24 Jun 2021 10:06:27 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4G9hh66gyWz9sVm; Fri, 25 Jun 2021 00:04:06 +1000 (AEST) From: Michael Ellerman To: npiggin@gmail.com, Haren Myneni , herbert@gondor.apana.org.au, mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org Cc: hbabu@us.ibm.com, haren@us.ibm.com In-Reply-To: <827bf56dce09620ebecd8a00a5f97105187a6205.camel@linux.ibm.com> References: <827bf56dce09620ebecd8a00a5f97105187a6205.camel@linux.ibm.com> Subject: Re: [PATCH v6 00/17] Enable VAS and NX-GZIP support on PowerVM Message-Id: <162454339513.2931445.11540292090564537199.b4-ty@ellerman.id.au> Date: Fri, 25 Jun 2021 00:03:15 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, 17 Jun 2021 13:24:31 -0700, Haren Myneni wrote: > Virtual Accelerator Switchboard (VAS) allows kernel subsystems > and user space processes to directly access the Nest Accelerator > (NX) engines which provides HW compression. The true user mode > VAS/NX support on PowerNV is already included in Linux. Whereas > PowerVM support is available from P10 onwards. > > This patch series enables VAS / NX-GZIP on PowerVM which allows > the user space to do copy/paste with the same existing interface > that is available on PowerNV. > > [...] Applied to powerpc/next. [01/17] powerpc/powernv/vas: Release reference to tgid during window close https://git.kernel.org/powerpc/c/91cdbb955aa94ee0841af4685be40937345d29b8 [02/17] powerpc/vas: Move VAS API to book3s common platform https://git.kernel.org/powerpc/c/413d6ed3eac387a2876893c337174f0c5b99d01d [03/17] powerpc/powernv/vas: Rename register/unregister functions https://git.kernel.org/powerpc/c/06c6fad9bfe0b6439e18ea1f1cf0d178405ccf25 [04/17] powerpc/vas: Add platform specific user window operations https://git.kernel.org/powerpc/c/1a0d0d5ed5e3cd9e3fc1ad4459f1db2f3618fce0 [05/17] powerpc/vas: Create take/drop pid and mm reference functions https://git.kernel.org/powerpc/c/3856aa542d90ed79cd5ed4cfd828b1fb04017131 [06/17] powerpc/vas: Move update_csb/dump_crb to common book3s platform https://git.kernel.org/powerpc/c/3b26797350352479f37216d674c8e5d126faab66 [07/17] powerpc/vas: Define and use common vas_window struct https://git.kernel.org/powerpc/c/7bc6f71bdff5f8921e324da0a8fad6f4e2e63a85 [08/17] powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structs https://git.kernel.org/powerpc/c/8f3a6c92802b7c48043954ba3b507e9b33d8c898 [09/17] powerpc/vas: Define QoS credit flag to allocate window https://git.kernel.org/powerpc/c/540761b7f51067d76b301c64abc50328ded89b1c [10/17] powerpc/pseries/vas: Add hcall wrappers for VAS handling https://git.kernel.org/powerpc/c/f33ecfde30ce6909fff41339285e0274bb403fb8 [11/17] powerpc/pseries/vas: Implement getting capabilities from hypervisor https://git.kernel.org/powerpc/c/ca77d48854177bb9749aef7329201f03b2382fbb [12/17] powerpc/pseries/vas: Integrate API with open/close windows https://git.kernel.org/powerpc/c/b22f2d88e435cdada32581ca1f11b9806adf459a [13/17] powerpc/pseries/vas: Setup IRQ and fault handling https://git.kernel.org/powerpc/c/6d0aaf5e0de00491de136f387ebed55604cedebe [14/17] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries https://git.kernel.org/powerpc/c/7da00b0e71334aa1e3d8db1cc1f40eb47cb1e188 [15/17] crypto/nx: Get NX capabilities for GZIP coprocessor type https://git.kernel.org/powerpc/c/b4ba22114c78de48fda3818f569f75e97d58c719 [16/17] crypto/nx: Add sysfs interface to export NX capabilities https://git.kernel.org/powerpc/c/8c099490fd2bd3b012b3b6d0babbba3b90e69b55 [17/17] crypto/nx: Register and unregister VAS interface on PowerVM https://git.kernel.org/powerpc/c/99cd49bb39516d1beb1c38ae629b15ccb923198c cheers