Merge branch 'add-support-for-marvell-octeontx2-cryptographic'
authorJakub Kicinski <kuba@kernel.org>
Fri, 20 Nov 2020 19:01:56 +0000 (11:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Nov 2020 19:01:56 +0000 (11:01 -0800)
commitb5fb0b1bbb5021339cfe9e9fe8177a50047545f1
tree52364630cb8d36c8497b642b02a8540febac8b54
parent1a0058cf0c8f5f7ecb2ef2bfe6cfc004d6598769
parent76638a2e585097c92a77138a354bf03b2af6c851
Merge branch 'add-support-for-marvell-octeontx2-cryptographic'

Srujana Challa says:

====================
Add Support for Marvell OcteonTX2 Cryptographic

This patchset adds support for CPT in OcteonTX2 admin function(AF).
CPT is a cryptographic accelerator unit and it includes microcoded
Giga Cipher engines.

OcteonTX2 SOC's resource virtualization unit (RVU) supports multiple
physical and virtual functions. Each of the PF/VF's functionality is
determined by what kind of resources are attached to it. When the CPT
block is attached to a VF, it can function as a security device.
The following document provides an overview of the hardware and
different drivers for the OcteonTX2 SOC:
https://www.kernel.org/doc/Documentation/networking/device_drivers/marvell/octeontx2.rst

This patch series includes:
- Patch to update existing Marvell sources to support CPT.
- Patch that adds mailbox messages to the admin function (AF) driver,
to configure CPT HW registers.
- Patch to provide debug information about CPT.
====================

Link: https://lore.kernel.org/r/20201118114416.28307-1-schalla@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>