crypto/nitrox: introduce Nitrox driver
[dpdk.git] / doc / guides / cryptodevs / nitrox.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright(C) 2019 Marvell International Ltd.
3
4 Marvell NITROX Crypto Poll Mode Driver
5 ======================================
6
7 The Nitrox crypto poll mode driver provides support for offloading
8 cryptographic operations to the NITROX V security processor. Detailed
9 information about the NITROX V security processor can be obtained here:
10
11 * https://www.marvell.com/security-solutions/nitrox-security-processors/nitrox-v/
12
13 Installation
14 ------------
15
16 For compiling the Nitrox crypto PMD, please check if the
17 CONFIG_RTE_LIBRTE_PMD_NITROX setting is set to `y` in config/common_base file.
18
19 * ``CONFIG_RTE_LIBRTE_PMD_NITROX=y``
20
21 Initialization
22 --------------
23
24 Nitrox crypto PMD depend on Nitrox kernel PF driver being installed on the
25 platform. Nitrox PF driver is required to create VF devices which will
26 be used by the PMD. Each VF device can enable one cryptodev PMD.
27
28 Nitrox kernel PF driver is available as part of CNN55XX-Driver SDK. The SDK
29 and it's installation instructions can be obtained from:
30 `Marvell Technical Documentation Portal <https://support.cavium.com/>`_.