RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Akhil Goyal
> Hi Akhil, > > I'm so sorry, I don't quite understand your request. > Please tell me how to update the crypto_auth/cipher_algorithm_strings. > You need to update the arrays crypto_auth_algorithm_strings and crypto_cipher_algorithm_strings in "lib/cryptodev/rte_cryptodev.c" Also update the re

回复: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Sunyang Wu
] lib/cryptodev/: Add > SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK > > Hi Sunyang, > > Can you send the next version for this patch? > We need to merge in RC1 (31st May). > > > > Subject: RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add > > SM3_HMAC/S

RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Akhil Goyal
s also missing. > > Best wishes > sunyang > > -Original Message- > From: Akhil Goyal > Send: 2023.5.25 16:27 PM > To: Akhil Goyal ; Sunyang Wu > ; dev@dpdk.org > Cc: kai...@intel.com > Subject: RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add > SM3_HMAC/SM4_C

回复: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Sunyang Wu
Hi Akhil, The patches have been resubmitted. Best wishes sunyang -Original Message- From: Akhil Goyal Send: 2023.5.25 16:27 PM To: Akhil Goyal ; Sunyang Wu ; dev@dpdk.org Cc: kai...@intel.com Subject: RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

[PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Sunyang Wu
Add crypto mode: SM4_CFB/SM4_OFB support in DPDK. Add auth mode: SM3_HMAC support in DPDK. Signed-off-by: Sunyang Wu --- doc/guides/cryptodevs/features/default.ini | 3 +++ lib/cryptodev/rte_crypto_sym.h | 8 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc

RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-25 Thread Akhil Goyal
Hi Sunyang, Can you send the next version for this patch? We need to merge in RC1 (31st May). > Subject: RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add > SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK > > > Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. > > > > Signed-off-by: S

RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-05-17 Thread Akhil Goyal
> Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. > > Signed-off-by: Sunyang Wu > --- > lib/cryptodev/rte_crypto_sym.h | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Please add release notes and update doc/guides/cryptodevs/features/default.ini. The update to crypto_auth/ciphe

RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-04-19 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Sunyang Wu > Sent: Saturday, March 18, 2023 2:00 PM > To: Akhil Goyal ; dev@dpdk.org > Cc: Ji, Kai > Subject: 回复: [EXT] [PATCH 1/2] lib/cryptodev/: Add > SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK > > Hi all: > SM3 and SM4 are

回复: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-03-18 Thread Sunyang Wu
t necessary, I can resubmit a patch, delete the corresponding test cases for these modes, and retain only the test cases for the mods currently supported by DPdK. -邮件原件- 发件人: Akhil Goyal 发送时间: 2023年3月16日 18:43 收件人: Sunyang Wu ; dev@dpdk.org 抄送: kai...@intel.com 主题: RE: [EXT] [PATCH 1/2] l

RE: [EXT] [PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-03-16 Thread Akhil Goyal
> Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. > Can you give reference to some documentation for each of these modes. Cannot find RFCs for SM3_HMAC etc. > Signed-off-by: Sunyang Wu > --- > lib/cryptodev/rte_crypto_sym.h | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-)

[PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK

2023-03-15 Thread Sunyang Wu
Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK. Signed-off-by: Sunyang Wu --- lib/cryptodev/rte_crypto_sym.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/cryptodev/rte_crypto_sym.h b/lib/cryptodev/rte_crypto_sym.h index 2cfe66530c..c4572106dc 100644 --- a/lib/cryp