]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b9d9588e962bfda257ddd5b9efa14750dca3afd
tree52364630cb8d36c8497b642b02a8540febac8b54
parent145f2ae49971d50daf654e5a93c2a01a7e821bcf
parent9bc07a6c2d3062a6260e4d98c90e9c3324a1a2fc
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>