RE: [EXTERNAL] [PATCH v15 21/21] crypto/zsda: add functions of cryptodev create and destroy

2024-10-25 Thread Akhil Goyal
> Add functions of cryptodev create and destroy. > > Signed-off-by: Hanxiao Li This patch should be your first crypto driver patch as it does the device initialization. Please update the list that I commented earlier. > --- > drivers/crypto/zsda/zsda_sym_pmd.c | 129 +

[PATCH v15 21/21] crypto/zsda: add functions of cryptodev create and destroy

2024-10-25 Thread Hanxiao Li
Add functions of cryptodev create and destroy. Signed-off-by: Hanxiao Li --- drivers/crypto/zsda/zsda_sym_pmd.c | 129 + drivers/crypto/zsda/zsda_sym_pmd.h | 4 + 2 files changed, 133 insertions(+) diff --git a/drivers/crypto/zsda/zsda_sym_pmd.c b/drivers/crypto/z