Re: [lng-odp] RFC move the ring implementation into linux-generic

2015-06-11 Thread Ola Liljedahl
On 11 June 2015 at 22:30, Mike Holmes wrote: > ODP helper should be cleaned up so that it only depends on the ODP public > API and does not require implementations to provide internal platform > support for the helpers. This is compounded by the notion that helpers > should generally be callable

[lng-odp] RFC move the ring implementation into linux-generic

2015-06-11 Thread Mike Holmes
ODP helper should be cleaned up so that it only depends on the ODP public API and does not require implementations to provide internal platform support for the helpers. This is compounded by the notion that helpers should generally be callable before an odp_init call, indeed you might expect to be

Re: [lng-odp] Apply multiple filters using ODP Classifier API

2015-06-11 Thread Mike Holmes
Genis, Bala The API_DOC_Classification details section could probably do with this question as part of the description as it is pretty light on how to use the API right now in the description

[lng-odp] [PATCH] doc: examples: add classifier example

2015-06-11 Thread Mike Holmes
Signed-off-by: Mike Holmes --- doc/examples.dox | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/examples.dox b/doc/examples.dox index 2a7c597..2dccd7f 100644 --- a/doc/examples.dox +++ b/doc/examples.dox @@ -18,3 +18,8 @@ * @example odp_timer_test.c * ODP timer example applicatio

Re: [lng-odp] [PATCHv5 0/8] pktio test move to platform side

2015-06-11 Thread Maxim Uvarov
Merged, Thanks, Maxim. On 06/10/15 19:54, Christophe Milard wrote: since V4: *Added condition in platform/linux-generic/Makefile.am to avoid building these tests when not required. *pktio_run prefixes $PATH (rather than suffix) to avoid possible wrong pktio_main selection All Patched unchan

[lng-odp] [Bug 1001] linux-generic: schedule: priority scheduling broken for one thread

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1001 Mike Holmes changed: What|Removed |Added CC||mike.hol...@linaro.org Assignee|cipria

[lng-odp] [Bug 1560] linux-generic: odp-ovs not working

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1560 Mike Holmes changed: What|Removed |Added Assignee|maxim.uva...@linaro.org |lng-odp@lists.linaro.org CC|

[lng-odp] [Bug 1593] ovs supresses odp log messages

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1593 Mike Holmes changed: What|Removed |Added Assignee|mike.hol...@linaro.org |lng-odp@lists.linaro.org -- You are receiving t

[lng-odp] [Bug 1593] ovs supresses odp log messages

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1593 Mike Holmes changed: What|Removed |Added CC||lng-odp@lists.linaro.org -- You are receiving t

[lng-odp] [Bug 1594] odp-ovs : back2back test shows port freezes after some time

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1594 Mike Holmes changed: What|Removed |Added CC||lng-odp@lists.linaro.org, |

[lng-odp] [Bug 1594] odp-ovs : back2back test shows port freezes after some time

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1594 Mike Holmes changed: What|Removed |Added Assignee|mike.hol...@linaro.org |lng-odp@lists.linaro.org -- You are receiving t

[lng-odp] [Bug 1608] api: add note about odp_pool_destroy

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1608 Mike Holmes changed: What|Removed |Added CC||mike.hol...@linaro.org Assignee|petri.

Re: [lng-odp] [PATCHv5 7/8] validation: moving pktio plt specific to platform

2015-06-11 Thread Mike Holmes
I dont have a problem if this patch now answers Maxims issues. On 10 June 2015 at 12:54, Christophe Milard wrote: > The platform specific scripts for pktio are now moved > from the validation to the platform side. > Pktio tests are now initiated from the platform side. > > Signed-off-by: Christo

[lng-odp] [Bug 1617] Build fails on api-next branch

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1617 Mike Holmes changed: What|Removed |Added Resolution|--- |NON REPRODUCIBLE Status|UNCONFIRMED

[lng-odp] [Bug 1615] odp_timer fails in CI with Segmentation fault

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1615 Mike Holmes changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

Re: [lng-odp] [API-NEXT PATCH] pool: clarify use of odp_pool_destroy()

2015-06-11 Thread Bill Fischofer
This should be coordinated with Bug https://bugs.linaro.org/show_bug.cgi?id=1608 to include a note about potential memory leakage on some platforms. On Wed, Jun 10, 2015 at 8:01 AM, Stuart Haslam wrote: > The intended use of odp_pool_destroy() is during a controlled > termination of an applicati

Re: [lng-odp] Apply multiple filters using ODP Classifier API

2015-06-11 Thread Genís Riera Pérez
Hi Bala, Thank you again for clarify the concepts. Now with odp_pmr_match_t I've solved the problem. You were right about the AND operation in the composite PMR. Sorry for my misunderstanding, and thanks again for your help. Regards, Genís Riera Pérez E-mail: genis.riera.pe...@gmail.com 2015-

[lng-odp] missing API to run workers

2015-06-11 Thread Maxim Uvarov
Looks like we need more advance API to run worker thread. In DPDK on init you provide number of cores. And first core goes to init and others cores immediately roll in loop: #2 eal_thread_loop (arg=) at /opt/Linaro/odp-dpdk-build2/dpdk/lib/librte_eal/linuxapp/eal/eal_thread.c:204 204

Re: [lng-odp] [PATCH] dpdk: do not use hugepages for make check

2015-06-11 Thread Maxim Uvarov
some tests pass but some tests unable to allocate pool. Like scheduler. That is strange. Maxim. On 06/11/15 14:11, Maxim Uvarov wrote: Because of memory leak in pool_destroy huge pages needs to be unmounted on every new run of make check. The other option is that for testing we don't require h

[lng-odp] [PATCH v2] validation: pktio: generate valid test packets

2015-06-11 Thread Stuart Haslam
The test generates UDP packets with the source and destination port numbers set to 0 and source and destination IP addresses of 0.0.0.0, which is likely to cause them to be dropped and the test failing. Fix this by correctly initialising the packet fields to use valid values. Reported-by: Balasubr

Re: [lng-odp] [PATCH] validation: pktio: don't use reserved UDP port 0

2015-06-11 Thread Stuart Haslam
On Wed, Jun 10, 2015 at 09:20:01PM +0530, Bala Manoharan wrote: > We need the fix for IP address also in the same function as the src and dst > ip address are also kept as zero. Uh, missed that, v2 on the way (although it'll have a different subject). -- Stuart. __

[lng-odp] [Bug 1632] validation: pktio test generates invalid UDP packets

2015-06-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=1632 Stuart Haslam changed: What|Removed |Added Summary|validation: pktio test |validation: pktio test |gene