DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/1] update documentation file
@ 2020-10-27  5:29 Vikas Gupta
  2020-10-27  5:29 ` [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: " Vikas Gupta
  0 siblings, 1 reply; 3+ messages in thread
From: Vikas Gupta @ 2020-10-27  5:29 UTC (permalink / raw)
  To: dev, akhil.goyal; +Cc: vikram.prakash, Vikas Gupta

Hi,
 This patchset update the bcmfs.rst file.

Regards,
Vikas

Vikas Gupta (1):
  crypto/bcmfs: update documentation file

 doc/guides/cryptodevs/bcmfs.rst | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: update documentation file
  2020-10-27  5:29 [dpdk-dev] [PATCH v1 0/1] update documentation file Vikas Gupta
@ 2020-10-27  5:29 ` Vikas Gupta
  2020-10-28 12:22   ` Akhil Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Vikas Gupta @ 2020-10-27  5:29 UTC (permalink / raw)
  To: dev, akhil.goyal; +Cc: vikram.prakash, Vikas Gupta

Update bcmfs.rst file with supported features and devices.

Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: JP Lee <jongpil.lee@broadcom.com>
---
 doc/guides/cryptodevs/bcmfs.rst | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/doc/guides/cryptodevs/bcmfs.rst b/doc/guides/cryptodevs/bcmfs.rst
index 8afece3b4b..f5dcd59c87 100644
--- a/doc/guides/cryptodevs/bcmfs.rst
+++ b/doc/guides/cryptodevs/bcmfs.rst
@@ -5,7 +5,7 @@ Broadcom FlexSparc Crypto Poll Mode Driver
 ==========================================
 
 The FlexSparc crypto poll mode driver (BCMFS PMD) provides support for offloading
-cryptographic operations to the Broadcom SoCs having FlexSparc4/FlexSparc5 unit.
+cryptographic operations to the Broadcom SoCs having FlexSparc4 unit.
 Detailed information about SoCs can be found at `Broadcom Official Website
 <https://www.broadcom.com/products/ethernet-connectivity/network-adapters/smartnic>`__.
 
@@ -13,12 +13,11 @@ Supported Broadcom SoCs
 -----------------------
 
 * Stingray
-* Stingray2
 
 Features
 --------
 
-The BCMFS SYM PMD has support for:
+The BCMFS PMD has support for below symmetric algorithms:
 
 Cipher algorithms:
 
@@ -46,7 +45,6 @@ Hash algorithms:
 * ``RTE_CRYPTO_AUTH_SHA512``
 * ``RTE_CRYPTO_AUTH_SHA512_HMAC``
 * ``RTE_CRYPTO_AUTH_AES_XCBC_MAC``
-* ``RTE_CRYPTO_AUTH_AES_CBC_MAC``
 * ``RTE_CRYPTO_AUTH_MD5_HMAC``
 * ``RTE_CRYPTO_AUTH_AES_GMAC``
 * ``RTE_CRYPTO_AUTH_AES_CMAC``
@@ -54,7 +52,6 @@ Hash algorithms:
 Supported AEAD algorithms:
 
 * ``RTE_CRYPTO_AEAD_AES_GCM``
-* ``RTE_CRYPTO_AEAD_AES_CCM``
 
 Installation
 ------------
@@ -66,7 +63,7 @@ Information about kernel, rootfs and toolchain can be found at
         To execute BCMFS PMD, it must be compiled with VFIO_PRESENT flag on the
         compiling platform and same gets enabled in rte_vfio.h.
 
-The BCMFS crypto PMD may be compiled natively on a Stingray/Stingray2 platform or
+The BCMFS PMD may be compiled natively on a Stingray platform or
 cross-compiled on an x86 platform. For example, below commands can be executed
 for cross compiling on x86 platform.
 
@@ -94,13 +91,13 @@ For example, below commands can be run to get hold of a device node by VFIO.
 Limitations
 -----------
 
-* Only supports the session-oriented API implementation (session-less APIs are not supported).
-* CCM is not supported on Broadcom`s SoCs having FlexSparc4 unit.
+* The session-oriented APIs are supported but the session-less APIs are not.
+* CCM is not supported.
 
 Testing
 -------
 
-The symmetric crypto operations on BCMFS crypto PMD may be verified by running the test
+The symmetric crypto operations on BCMFS PMD may be verified by running the test
 application:
 
 .. code-block:: console
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: update documentation file
  2020-10-27  5:29 ` [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: " Vikas Gupta
@ 2020-10-28 12:22   ` Akhil Goyal
  0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2020-10-28 12:22 UTC (permalink / raw)
  To: Vikas Gupta, dev; +Cc: vikram.prakash



> Subject: [PATCH v1 1/1] crypto/bcmfs: update documentation file
> 
> Update bcmfs.rst file with supported features and devices.
> 
Title updated " doc: update bcmfs crypto PMD features"

> Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> Reviewed-by: JP Lee <jongpil.lee@broadcom.com>
> ---

Applied to dpdk-next-crypto

Thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-28 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27  5:29 [dpdk-dev] [PATCH v1 0/1] update documentation file Vikas Gupta
2020-10-27  5:29 ` [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: " Vikas Gupta
2020-10-28 12:22   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).