RE: [PATCH 1/4] security: remove redundant cast

2023-09-20 Thread Akhil Goyal
> Subject: [PATCH 1/4] security: remove redundant cast > > The API 'rte_cryptodev_get_sec_ctx' returns void *. Type cast is not > required. > > Signed-off-by: Anoob Joseph > --- The changes in the series are part of https://patches.dpdk.org/project/dpdk/pat

RE: [PATCH 1/4] security: remove redundant cast

2023-09-08 Thread Power, Ciara
> -Original Message- > From: Anoob Joseph > Sent: Friday, September 8, 2023 6:40 AM > To: Akhil Goyal ; Power, Ciara > Cc: Jerin Jacob ; dev@dpdk.org > Subject: [PATCH 1/4] security: remove redundant cast > > The API 'rte_cryptodev_get_sec_ctx'

[PATCH 1/4] security: remove redundant cast

2023-09-07 Thread Anoob Joseph
The API 'rte_cryptodev_get_sec_ctx' returns void *. Type cast is not required. Signed-off-by: Anoob Joseph --- lib/security/rte_security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/security/rte_security.c b/lib/security/rte_security.c index c4d64bb8e9..71910863bc 10