* Re: [dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs
2021-10-12 16:52 [dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs Tal Shnaiderman
@ 2021-10-12 17:20 ` Tal Shnaiderman
2021-11-04 10:41 ` [dpdk-dev] [EXT] " Akhil Goyal
2021-11-04 18:48 ` [dpdk-dev] [PATCH v2] " Tal Shnaiderman
2 siblings, 0 replies; 7+ messages in thread
From: Tal Shnaiderman @ 2021-10-12 17:20 UTC (permalink / raw)
To: Tal Shnaiderman, dev@dpdk.org
Cc: NBU-Contact-Thomas Monjalon, gakhil@marvell.com,
declan.doherty@intel.com, asomalap@amd.com, ruifeng.wang@arm.com,
ajit.khaparde@broadcom.com, raveendra.padasalagi@broadcom.com,
vikas.gupta@broadcom.com, anoobj@marvell.com,
roy.fan.zhang@intel.com, pablo.de.lara.guarch@intel.com,
john.griffin@intel.com, fiona.trahe@intel.com,
deepak.k.jain@intel.com, adwivedi@marvell.com,
ktejasree@marvell.com, michaelsh@marvell.com, lironh@marvell.com,
rnagadheeraj@marvell.com, jsrikanth@marvell.com, Matan Azrad,
g.singh@nxp.com, hemant.agrawal@nxp.com, jianjay.zhou@huawei.com
Hi Crypto PMD maintainers,
This patch adds to the crypto documentation guide a table of supported operating systems per crypto PMD.
However, I'm not sure my assumption regarding the FreeBSD OS support is correct, I based it on the meson.build script of each PMD
and marked FreeBSD = Y (supported) for each PMD who didn't explicitly use the condition below:
if not is_linux
build = false
....
Please let me know if I'm wrong and I'll modify the table.
Thanks,
Tal.
> Subject: [dpdk-dev] [PATCH] doc: add table of supported operating systems
> for cryptodevs
>
> External email: Use caution opening links or attachments
>
>
> Added table to the crypto device drivers documentation stating the support
> of each PMD on Linux, FreeBSD and Windows.
>
> Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
> ---
> Depends-on: series-19563 ("Support MLX5 crypto driver on Windows")
> ---
> doc/guides/conf.py | 5 +++++
> doc/guides/cryptodevs/features/aesni_gcm.ini | 7 +++++++
> doc/guides/cryptodevs/features/aesni_mb.ini | 7 +++++++
> doc/guides/cryptodevs/features/armv8.ini | 7 +++++++
> doc/guides/cryptodevs/features/bcmfs.ini | 7 +++++++
> doc/guides/cryptodevs/features/caam_jr.ini | 6 ++++++
> doc/guides/cryptodevs/features/ccp.ini | 6 ++++++
> doc/guides/cryptodevs/features/cn10k.ini | 6 ++++++
> doc/guides/cryptodevs/features/cn9k.ini | 6 ++++++
> doc/guides/cryptodevs/features/default.ini | 8 ++++++++
> doc/guides/cryptodevs/features/dpaa2_sec.ini | 6 ++++++
> doc/guides/cryptodevs/features/dpaa_sec.ini | 6 ++++++
> doc/guides/cryptodevs/features/kasumi.ini | 7 +++++++
> doc/guides/cryptodevs/features/mlx5.ini | 7 +++++++
> doc/guides/cryptodevs/features/mvsam.ini | 7 +++++++
> doc/guides/cryptodevs/features/nitrox.ini | 6 ++++++
> doc/guides/cryptodevs/features/null.ini | 9 ++++++++-
> doc/guides/cryptodevs/features/octeontx.ini | 7 +++++++
> doc/guides/cryptodevs/features/octeontx2.ini | 6 ++++++
> doc/guides/cryptodevs/features/openssl.ini | 7 +++++++
> doc/guides/cryptodevs/features/qat.ini | 7 +++++++
> doc/guides/cryptodevs/features/snow3g.ini | 7 +++++++
> doc/guides/cryptodevs/features/virtio.ini | 7 +++++++
> doc/guides/cryptodevs/features/zuc.ini | 7 +++++++
> doc/guides/cryptodevs/overview.rst | 7 +++++++
> 25 files changed, 167 insertions(+), 1 deletion(-)
>
> diff --git a/doc/guides/conf.py b/doc/guides/conf.py index
> 67d2dd62c7..0494b0efe7 100644
> --- a/doc/guides/conf.py
> +++ b/doc/guides/conf.py
> @@ -368,6 +368,11 @@ def setup(app):
> 'Asymmetric',
> 'Asymmetric algorithms in crypto drivers',
> 'Asymmetric algorithm')
> + table_file = dirname(__file__) + '/cryptodevs/overview_os_table.txt'
> + generate_overview_table(table_file, 6,
> + 'OS',
> + 'Operating systems support for crypto drivers',
> + 'Operating system')
> table_file = dirname(__file__) +
> '/compressdevs/overview_feature_table.txt'
> generate_overview_table(table_file, 1,
> 'Features', diff --git
> a/doc/guides/cryptodevs/features/aesni_gcm.ini
> b/doc/guides/cryptodevs/features/aesni_gcm.ini
> index c592298668..58ab133e5f 100644
> --- a/doc/guides/cryptodevs/features/aesni_gcm.ini
> +++ b/doc/guides/cryptodevs/features/aesni_gcm.ini
> @@ -39,3 +39,10 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'aesni_gcm' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'aesni_gcm' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/aesni_mb.ini
> b/doc/guides/cryptodevs/features/aesni_mb.ini
> index 1883217868..e616f13d50 100644
> --- a/doc/guides/cryptodevs/features/aesni_mb.ini
> +++ b/doc/guides/cryptodevs/features/aesni_mb.ini
> @@ -74,3 +74,10 @@ CHACHA20-POLY1305 = Y ; Supported Asymmetric
> algorithms of the 'aesni_mb' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'aesni_mb' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/armv8.ini
> b/doc/guides/cryptodevs/features/armv8.ini
> index beb40c0578..33c1291ce6 100644
> --- a/doc/guides/cryptodevs/features/armv8.ini
> +++ b/doc/guides/cryptodevs/features/armv8.ini
> @@ -32,3 +32,10 @@ SHA256 HMAC = Y
> ; Supported Asymmetric algorithms of the 'armv8' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'armv8' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/bcmfs.ini
> b/doc/guides/cryptodevs/features/bcmfs.ini
> index f7fb2ed884..5def12f8a5 100644
> --- a/doc/guides/cryptodevs/features/bcmfs.ini
> +++ b/doc/guides/cryptodevs/features/bcmfs.ini
> @@ -58,3 +58,10 @@ AES CCM (256) = Y
> ; Supported Asymmetric algorithms of the 'bcmfs' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'bcmfs' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/caam_jr.ini
> b/doc/guides/cryptodevs/features/caam_jr.ini
> index 8d55cdb6cd..ba6d10c880 100644
> --- a/doc/guides/cryptodevs/features/caam_jr.ini
> +++ b/doc/guides/cryptodevs/features/caam_jr.ini
> @@ -49,3 +49,9 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'dpaa2_sec' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'dpaa2_sec' crypto driver.
> +;
> +[OS]
> +Linux = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/ccp.ini
> b/doc/guides/cryptodevs/features/ccp.ini
> index 866d4c52e7..53abd2b68e 100644
> --- a/doc/guides/cryptodevs/features/ccp.ini
> +++ b/doc/guides/cryptodevs/features/ccp.ini
> @@ -63,3 +63,9 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'ccp' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'ccp' crypto driver.
> +;
> +[OS]
> +Linux = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/cn10k.ini
> b/doc/guides/cryptodevs/features/cn10k.ini
> index f5552feca3..43523537b2 100644
> --- a/doc/guides/cryptodevs/features/cn10k.ini
> +++ b/doc/guides/cryptodevs/features/cn10k.ini
> @@ -78,3 +78,9 @@ Modular Inversion =
> Diffie-hellman =
> ECDSA = Y
> ECPM = Y
> +
> +;
> +; Supported Operating systems of the 'cn10k' crypto driver.
> +;
> +[OS]
> +Linux = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/cn9k.ini
> b/doc/guides/cryptodevs/features/cn9k.ini
> index dd935d439d..d834659d29 100644
> --- a/doc/guides/cryptodevs/features/cn9k.ini
> +++ b/doc/guides/cryptodevs/features/cn9k.ini
> @@ -78,3 +78,9 @@ Modular Inversion =
> Diffie-hellman =
> ECDSA = Y
> ECPM = Y
> +
> +;
> +; Supported Operating systems of the 'cn9k' crypto driver.
> +;
> +[OS]
> +Linux = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/default.ini
> b/doc/guides/cryptodevs/features/default.ini
> index c24814de98..4581a44bd2 100644
> --- a/doc/guides/cryptodevs/features/default.ini
> +++ b/doc/guides/cryptodevs/features/default.ini
> @@ -117,3 +117,11 @@ Modular Inversion =
> Diffie-hellman =
> ECDSA =
> ECPM =
> +
> +;
> +; Supported Operating systems of a default crypto driver.
> +;
> +[OS]
> +Linux =
> +FreeBSD =
> +Windows =
> diff --git a/doc/guides/cryptodevs/features/dpaa2_sec.ini
> b/doc/guides/cryptodevs/features/dpaa2_sec.ini
> index a1c91821de..3d6e449ca1 100644
> --- a/doc/guides/cryptodevs/features/dpaa2_sec.ini
> +++ b/doc/guides/cryptodevs/features/dpaa2_sec.ini
> @@ -62,3 +62,9 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'dpaa2_sec' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'dpaa2_sec' crypto driver.
> +;
> +[OS]
> +Linux = Y
> diff --git a/doc/guides/cryptodevs/features/dpaa_sec.ini
> b/doc/guides/cryptodevs/features/dpaa_sec.ini
> index 6a8f77fb1d..77101fa12d 100644
> --- a/doc/guides/cryptodevs/features/dpaa_sec.ini
> +++ b/doc/guides/cryptodevs/features/dpaa_sec.ini
> @@ -62,3 +62,9 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'dpaa_sec' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'dpaa_sec' crypto driver.
> +;
> +[OS]
> +Linux = Y
> diff --git a/doc/guides/cryptodevs/features/kasumi.ini
> b/doc/guides/cryptodevs/features/kasumi.ini
> index fbdb47e89f..d400a4269d 100644
> --- a/doc/guides/cryptodevs/features/kasumi.ini
> +++ b/doc/guides/cryptodevs/features/kasumi.ini
> @@ -30,3 +30,10 @@ KASUMI F9 = Y
> ; Supported Asymmetric algorithms of the 'kasumi' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'kasumi' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/mlx5.ini
> b/doc/guides/cryptodevs/features/mlx5.ini
> index a89526add0..0d210b2114 100644
> --- a/doc/guides/cryptodevs/features/mlx5.ini
> +++ b/doc/guides/cryptodevs/features/mlx5.ini
> @@ -35,3 +35,10 @@ AES XTS (256) = Y
> ; Supported Asymmetric algorithms of a mlx5 crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'mlx5' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +Windows = Y
> diff --git a/doc/guides/cryptodevs/features/mvsam.ini
> b/doc/guides/cryptodevs/features/mvsam.ini
> index 7516c31861..e1d182dd8e 100644
> --- a/doc/guides/cryptodevs/features/mvsam.ini
> +++ b/doc/guides/cryptodevs/features/mvsam.ini
> @@ -58,3 +58,10 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'mvsam' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'mvsam' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/nitrox.ini
> b/doc/guides/cryptodevs/features/nitrox.ini
> index a1d6bcb4f1..6cab93a343 100644
> --- a/doc/guides/cryptodevs/features/nitrox.ini
> +++ b/doc/guides/cryptodevs/features/nitrox.ini
> @@ -42,3 +42,9 @@ AES GCM (256) = Y
> ; Supported Asymmetric algorithms of the 'nitrox' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'nitrox' crypto driver.
> +;
> +[OS]
> +Linux = Y
> diff --git a/doc/guides/cryptodevs/features/null.ini
> b/doc/guides/cryptodevs/features/null.ini
> index a1c3e22a36..ae09cdd1c0 100644
> --- a/doc/guides/cryptodevs/features/null.ini
> +++ b/doc/guides/cryptodevs/features/null.ini
> @@ -28,4 +28,11 @@ NULL = Y
> ;
> ; Supported Asymmetric algorithms of the 'null' crypto driver.
> ;
> -[Asymmetric]
> \ No newline at end of file
> +[Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'null' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/octeontx.ini
> b/doc/guides/cryptodevs/features/octeontx.ini
> index d9776a5788..acc361f99b 100644
> --- a/doc/guides/cryptodevs/features/octeontx.ini
> +++ b/doc/guides/cryptodevs/features/octeontx.ini
> @@ -77,3 +77,10 @@ Modular Inversion =
> Diffie-hellman =
> ECDSA = Y
> ECPM = Y
> +
> +;
> +; Supported Operating systems of the 'octeontx' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/octeontx2.ini
> b/doc/guides/cryptodevs/features/octeontx2.ini
> index 66c5fefde6..c54dc9409c 100644
> --- a/doc/guides/cryptodevs/features/octeontx2.ini
> +++ b/doc/guides/cryptodevs/features/octeontx2.ini
> @@ -79,3 +79,9 @@ Modular Inversion =
> Diffie-hellman =
> ECDSA = Y
> ECPM = Y
> +
> +;
> +; Supported Operating systems of the 'octeontx2' crypto driver.
> +;
> +[OS]
> +Linux = Y
> diff --git a/doc/guides/cryptodevs/features/openssl.ini
> b/doc/guides/cryptodevs/features/openssl.ini
> index 74bb987ecd..4b0f9b162e 100644
> --- a/doc/guides/cryptodevs/features/openssl.ini
> +++ b/doc/guides/cryptodevs/features/openssl.ini
> @@ -65,3 +65,10 @@ DSA = Y
> Modular Exponentiation = Y
> Modular Inversion = Y
> Diffie-hellman = Y
> +
> +;
> +; Supported Operating systems of the 'openssl' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/qat.ini
> b/doc/guides/cryptodevs/features/qat.ini
> index 6cc09cde70..bc50ecf032 100644
> --- a/doc/guides/cryptodevs/features/qat.ini
> +++ b/doc/guides/cryptodevs/features/qat.ini
> @@ -82,3 +82,10 @@ CHACHA20-POLY1305 = Y Modular Exponentiation = Y
> Modular Inversion = Y
> RSA = Y
> +
> +;
> +; Supported Operating systems of the 'qat' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> \ No newline at end of file
> diff --git a/doc/guides/cryptodevs/features/snow3g.ini
> b/doc/guides/cryptodevs/features/snow3g.ini
> index 14ac7e4b6d..98a14420f5 100644
> --- a/doc/guides/cryptodevs/features/snow3g.ini
> +++ b/doc/guides/cryptodevs/features/snow3g.ini
> @@ -30,3 +30,10 @@ SNOW3G UIA2 = Y
> ; Supported Asymmetric algorithms of the 'snow3g' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'snow3g' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/virtio.ini
> b/doc/guides/cryptodevs/features/virtio.ini
> index 5dff094821..8f22b6210b 100644
> --- a/doc/guides/cryptodevs/features/virtio.ini
> +++ b/doc/guides/cryptodevs/features/virtio.ini
> @@ -30,3 +30,10 @@ SHA1 HMAC = Y
> ; Supported Asymmetric algorithms of the 'virtio' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'virtio' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/features/zuc.ini
> b/doc/guides/cryptodevs/features/zuc.ini
> index 1c53454a6c..fa120c1d4d 100644
> --- a/doc/guides/cryptodevs/features/zuc.ini
> +++ b/doc/guides/cryptodevs/features/zuc.ini
> @@ -30,3 +30,10 @@ ZUC EIA3 = Y
> ; Supported Asymmetric algorithms of the 'zuc' crypto driver.
> ;
> [Asymmetric]
> +
> +;
> +; Supported Operating systems of the 'zuc' crypto driver.
> +;
> +[OS]
> +Linux = Y
> +FreeBSD = Y
> diff --git a/doc/guides/cryptodevs/overview.rst
> b/doc/guides/cryptodevs/overview.rst
> index b87c4c6a27..1172297915 100644
> --- a/doc/guides/cryptodevs/overview.rst
> +++ b/doc/guides/cryptodevs/overview.rst
> @@ -80,3 +80,10 @@ Supported Asymmetric Algorithms ..
> _table_crypto_pmd_asym_algos:
>
> .. include:: overview_asym_table.txt
> +
> +Supported Operating Systems
> +-------------------------------
> +
> +.. _table_crypto_pmd_os:
> +
> +.. include:: overview_os_table.txt
> --
> 2.16.1.windows.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] doc: add table of supported operating systems for cryptodevs
2021-10-12 16:52 [dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs Tal Shnaiderman
2021-10-12 17:20 ` Tal Shnaiderman
@ 2021-11-04 10:41 ` Akhil Goyal
2021-11-04 18:06 ` Tal Shnaiderman
2021-11-04 18:48 ` [dpdk-dev] [PATCH v2] " Tal Shnaiderman
2 siblings, 1 reply; 7+ messages in thread
From: Akhil Goyal @ 2021-11-04 10:41 UTC (permalink / raw)
To: Tal Shnaiderman, dev@dpdk.org
Cc: thomas@monjalon.net, declan.doherty@intel.com, asomalap@amd.com,
ruifeng.wang@arm.com, ajit.khaparde@broadcom.com,
raveendra.padasalagi@broadcom.com, vikas.gupta@broadcom.com,
Anoob Joseph, roy.fan.zhang@intel.com,
pablo.de.lara.guarch@intel.com, john.griffin@intel.com,
fiona.trahe@intel.com, deepak.k.jain@intel.com, Ankur Dwivedi,
Tejasree Kondoj, Michael Shamis, Liron Himi, Nagadheeraj Rottela,
Srikanth Jampala, matan@nvidia.com, g.singh@nxp.com,
hemant.agrawal@nxp.com, jianjay.zhou@huawei.com
> Added table to the crypto device drivers documentation
> stating the support of each PMD on Linux, FreeBSD and Windows.
>
> Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
> ---
Can you rebase this patch on current TOT. It needs update for the newly added PMD
Chacha20-poly1305
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] doc: add table of supported operating systems for cryptodevs
2021-11-04 10:41 ` [dpdk-dev] [EXT] " Akhil Goyal
@ 2021-11-04 18:06 ` Tal Shnaiderman
0 siblings, 0 replies; 7+ messages in thread
From: Tal Shnaiderman @ 2021-11-04 18:06 UTC (permalink / raw)
To: Akhil Goyal, dev@dpdk.org
Cc: NBU-Contact-Thomas Monjalon, declan.doherty@intel.com,
asomalap@amd.com, ruifeng.wang@arm.com,
ajit.khaparde@broadcom.com, raveendra.padasalagi@broadcom.com,
vikas.gupta@broadcom.com, Anoob Joseph, roy.fan.zhang@intel.com,
pablo.de.lara.guarch@intel.com, john.griffin@intel.com,
fiona.trahe@intel.com, deepak.k.jain@intel.com, Ankur Dwivedi,
Tejasree Kondoj, Michael Shamis, Liron Himi, Nagadheeraj Rottela,
Srikanth Jampala, Matan Azrad, g.singh@nxp.com,
hemant.agrawal@nxp.com, jianjay.zhou@huawei.com
> Subject: RE: [EXT] [PATCH] doc: add table of supported operating systems for
> cryptodevs
>
> External email: Use caution opening links or attachments
>
>
> > Added table to the crypto device drivers documentation stating the
> > support of each PMD on Linux, FreeBSD and Windows.
> >
> > Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
> > ---
> Can you rebase this patch on current TOT. It needs update for the newly
> added PMD
> Chacha20-poly1305
Sure, I'll send v2 today.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v2] doc: add table of supported operating systems for cryptodevs
2021-10-12 16:52 [dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs Tal Shnaiderman
2021-10-12 17:20 ` Tal Shnaiderman
2021-11-04 10:41 ` [dpdk-dev] [EXT] " Akhil Goyal
@ 2021-11-04 18:48 ` Tal Shnaiderman
2021-11-04 19:06 ` [dpdk-dev] [EXT] " Akhil Goyal
2021-11-06 17:02 ` [dpdk-dev] " Thomas Monjalon
2 siblings, 2 replies; 7+ messages in thread
From: Tal Shnaiderman @ 2021-11-04 18:48 UTC (permalink / raw)
To: dev
Cc: thomas, gakhil, declan.doherty, asomalap, ruifeng.wang,
ajit.khaparde, raveendra.padasalagi, vikas.gupta, anoobj,
roy.fan.zhang, pablo.de.lara.guarch, john.griffin, fiona.trahe,
deepak.k.jain, adwivedi, ktejasree, michaelsh, lironh,
rnagadheeraj, jsrikanth, matan, g.singh, hemant.agrawal,
jianjay.zhou
Added table to the crypto device drivers documentation
stating the support of each PMD on Linux, FreeBSD and Windows.
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
---
v2: add chacha20_poly1305 to the table [AkhilG]
---
doc/guides/conf.py | 5 +++++
doc/guides/cryptodevs/features/aesni_gcm.ini | 7 +++++++
doc/guides/cryptodevs/features/aesni_mb.ini | 7 +++++++
doc/guides/cryptodevs/features/armv8.ini | 7 +++++++
doc/guides/cryptodevs/features/bcmfs.ini | 7 +++++++
doc/guides/cryptodevs/features/caam_jr.ini | 6 ++++++
doc/guides/cryptodevs/features/ccp.ini | 6 ++++++
doc/guides/cryptodevs/features/chacha20_poly1305.ini | 7 +++++++
doc/guides/cryptodevs/features/cn10k.ini | 6 ++++++
doc/guides/cryptodevs/features/cn9k.ini | 6 ++++++
doc/guides/cryptodevs/features/default.ini | 8 ++++++++
doc/guides/cryptodevs/features/dpaa2_sec.ini | 6 ++++++
doc/guides/cryptodevs/features/dpaa_sec.ini | 6 ++++++
doc/guides/cryptodevs/features/kasumi.ini | 7 +++++++
doc/guides/cryptodevs/features/mlx5.ini | 7 +++++++
doc/guides/cryptodevs/features/mvsam.ini | 7 +++++++
doc/guides/cryptodevs/features/nitrox.ini | 6 ++++++
doc/guides/cryptodevs/features/null.ini | 9 ++++++++-
doc/guides/cryptodevs/features/octeontx.ini | 7 +++++++
doc/guides/cryptodevs/features/octeontx2.ini | 6 ++++++
doc/guides/cryptodevs/features/openssl.ini | 7 +++++++
doc/guides/cryptodevs/features/qat.ini | 7 +++++++
doc/guides/cryptodevs/features/snow3g.ini | 7 +++++++
doc/guides/cryptodevs/features/virtio.ini | 7 +++++++
doc/guides/cryptodevs/features/zuc.ini | 7 +++++++
doc/guides/cryptodevs/overview.rst | 7 +++++++
26 files changed, 174 insertions(+), 1 deletion(-)
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 67d2dd62c7..0494b0efe7 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -368,6 +368,11 @@ def setup(app):
'Asymmetric',
'Asymmetric algorithms in crypto drivers',
'Asymmetric algorithm')
+ table_file = dirname(__file__) + '/cryptodevs/overview_os_table.txt'
+ generate_overview_table(table_file, 6,
+ 'OS',
+ 'Operating systems support for crypto drivers',
+ 'Operating system')
table_file = dirname(__file__) + '/compressdevs/overview_feature_table.txt'
generate_overview_table(table_file, 1,
'Features',
diff --git a/doc/guides/cryptodevs/features/aesni_gcm.ini b/doc/guides/cryptodevs/features/aesni_gcm.ini
index c592298668..58ab133e5f 100644
--- a/doc/guides/cryptodevs/features/aesni_gcm.ini
+++ b/doc/guides/cryptodevs/features/aesni_gcm.ini
@@ -39,3 +39,10 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'aesni_gcm' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'aesni_gcm' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/aesni_mb.ini b/doc/guides/cryptodevs/features/aesni_mb.ini
index 1883217868..e616f13d50 100644
--- a/doc/guides/cryptodevs/features/aesni_mb.ini
+++ b/doc/guides/cryptodevs/features/aesni_mb.ini
@@ -74,3 +74,10 @@ CHACHA20-POLY1305 = Y
; Supported Asymmetric algorithms of the 'aesni_mb' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'aesni_mb' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/armv8.ini b/doc/guides/cryptodevs/features/armv8.ini
index beb40c0578..33c1291ce6 100644
--- a/doc/guides/cryptodevs/features/armv8.ini
+++ b/doc/guides/cryptodevs/features/armv8.ini
@@ -32,3 +32,10 @@ SHA256 HMAC = Y
; Supported Asymmetric algorithms of the 'armv8' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'armv8' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/bcmfs.ini b/doc/guides/cryptodevs/features/bcmfs.ini
index f7fb2ed884..5def12f8a5 100644
--- a/doc/guides/cryptodevs/features/bcmfs.ini
+++ b/doc/guides/cryptodevs/features/bcmfs.ini
@@ -58,3 +58,10 @@ AES CCM (256) = Y
; Supported Asymmetric algorithms of the 'bcmfs' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'bcmfs' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/caam_jr.ini b/doc/guides/cryptodevs/features/caam_jr.ini
index 8d55cdb6cd..ba6d10c880 100644
--- a/doc/guides/cryptodevs/features/caam_jr.ini
+++ b/doc/guides/cryptodevs/features/caam_jr.ini
@@ -49,3 +49,9 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'dpaa2_sec' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'dpaa2_sec' crypto driver.
+;
+[OS]
+Linux = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/ccp.ini b/doc/guides/cryptodevs/features/ccp.ini
index 866d4c52e7..53abd2b68e 100644
--- a/doc/guides/cryptodevs/features/ccp.ini
+++ b/doc/guides/cryptodevs/features/ccp.ini
@@ -63,3 +63,9 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'ccp' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'ccp' crypto driver.
+;
+[OS]
+Linux = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/chacha20_poly1305.ini b/doc/guides/cryptodevs/features/chacha20_poly1305.ini
index 3353e031c9..b5a7b39bd0 100644
--- a/doc/guides/cryptodevs/features/chacha20_poly1305.ini
+++ b/doc/guides/cryptodevs/features/chacha20_poly1305.ini
@@ -33,3 +33,10 @@ CHACHA20-POLY1305 = Y
; Supported Asymmetric algorithms of the 'chacha20_poly1305' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'chacha20_poly1305' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/cn10k.ini b/doc/guides/cryptodevs/features/cn10k.ini
index 9d08bd5c04..ab21d9da43 100644
--- a/doc/guides/cryptodevs/features/cn10k.ini
+++ b/doc/guides/cryptodevs/features/cn10k.ini
@@ -79,3 +79,9 @@ Modular Inversion =
Diffie-hellman =
ECDSA = Y
ECPM = Y
+
+;
+; Supported Operating systems of the 'cn10k' crypto driver.
+;
+[OS]
+Linux = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/cn9k.ini b/doc/guides/cryptodevs/features/cn9k.ini
index dd935d439d..d834659d29 100644
--- a/doc/guides/cryptodevs/features/cn9k.ini
+++ b/doc/guides/cryptodevs/features/cn9k.ini
@@ -78,3 +78,9 @@ Modular Inversion =
Diffie-hellman =
ECDSA = Y
ECPM = Y
+
+;
+; Supported Operating systems of the 'cn9k' crypto driver.
+;
+[OS]
+Linux = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/default.ini b/doc/guides/cryptodevs/features/default.ini
index 96d95ddc81..018fe0221e 100644
--- a/doc/guides/cryptodevs/features/default.ini
+++ b/doc/guides/cryptodevs/features/default.ini
@@ -118,3 +118,11 @@ Modular Inversion =
Diffie-hellman =
ECDSA =
ECPM =
+
+;
+; Supported Operating systems of a default crypto driver.
+;
+[OS]
+Linux =
+FreeBSD =
+Windows =
diff --git a/doc/guides/cryptodevs/features/dpaa2_sec.ini b/doc/guides/cryptodevs/features/dpaa2_sec.ini
index a1c91821de..3d6e449ca1 100644
--- a/doc/guides/cryptodevs/features/dpaa2_sec.ini
+++ b/doc/guides/cryptodevs/features/dpaa2_sec.ini
@@ -62,3 +62,9 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'dpaa2_sec' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'dpaa2_sec' crypto driver.
+;
+[OS]
+Linux = Y
diff --git a/doc/guides/cryptodevs/features/dpaa_sec.ini b/doc/guides/cryptodevs/features/dpaa_sec.ini
index 6a8f77fb1d..77101fa12d 100644
--- a/doc/guides/cryptodevs/features/dpaa_sec.ini
+++ b/doc/guides/cryptodevs/features/dpaa_sec.ini
@@ -62,3 +62,9 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'dpaa_sec' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'dpaa_sec' crypto driver.
+;
+[OS]
+Linux = Y
diff --git a/doc/guides/cryptodevs/features/kasumi.ini b/doc/guides/cryptodevs/features/kasumi.ini
index fbdb47e89f..d400a4269d 100644
--- a/doc/guides/cryptodevs/features/kasumi.ini
+++ b/doc/guides/cryptodevs/features/kasumi.ini
@@ -30,3 +30,10 @@ KASUMI F9 = Y
; Supported Asymmetric algorithms of the 'kasumi' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'kasumi' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/mlx5.ini b/doc/guides/cryptodevs/features/mlx5.ini
index a89526add0..0d210b2114 100644
--- a/doc/guides/cryptodevs/features/mlx5.ini
+++ b/doc/guides/cryptodevs/features/mlx5.ini
@@ -35,3 +35,10 @@ AES XTS (256) = Y
; Supported Asymmetric algorithms of a mlx5 crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'mlx5' crypto driver.
+;
+[OS]
+Linux = Y
+Windows = Y
diff --git a/doc/guides/cryptodevs/features/mvsam.ini b/doc/guides/cryptodevs/features/mvsam.ini
index 7516c31861..e1d182dd8e 100644
--- a/doc/guides/cryptodevs/features/mvsam.ini
+++ b/doc/guides/cryptodevs/features/mvsam.ini
@@ -58,3 +58,10 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'mvsam' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'mvsam' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/nitrox.ini b/doc/guides/cryptodevs/features/nitrox.ini
index a1d6bcb4f1..6cab93a343 100644
--- a/doc/guides/cryptodevs/features/nitrox.ini
+++ b/doc/guides/cryptodevs/features/nitrox.ini
@@ -42,3 +42,9 @@ AES GCM (256) = Y
; Supported Asymmetric algorithms of the 'nitrox' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'nitrox' crypto driver.
+;
+[OS]
+Linux = Y
diff --git a/doc/guides/cryptodevs/features/null.ini b/doc/guides/cryptodevs/features/null.ini
index a1c3e22a36..ae09cdd1c0 100644
--- a/doc/guides/cryptodevs/features/null.ini
+++ b/doc/guides/cryptodevs/features/null.ini
@@ -28,4 +28,11 @@ NULL = Y
;
; Supported Asymmetric algorithms of the 'null' crypto driver.
;
-[Asymmetric]
\ No newline at end of file
+[Asymmetric]
+
+;
+; Supported Operating systems of the 'null' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/octeontx.ini b/doc/guides/cryptodevs/features/octeontx.ini
index d9776a5788..acc361f99b 100644
--- a/doc/guides/cryptodevs/features/octeontx.ini
+++ b/doc/guides/cryptodevs/features/octeontx.ini
@@ -77,3 +77,10 @@ Modular Inversion =
Diffie-hellman =
ECDSA = Y
ECPM = Y
+
+;
+; Supported Operating systems of the 'octeontx' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/octeontx2.ini b/doc/guides/cryptodevs/features/octeontx2.ini
index 66c5fefde6..c54dc9409c 100644
--- a/doc/guides/cryptodevs/features/octeontx2.ini
+++ b/doc/guides/cryptodevs/features/octeontx2.ini
@@ -79,3 +79,9 @@ Modular Inversion =
Diffie-hellman =
ECDSA = Y
ECPM = Y
+
+;
+; Supported Operating systems of the 'octeontx2' crypto driver.
+;
+[OS]
+Linux = Y
diff --git a/doc/guides/cryptodevs/features/openssl.ini b/doc/guides/cryptodevs/features/openssl.ini
index 74bb987ecd..4b0f9b162e 100644
--- a/doc/guides/cryptodevs/features/openssl.ini
+++ b/doc/guides/cryptodevs/features/openssl.ini
@@ -65,3 +65,10 @@ DSA = Y
Modular Exponentiation = Y
Modular Inversion = Y
Diffie-hellman = Y
+
+;
+; Supported Operating systems of the 'openssl' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 6cc09cde70..bc50ecf032 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -82,3 +82,10 @@ CHACHA20-POLY1305 = Y
Modular Exponentiation = Y
Modular Inversion = Y
RSA = Y
+
+;
+; Supported Operating systems of the 'qat' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
\ No newline at end of file
diff --git a/doc/guides/cryptodevs/features/snow3g.ini b/doc/guides/cryptodevs/features/snow3g.ini
index 4d4c5b579b..8d6d809268 100644
--- a/doc/guides/cryptodevs/features/snow3g.ini
+++ b/doc/guides/cryptodevs/features/snow3g.ini
@@ -31,3 +31,10 @@ SNOW3G UIA2 = Y
; Supported Asymmetric algorithms of the 'snow3g' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'snow3g' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/virtio.ini b/doc/guides/cryptodevs/features/virtio.ini
index 5dff094821..8f22b6210b 100644
--- a/doc/guides/cryptodevs/features/virtio.ini
+++ b/doc/guides/cryptodevs/features/virtio.ini
@@ -30,3 +30,10 @@ SHA1 HMAC = Y
; Supported Asymmetric algorithms of the 'virtio' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'virtio' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/features/zuc.ini b/doc/guides/cryptodevs/features/zuc.ini
index 1c53454a6c..fa120c1d4d 100644
--- a/doc/guides/cryptodevs/features/zuc.ini
+++ b/doc/guides/cryptodevs/features/zuc.ini
@@ -30,3 +30,10 @@ ZUC EIA3 = Y
; Supported Asymmetric algorithms of the 'zuc' crypto driver.
;
[Asymmetric]
+
+;
+; Supported Operating systems of the 'zuc' crypto driver.
+;
+[OS]
+Linux = Y
+FreeBSD = Y
diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst
index b87c4c6a27..1172297915 100644
--- a/doc/guides/cryptodevs/overview.rst
+++ b/doc/guides/cryptodevs/overview.rst
@@ -80,3 +80,10 @@ Supported Asymmetric Algorithms
.. _table_crypto_pmd_asym_algos:
.. include:: overview_asym_table.txt
+
+Supported Operating Systems
+-------------------------------
+
+.. _table_crypto_pmd_os:
+
+.. include:: overview_os_table.txt
--
2.16.1.windows.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH v2] doc: add table of supported operating systems for cryptodevs
2021-11-04 18:48 ` [dpdk-dev] [PATCH v2] " Tal Shnaiderman
@ 2021-11-04 19:06 ` Akhil Goyal
2021-11-06 17:02 ` [dpdk-dev] " Thomas Monjalon
1 sibling, 0 replies; 7+ messages in thread
From: Akhil Goyal @ 2021-11-04 19:06 UTC (permalink / raw)
To: Tal Shnaiderman, dev@dpdk.org
Cc: thomas@monjalon.net, declan.doherty@intel.com, asomalap@amd.com,
ruifeng.wang@arm.com, ajit.khaparde@broadcom.com,
raveendra.padasalagi@broadcom.com, vikas.gupta@broadcom.com,
Anoob Joseph, roy.fan.zhang@intel.com,
pablo.de.lara.guarch@intel.com, john.griffin@intel.com,
fiona.trahe@intel.com, deepak.k.jain@intel.com, Ankur Dwivedi,
Tejasree Kondoj, Michael Shamis, Liron Himi, Nagadheeraj Rottela,
Srikanth Jampala, matan@nvidia.com, g.singh@nxp.com,
hemant.agrawal@nxp.com, jianjay.zhou@huawei.com
> Added table to the crypto device drivers documentation
> stating the support of each PMD on Linux, FreeBSD and Windows.
>
> Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
>
> ---
> v2: add chacha20_poly1305 to the table [AkhilG]
Acked-by: Akhil Goyal <gakhil@marvell.com>
Applied to dpdk-next-crypto
Title updated.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: add table of supported operating systems for cryptodevs
2021-11-04 18:48 ` [dpdk-dev] [PATCH v2] " Tal Shnaiderman
2021-11-04 19:06 ` [dpdk-dev] [EXT] " Akhil Goyal
@ 2021-11-06 17:02 ` Thomas Monjalon
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2021-11-06 17:02 UTC (permalink / raw)
To: Tal Shnaiderman
Cc: dev, gakhil, declan.doherty, asomalap, ruifeng.wang,
ajit.khaparde, raveendra.padasalagi, vikas.gupta, anoobj,
roy.fan.zhang, pablo.de.lara.guarch, john.griffin, fiona.trahe,
deepak.k.jain, adwivedi, ktejasree, michaelsh, lironh,
rnagadheeraj, jsrikanth, matan, g.singh, hemant.agrawal,
jianjay.zhou
04/11/2021 19:48, Tal Shnaiderman:
> Added table to the crypto device drivers documentation
> stating the support of each PMD on Linux, FreeBSD and Windows.
>
> Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
>
> ---
> v2: add chacha20_poly1305 to the table [AkhilG]
> ---
> doc/guides/conf.py | 5 +++++
> doc/guides/cryptodevs/features/aesni_gcm.ini | 7 +++++++
> doc/guides/cryptodevs/features/aesni_mb.ini | 7 +++++++
> doc/guides/cryptodevs/features/armv8.ini | 7 +++++++
> doc/guides/cryptodevs/features/bcmfs.ini | 7 +++++++
> doc/guides/cryptodevs/features/caam_jr.ini | 6 ++++++
> doc/guides/cryptodevs/features/ccp.ini | 6 ++++++
> doc/guides/cryptodevs/features/chacha20_poly1305.ini | 7 +++++++
> doc/guides/cryptodevs/features/cn10k.ini | 6 ++++++
> doc/guides/cryptodevs/features/cn9k.ini | 6 ++++++
> doc/guides/cryptodevs/features/default.ini | 8 ++++++++
> doc/guides/cryptodevs/features/dpaa2_sec.ini | 6 ++++++
> doc/guides/cryptodevs/features/dpaa_sec.ini | 6 ++++++
> doc/guides/cryptodevs/features/kasumi.ini | 7 +++++++
> doc/guides/cryptodevs/features/mlx5.ini | 7 +++++++
> doc/guides/cryptodevs/features/mvsam.ini | 7 +++++++
> doc/guides/cryptodevs/features/nitrox.ini | 6 ++++++
> doc/guides/cryptodevs/features/null.ini | 9 ++++++++-
> doc/guides/cryptodevs/features/octeontx.ini | 7 +++++++
> doc/guides/cryptodevs/features/octeontx2.ini | 6 ++++++
> doc/guides/cryptodevs/features/openssl.ini | 7 +++++++
> doc/guides/cryptodevs/features/qat.ini | 7 +++++++
> doc/guides/cryptodevs/features/snow3g.ini | 7 +++++++
> doc/guides/cryptodevs/features/virtio.ini | 7 +++++++
> doc/guides/cryptodevs/features/zuc.ini | 7 +++++++
> doc/guides/cryptodevs/overview.rst | 7 +++++++
> 26 files changed, 174 insertions(+), 1 deletion(-)
An addition in .gitignore is missing:
doc/guides/cryptodevs/overview_os_table.txt
Will fix when pulling.
^ permalink raw reply [flat|nested] 7+ messages in thread