[lng-odp] [PATCHv4] linux-generic:release memory during session destroy

2016-03-19 Thread balakrishna.garapati
v2:Added the whitespace after if. v3:link to the bug that this patch resolves. https://bugs.linaro.org/show_bug.cgi?id=2127 v4:formating fixes Signed-off-by: balakrishna.garapati <balakrishna.garap...@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoha...@linaro.org> -

[lng-odp] [PATCHv3] linux-generic:release memory during session destory

2016-03-15 Thread balakrishna.garapati
Signed-off-by: balakrishna.garapati <balakrishna.garap...@linaro.org> --- platform/linux-generic/odp_crypto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/linux-generic/odp_crypto.c b/platform/linux-generic/odp_crypto.c index 08b479d..e468677 100644 --- a/platform/linux-g

[lng-odp] [PATCHv2] linux-generic:release memory during session destory

2016-03-15 Thread balakrishna.garapati
v2:Added the whitespace after if Signed-off-by: balakrishna.garapati <balakrishna.garap...@linaro.org> --- platform/linux-generic/odp_crypto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/linux-generic/odp_crypto.c b/platform/linux-generic/odp_crypto.c index 08b479d..e

[lng-odp] [PATCH] linux-generic:release memory during session destory

2016-03-15 Thread balakrishna.garapati
make sure the EVP_CIPHER memory is freed from the aes_gcm ctx before memset the crypto session to zero. Signed-off-by: balakrishna.garapati <balakrishna.garap...@linaro.org> --- platform/linux-generic/odp_crypto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/linux-g

[lng-odp] [PATCHv7] example:generator:move verbose from worker to control

2015-08-25 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- v5:Fixed race condition with workers removed print infor for UDP mode removed send, receive print info from send thread removed hard coded num_workers = 1 for ping mode introduced condtion check for ping

[lng-odp] [PATCHv6] example:generator:move verbose from worker to control

2015-08-20 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- v5:Fixed race condition with workers removed print infor for UDP mode removed send, receive print info from send thread removed hard coded num_workers = 1 for ping mode introduced condtion check for ping

[lng-odp] [PATCHv5] example:generator:move verbose from worker to control

2015-08-20 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- v5: Fixed race condition with workers removed print infor for UDP mode removed send, receive print info from send thread removed hard coded num_workers = 1 for ping mode introduced condtion check for ping

[lng-odp] [PATCHv9] example:generator:option to supply core mask

2015-08-19 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- v8: Ignore this patch as the chnages were not included by mistake. v9: moved optional args from MANDATORY to OPTIONAL options fixed the comment section core mask to CPU maski. example/generator/odp_generator.c | 80

[lng-odp] [PATCHv7] example:generator:option to supply core mask

2015-08-12 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- validate cpumask from parse_args and exit with a message example/generator/odp_generator.c | 72 --- 1 file changed, 52 insertions(+), 20 deletions(-) diff --git a/example/generator

[lng-odp] [PATCHv6] example:generator:option to supply core mask

2015-08-11 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- boundry check for cpu count vs cpumask_last to limit mask example/generator/odp_generator.c | 65 +++ 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/example/generator

[lng-odp] [PATCHv5] example:generator:option to supply core mask

2015-08-10 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Updated core mask usage, fixed the cpu limit check with core mask. example/generator/odp_generator.c | 65 +++ 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/example

[lng-odp] [PATCHv4] example:generator:move verbose from worker to control

2015-08-07 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Made updates to print recv stats based on mode example/generator/odp_generator.c | 81 --- 1 file changed, 67 insertions(+), 14 deletions(-) diff --git a/example/generator

[lng-odp] [PATCHv3] example:generator:move verbose from worker to control

2015-08-06 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Fixed the comments with some redesign example/generator/odp_generator.c | 73 +++ 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/example/generator/odp_generator.c b

[lng-odp] [PATCHv4] example:generator:option to supply core mask

2015-08-05 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Fixed the comments example/generator/odp_generator.c | 59 ++- 1 file changed, 40 insertions(+), 19 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator

[lng-odp] [PATCH] example:generator:move verbose from worker to control

2015-08-03 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Moved verbose output logic from worker to control thread example/generator/odp_generator.c | 53 +++ 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/example/generator

[lng-odp] [PATCH] example:generator:option to supply core mask

2015-07-30 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- This patch also includes changes to enable the option to support number of workers. example/generator/odp_generator.c | 35 +-- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git

[lng-odp] [PATCHv1] example:generator:option to supply core mask

2015-07-30 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Fixed cpu_mask for PING mode. The mask is set to what is actually supplied. example/generator/odp_generator.c | 51 ++- 1 file changed, 39 insertions(+), 12 deletions(-) diff --git

[lng-odp] [PATCHv2] example:generator:option to supply core mask

2015-07-30 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Fixed cpu_mask for PING mode. The mask is set to what is actually supplied. example/generator/odp_generator.c | 51 ++- 1 file changed, 39 insertions(+), 12 deletions(-) diff --git

[lng-odp] [PATCHv3] example:generator:option to supply core mask

2015-07-30 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- changed the command line argument conventions. example/generator/odp_generator.c | 57 ++- 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/example/generator/odp_generator.c

[lng-odp] [PATCHv2] example:generator:printing verbose output

2015-07-29 Thread Balakrishna.Garapati
corrected alignment issues Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- example/generator/odp_generator.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index

[lng-odp] [PATCHv3] example:generator:printing verbose output

2015-07-29 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- Added fflush example/generator/odp_generator.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index d6ec758..bdee222

[lng-odp] [PATCH] example:generator:printing verbose output

2015-07-28 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- example/generator/odp_generator.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index d6ec758..a33d530 100644

[lng-odp] [PATCH] example:generator:enabling option to limit workers

2015-07-19 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- example/generator/odp_generator.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index d35f4aa..5c6c276 100644

[lng-odp] [PATCHv2] example:generator:print correct appl_mode

2015-07-09 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- since v1: changed the commit message example/generator/odp_generator.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index

[lng-odp] [PATCHV1] example:generator:print correct appl_mode

2015-07-09 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- example/generator/odp_generator.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 0ff264c..15de035 100644 --- a/example

[lng-odp] [PATCH] example:printing correct appl_mode

2015-07-09 Thread Balakrishna.Garapati
Signed-off-by: Balakrishna.Garapati balakrishna.garap...@linaro.org --- example/generator/odp_generator.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 0ff264c..15de035 100644 --- a/example