Re: [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

2020-04-03 Thread Lukasz Wojciechowski
Dear Akhil, W dniu 01.04.2020 o 19:09, Akhil Goyal pisze: > Hi Lukasz, > > >> This patch introduces set of unit tests of librte_security API functions. >> Tests are added to dpdk-test application and can be run with >> "security_autotest" runtime command. >> >> This is the first patch in the serie

Re: [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

2020-04-02 Thread Thomas Monjalon
02/04/2020 21:49, Lukasz Wojciechowski: > > W dniu 01.04.2020 o 19:51, Thomas Monjalon pisze: > > 01/04/2020 19:09, Akhil Goyal: > >> Hi Lukasz, > >> > >>> This patch introduces set of unit tests of librte_security API functions. > >>> Tests are added to dpdk-test application and can be run with >

Re: [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

2020-04-02 Thread Lukasz Wojciechowski
W dniu 01.04.2020 o 19:51, Thomas Monjalon pisze: > 01/04/2020 19:09, Akhil Goyal: >> Hi Lukasz, >> >>> This patch introduces set of unit tests of librte_security API functions. >>> Tests are added to dpdk-test application and can be run with >>> "security_autotest" runtime command. >>> >>> This

Re: [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

2020-04-01 Thread Thomas Monjalon
01/04/2020 19:09, Akhil Goyal: > Hi Lukasz, > > > This patch introduces set of unit tests of librte_security API functions. > > Tests are added to dpdk-test application and can be run with > > "security_autotest" runtime command. > > > > This is the first patch in the series of patches as adding

Re: [dpdk-dev] [PATCH 05/13] app/test: introduce librte_security tests

2020-04-01 Thread Akhil Goyal
Hi Lukasz, > > This patch introduces set of unit tests of librte_security API functions. > Tests are added to dpdk-test application and can be run with > "security_autotest" runtime command. > > This is the first patch in the series of patches as adding all test cases > for all API functions in