Re: [dpdk-dev] [PATCH v2 1/2] crypto/dpaa2_sec: improve error handling

2020-05-05 Thread Akhil Goyal
Hi Lukasz, > > Hi Akhil, > > There are still few places, where returned error code is not set. > Maybe you can add those places to your patch? Thanks for the review. I will surely look into it. > > Here's the list: > > --- a/drivers/crypto/dpaa_sec/dpaa_sec.c > +++ b/drivers/crypto/dpaa_sec/

Re: [dpdk-dev] [PATCH v2 1/2] crypto/dpaa2_sec: improve error handling

2020-05-04 Thread Lukasz Wojciechowski
W dniu 04.05.2020 o 23:39, Akhil Goyal pisze: > The return values in cases of errors were not > specified properly. With this patch appropriate > error numbers are returned. > > Signed-off-by: Akhil Goyal > --- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 59 + > 1 file

[dpdk-dev] [PATCH v2 1/2] crypto/dpaa2_sec: improve error handling

2020-05-04 Thread Akhil Goyal
The return values in cases of errors were not specified properly. With this patch appropriate error numbers are returned. Signed-off-by: Akhil Goyal --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 59 + 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/drivers