Re: [EXT] Re: [PATCH v2 15/18] crypto/cnxk: remove unused ctx buf len

2022-09-28 Thread Thomas Monjalon
28/09/2022 12:17, Anoob Joseph: > Hi Thomas, > > 'struct roc_se_buf_ptr ctx_buf' has fields for a pointer and len. The field > for len was unused. It was removed and the required pointer was added in the > parent struct. OK, thanks, I've added your explanation in the commit message. > Thanks,

RE: [EXT] Re: [PATCH v2 15/18] crypto/cnxk: remove unused ctx buf len

2022-09-28 Thread Anoob Joseph
er 28, 2022 3:44 PM > To: Akhil Goyal ; Jerin Jacob Kollanukkaran > ; Anoob Joseph > Cc: Archana Muniganti ; Tejasree Kondoj > ; dev@dpdk.org > Subject: [EXT] Re: [PATCH v2 15/18] crypto/cnxk: remove unus

Re: [PATCH v2 15/18] crypto/cnxk: remove unused ctx buf len

2022-09-28 Thread Thomas Monjalon
09/08/2022 12:53, Anoob Joseph: > Ctx len buf field is unused. Remove it. There is no such field. What do you mean exactly? > -struct roc_se_fc_params { > - /* 0th cache line */ > - union { > - struct roc_se_buf_ptr bufs[1]; > - struct { > - str

[PATCH v2 15/18] crypto/cnxk: remove unused ctx buf len

2022-08-09 Thread Anoob Joseph
Ctx len buf field is unused. Remove it. Signed-off-by: Anoob Joseph --- drivers/common/cnxk/roc_se.h | 45 +++ drivers/crypto/cnxk/cnxk_se.h | 27 +++-- 2 files changed, 33 insertions(+), 39 deletions(-) diff --git a/drivers/common/cnxk/roc_se.h