Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp817883pxb; Thu, 19 Nov 2020 14:46:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJzrEfGRdabrk67iSKY9YwDuXNn9WccKcMGDcReukXCoM53FEfeeOxavvIiLq6nQ/czcsYMj X-Received: by 2002:a17:906:1708:: with SMTP id c8mr7411508eje.535.1605826017642; Thu, 19 Nov 2020 14:46:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605826017; cv=none; d=google.com; s=arc-20160816; b=xQRz34cdmaSvEDD4mM2BHB2yE2PRmx8KbFZTygPvmuM7Lk1IB4jWGcdOJHZtUqXwaF g5osAdQZE73IfSYSg0eGBSH6purvvOsR9ijIBVJuW1qW9qEYzzGkNKcxVE92/9n2yHmp wHP8lP3HUsfN2UNKK0fSZnDDQVPRzpQNwlu5ySEY4opwf91PgmFL+MbWlhkLRadi7plz Eqe1mfBjEYQXvivpF8xm6nDblBFbTTIxifSvwxIdli2hy1pfApIHvGwYJw0z8JpV922C Fb3Gaw+fBdvKerHTz8ZI0emWOjJjLAqR2gGAgjbCpK7RXWZzXEpPReqdpdCJ9+QriPax /kFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=10C06GEOpPC08JNghlEop7L8ugUcyQ7jyUGwdhJyels=; b=ThGGjr4wkqmf8HcQxJmfZ0gkd95FIF+vaxGocDgpw7tVAsBxilZfoy8LXIJ4R1U7vy FwXqbJxO1AOfHoz5J5lC5yCYFIscplcmjCZQFVAt7VK7X4y9bvGNMFXV1l4EeYxdAoo9 ggKLnVcMrwKwgQmreKNxI6wW3aCg7uoSGHXSLsCVMq7AoaxUahSU5ZoouIIk4ce3ekx6 ZVSTxHXUsTbUibyHDCVJj5XMnaG+H+VZ9WP15hYEK4CrQKWC9K9ZWIeofU5fI4NHS1ow tAxciXicou+5wxgWmEBoCN5fq5E9BUN/mx9fiX2bGGUetUMgGsB6+jnAaNmUzZZslDaO 1Itw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 g9si717641edn.361.2020.11.19.14.46.34; Thu, 19 Nov 2020 14:46:57 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726964AbgKSWm7 (ORCPT + 99 others); Thu, 19 Nov 2020 17:42:59 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:54716 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726614AbgKSWm7 (ORCPT ); Thu, 19 Nov 2020 17:42:59 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 95BCD1C0BA2; Thu, 19 Nov 2020 23:42:56 +0100 (CET) Date: Thu, 19 Nov 2020 23:42:56 +0100 From: Pavel Machek To: Scott Branden Cc: Arnd Bergmann , Greg Kroah-Hartman , Desmond Yan , Kees Cook , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Olof Johansson Subject: Re: [PATCH v7 02/13] misc: bcm-vk: add Broadcom VK driver Message-ID: <20201119224256.GA16032@duo.ucw.cz> References: <20201117232320.4958-1-scott.branden@broadcom.com> <20201117232320.4958-3-scott.branden@broadcom.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20201117232320.4958-3-scott.branden@broadcom.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Add initial version of Broadcom VK driver to enumerate PCI device IDs > of Valkyrie and Viper device IDs. >=20 > VK based cards provide real-time high performance, high throughput, > low latency offload compute engine operations. > They are used for multiple parallel offload tasks as: > audio, video and image processing and crypto operations. >=20 > Further commits add additional features to driver beyond probe/remove. >=20 > Signed-off-by: Scott Branden > +++ b/drivers/misc/bcm-vk/Kconfig > @@ -0,0 +1,15 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +# > +# Broadcom VK device > +# > +config BCM_VK > + tristate "Support for Broadcom VK Accelerators" > + depends on PCI_MSI > + help > + Select this option to enable support for Broadcom > + VK Accelerators. VK is used for performing > + specific offload processing. > + This driver enables userspace programs to access these > + accelerators via /dev/bcm-vk.N devices. > + > + If unsure, say N. Could we a) align the text the usual way b) explain what the VK is here? What kind of offloads does it do? What does "VK" mean? c) explain where such accelerators might be found. (Is remoteproc framework unusable for this?) Thanks, Pavel --=20 http://www.livejournal.com/~pavelmachek --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX7b08AAKCRAw5/Bqldv6 8sUPAKCpXNCUGytbE4HxieK989H9WXCQ6gCgwXNSMofODhkvkPGnBie/ycqIFkQ= =nxou -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--