Re: [dpdk-dev] [PATCH v3 00/13] Fixes and unit tests for librte_security

2020-04-17 Thread Lukasz Wojciechowski
W dniu 17.04.2020 o 22:21, Akhil Goyal pisze: >> W dniu 17.04.2020 o 21:46, Akhil Goyal pisze: >>> Hi Lukasz, Set of patches fix minor issues like proper verification of input parameters and aligning documentation with code in the matter of return values. Another fixed issue is inv

Re: [dpdk-dev] [PATCH v3 00/13] Fixes and unit tests for librte_security

2020-04-17 Thread Akhil Goyal
> W dniu 17.04.2020 o 21:46, Akhil Goyal pisze: > > Hi Lukasz, > >> Set of patches fix minor issues like proper verification of input > >> parameters and aligning documentation with code in the matter of return > >> values. Another fixed issue is invalid decrementation of the session > >> counter w

Re: [dpdk-dev] [PATCH v3 00/13] Fixes and unit tests for librte_security

2020-04-17 Thread Lukasz Wojciechowski
W dniu 17.04.2020 o 21:46, Akhil Goyal pisze: > Hi Lukasz, >> Set of patches fix minor issues like proper verification of input >> parameters and aligning documentation with code in the matter of return >> values. Another fixed issue is invalid decrementation of the session >> counter which might

Re: [dpdk-dev] [PATCH v3 00/13] Fixes and unit tests for librte_security

2020-04-17 Thread Akhil Goyal
Hi Lukasz, > > Set of patches fix minor issues like proper verification of input > parameters and aligning documentation with code in the matter of return > values. Another fixed issue is invalid decrementation of the session > counter which might cause inconsistency between counter values and a t

[dpdk-dev] [PATCH v3 00/13] Fixes and unit tests for librte_security

2020-04-09 Thread Lukasz Wojciechowski
Set of patches fix minor issues like proper verification of input parameters and aligning documentation with code in the matter of return values. Another fixed issue is invalid decrementation of the session counter which might cause inconsistency between counter values and a true number of sessions