All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Tal Shnaiderman <talshn@nvidia.com>
Cc: dev@dpdk.org, 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@nvidia.com, g.singh@nxp.com, hemant.agrawal@nxp.com,
	jianjay.zhou@huawei.com
Subject: Re: [dpdk-dev] [PATCH v2] doc: add table of supported operating systems for cryptodevs
Date: Sat, 06 Nov 2021 18:02:12 +0100	[thread overview]
Message-ID: <4585325.nMShF7UHou@thomas> (raw)
In-Reply-To: <20211104184843.11364-1-talshn@nvidia.com>

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.




      parent reply	other threads:[~2021-11-06 17:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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:06   ` Tal Shnaiderman
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4585325.nMShF7UHou@thomas \
    --to=thomas@monjalon.net \
    --cc=adwivedi@marvell.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=anoobj@marvell.com \
    --cc=asomalap@amd.com \
    --cc=declan.doherty@intel.com \
    --cc=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    --cc=g.singh@nxp.com \
    --cc=gakhil@marvell.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jianjay.zhou@huawei.com \
    --cc=john.griffin@intel.com \
    --cc=jsrikanth@marvell.com \
    --cc=ktejasree@marvell.com \
    --cc=lironh@marvell.com \
    --cc=matan@nvidia.com \
    --cc=michaelsh@marvell.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=raveendra.padasalagi@broadcom.com \
    --cc=rnagadheeraj@marvell.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=ruifeng.wang@arm.com \
    --cc=talshn@nvidia.com \
    --cc=vikas.gupta@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.