[lng-odp] [Bug 1816] api-next: parse invalid packet causes segfault

2015-09-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1816 Bill Fischofer changed: What|Removed |Added Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0

[lng-odp] [API-NEXT PATCH 3/3] validation: classification: Add init calls for queue parameters

2015-09-22 Thread Bill Fischofer
Add odp_queue_param_init() calls to test. This fixes Bug https://bugs.linaro.org/show_bug.cgi?id=1816 Signed-off-by: Bill Fischofer --- test/validation/classification/odp_classification_tests.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/test/validation/classification/odp_classifi

[lng-odp] [API-NEXT PATCH 2/3] validation: classification: syntax correction for CU_ASSERT

2015-09-22 Thread Bill Fischofer
Signed-off-by: Bill Fischofer --- test/validation/classification/odp_classification_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/validation/classification/odp_classification_tests.c b/test/validation/classification/odp_classification_tests.c index 98da732.

[lng-odp] [API-NEXT PATCH 1/3] validation: classification: Add init calls for pool parameters

2015-09-22 Thread Bill Fischofer
Signed-off-by: Bill Fischofer --- test/validation/classification/odp_classification_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validation/classification/odp_classification_tests.c b/test/validation/classification/odp_classification_tests.c index 551c83d..98d

Re: [lng-odp] Build a hash library

2015-09-22 Thread Mike Holmes
Hi Thank you for the patch, I had some initial thoughts, I ran the ODP patch sanity test https://git.linaro.org/lng/check-odp.git PATCH_DIR= ./apply-and-build.sh and got several warnings that need addressing before the series can be accepted. Some of the warnings might be acceptable with an e

Re: [lng-odp] [NEXT PATCHv3] api: define pktio statistics api

2015-09-22 Thread Ivan Khoronzhuk
Hi, Maxim What about to extend API a little. Why API doesn't support work with statistic counter, I mean not only read. What if I want to reset a statistic counter and only one? In my case I have h/w support to reset concrete counter by writing 0x to it in runtime. Also there is possibil

[lng-odp] [Bug 1816] api-next: parse invalid packet causes segfault

2015-09-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1816 Maxim Uvarov changed: What|Removed |Added Assignee|petri.savolai...@linaro.org |bill.fischo...@linaro.org -- You are receiving

[lng-odp] [Bug 1816] New: api-next: parse invalid packet causes segfault

2015-09-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1816 Bug ID: 1816 Summary: api-next: parse invalid packet causes segfault Product: OpenDataPlane - linux- generic reference Version: unspecified Hardware: Other OS: Linux Stat

[lng-odp] [Bug 1711] Rename APIs for consistency with ODP naming standard

2015-09-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1711 Bala Manoharan changed: What|Removed |Added Resolution|--- |FIXED Status|IN_PROGRESS

[lng-odp] [PATCH] example:generator : Fix data race condition

2015-09-22 Thread ion.grigore
From: Grigore Ion The counters.seq counter is used to check if the configured number of packets was processed. There is a race condition between the counter incrementation time and its value testing time. If code is running on multiple CPUs it is possible the application send more packets than ex

[lng-odp] [PATCH] test: l2fwd: add extra counter to count packet with errors vs dropped packets

2015-09-22 Thread Nicolas Morey-Chaisemartin
Drop packets counts both packets dropped by calls to pktio_send() and packet which were flagged with errors during parsing. Add an extra counter to differ these two types of packets. Signed-off-by: Nicolas Morey-Chaisemartin --- test/performance/odp_l2fwd.c | 15 ++- 1 file changed,