Hi Akhil,
Please see inline.
Thanks,
Anoob
> -Original Message-
> From: Akhil Goyal
> Sent: Tuesday, October 1, 2019 6:27 PM
> To: Anoob Joseph ; Pablo de Lara
>
> Cc: Kanaka Durga Kotamarthy ; Jerin Jacob
> Kollanukkaran ; Narayana Prasad Raju Athreya
> ; Fiona Trahe ; Shally Verma
>
Hi Anoob,
Just a couple of nits
> +
> +static __rte_always_inline void
> +cpt_modex_param_normalize(uint8_t **data, size_t *len)
> +{
> + size_t i;
> +
> + /* Strip leading NUL bytes */
Typo NULL
> +
> + for (i = 0; i < *len; i++) {
> + if ((*data)[i] != 0)
> +
From: Kanaka Durga Kotamarthy
Add asymmetric session setup and free functions
Signed-off-by: Anoob Joseph
Signed-off-by: Kanaka Durga Kotamarthy
Signed-off-by: Sunila Sahu
---
drivers/common/cpt/cpt_mcode_defines.h | 9 ++
drivers/common/cpt/cpt_ucode_asym.h | 169
3 matches
Mail list logo