[dpdk-dev] [PATCH v7 06/14] doc: remove references to make from cryptodevs guides
Ruifeng Wang
Ruifeng.Wang at arm.com
Wed Oct 21 10:33:39 CEST 2020
> -----Original Message-----
> From: Ciara Power <ciara.power at intel.com>
> Sent: Wednesday, October 21, 2020 4:17 PM
> To: dev at dpdk.org
> Cc: Ciara Power <ciara.power at intel.com>; Kevin Laatz
> <kevin.laatz at intel.com>; Akhil.goyal at nxp.com; Declan Doherty
> <declan.doherty at intel.com>; Pablo de Lara
> <pablo.de.lara.guarch at intel.com>; Ruifeng Wang
> <Ruifeng.Wang at arm.com>; Gagandeep Singh <g.singh at nxp.com>;
> hemant.agrawal at nxp.com; Somalapuram Amaranath
> <asomalap at amd.com>; Michael Shamis <michaelsh at marvell.com>; Liron
> Himi <lironh at marvell.com>; Nagadheeraj Rottela
> <rnagadheeraj at marvell.com>; Srikanth Jampala <jsrikanth at marvell.com>;
> Anoob Joseph <anoobj at marvell.com>; Ankur Dwivedi
> <adwivedi at marvell.com>; John Griffin <john.griffin at intel.com>; Fiona
> Trahe <fiona.trahe at intel.com>; Deepak Kumar Jain
> <deepak.k.jain at intel.com>; Fan Zhang <roy.fan.zhang at intel.com>; Jay
> Zhou <jianjay.zhou at huawei.com>
> Subject: [PATCH v7 06/14] doc: remove references to make from cryptodevs
> guides
>
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> ---
> doc/guides/cryptodevs/aesni_gcm.rst | 4 +-
> doc/guides/cryptodevs/aesni_mb.rst | 4 +-
> doc/guides/cryptodevs/armv8.rst | 3 --
> doc/guides/cryptodevs/caam_jr.rst | 30 -------------
> doc/guides/cryptodevs/ccp.rst | 12 ++----
> doc/guides/cryptodevs/dpaa2_sec.rst | 25 -----------
> doc/guides/cryptodevs/dpaa_sec.rst | 25 -----------
> doc/guides/cryptodevs/kasumi.rst | 11 +----
> doc/guides/cryptodevs/mvsam.rst | 10 +----
> doc/guides/cryptodevs/nitrox.rst | 7 ----
> doc/guides/cryptodevs/null.rst | 2 +-
> doc/guides/cryptodevs/octeontx.rst | 12 +-----
> doc/guides/cryptodevs/octeontx2.rst | 8 +---
> doc/guides/cryptodevs/openssl.rst | 6 +--
> doc/guides/cryptodevs/qat.rst | 65 +++++++----------------------
> doc/guides/cryptodevs/scheduler.rst | 8 ----
> doc/guides/cryptodevs/snow3g.rst | 10 +----
> doc/guides/cryptodevs/virtio.rst | 20 +++------
> doc/guides/cryptodevs/zuc.rst | 10 +----
> 19 files changed, 38 insertions(+), 234 deletions(-)
>
-snip-
> diff --git a/doc/guides/cryptodevs/armv8.rst
> b/doc/guides/cryptodevs/armv8.rst index fee85354ba..d30ef6168e 100644
> --- a/doc/guides/cryptodevs/armv8.rst
> +++ b/doc/guides/cryptodevs/armv8.rst
> @@ -40,9 +40,6 @@ In order to enable this virtual crypto PMD, user must:
>
> make -C $ARMV8_CRYPTO_LIB_PATH/
>
> -* Set CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=y in
> - config/defconfig_arm64-armv8a-linux-gcc
> -
> The corresponding device can be created only if the following features are
> supported by the CPU:
>
Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
PS: A document patch covers armv8-crypto meson build is at: http://patches.dpdk.org/patch/80707/
-snip-
More information about the dev
mailing list