From: Scott Branden <scott.branden@broadcom.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Desmond Yan <desmond.yan@broadcom.com>,
Kees Cook <keescook@chromium.org>,
linux-kernel@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com,
Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH v7 02/13] misc: bcm-vk: add Broadcom VK driver
Date: Thu, 19 Nov 2020 15:16:44 -0800 [thread overview]
Message-ID: <4ffc8ed7-5b35-0867-d1c3-8ea7ac66d014@broadcom.com> (raw)
In-Reply-To: <20201119224256.GA16032@duo.ucw.cz>
[-- Attachment #1: Type: text/plain, Size: 1931 bytes --]
Hi Pavel,
On 2020-11-19 2:42 p.m., Pavel Machek wrote:
> Hi!
>
>> Add initial version of Broadcom VK driver to enumerate PCI device IDs
>> of Valkyrie and Viper device IDs.
>>
>> 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.
>>
>> Further commits add additional features to driver beyond probe/remove.
>>
>> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
>> +++ 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
Please explain what "the usual way" is?
>
> b) explain what the VK is here? What kind of offloads does it do? What
> does "VK" mean?
Sure I can add some more details to the menu.
Offloads such as many parallel crypto, video, compression, and transcode operations are some such offloads.
VK has no real meaning, it is just short for Valkyrie, the first device in the "VK" family.
>
> c) explain where such accelerators might be found.
Such accelerators won't be found in any consumer devices but in high compute data center type locations.
>
> (Is remoteproc framework unusable for this?)
remoteproc has been discussed previously [1] and doesn't suite this application.
[1] https://lore.kernel.org/lkml/CAOesGMg6f2pK4ZZ8bz=0nMgCJG-8JhLZe41prZoGsBhgGs6_jA@mail.gmail.com/
>
> Thanks,
> Pavel
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4169 bytes --]
next prev parent reply other threads:[~2020-11-19 23:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 23:23 [PATCH v7 00/13] Add " Scott Branden
2020-11-17 23:23 ` [PATCH v7 01/13] bcm-vk: add bcm_vk UAPI Scott Branden
2020-11-17 23:23 ` [PATCH v7 02/13] misc: bcm-vk: add Broadcom VK driver Scott Branden
2020-11-19 22:42 ` Pavel Machek
2020-11-19 23:16 ` Scott Branden [this message]
2020-11-17 23:23 ` [PATCH v7 03/13] misc: bcm-vk: add autoload support Scott Branden
2020-11-17 23:23 ` [PATCH v7 04/13] misc: bcm-vk: add misc device to Broadcom VK driver Scott Branden
2020-11-17 23:23 ` [PATCH v7 05/13] misc: bcm-vk: add triggers when host panic or reboots to notify card Scott Branden
2020-11-17 23:23 ` [PATCH v7 06/13] misc: bcm-vk: add open/release Scott Branden
2020-11-17 23:23 ` [PATCH v7 07/13] misc: bcm-vk: add ioctl load_image Scott Branden
2020-11-17 23:23 ` [PATCH v7 08/13] misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_info Scott Branden
2020-11-17 23:23 ` [PATCH v7 09/13] misc: bcm-vk: add VK messaging support Scott Branden
2020-11-17 23:23 ` [PATCH v7 10/13] misc: bcm-vk: reset_pid support Scott Branden
2020-11-17 23:23 ` [PATCH v7 11/13] misc: bcm-vk: add mmap function for exposing BAR2 Scott Branden
2020-11-17 23:23 ` [PATCH v7 12/13] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver Scott Branden
2020-11-17 23:23 ` [PATCH v7 13/13] misc: bcm-vk: add ttyVK support Scott Branden
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ffc8ed7-5b35-0867-d1c3-8ea7ac66d014@broadcom.com \
--to=scott.branden@broadcom.com \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=desmond.yan@broadcom.com \
--cc=gregkh@linuxfoundation.org \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=pavel@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®