Re: [lng-odp] [PATCH 4/4] doc: implementers guide update with the new structure

2016-07-11 Thread Bill Fischofer
On Mon, Jul 11, 2016 at 1:19 PM, Mike Holmes wrote: > On 11 July 2016 at 11:26, Christophe Milard > wrote: > > > Signed-off-by: Christophe Milard > > --- > > doc/implementers-guide/implementers-guide.adoc | 141 > > +++-- > > 1 file changed, 83 insertions(+), 58 deletions(-

[lng-odp] [Bug 2386] M32 on 64 compile: recipe for target 'odp_schedule_ordered.lo' failed

2016-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2386 --- Comment #7 from Bill Fischofer --- Can we move CI to 15.10 for our testing? That version seems to work fine. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 2366] odp_scheduling_run.sh fails regularly in CI

2016-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2366 --- Comment #4 from Mike Holmes --- CI is now using jessie and I use this to get a debian docker image to test in, note this maps my host git and incoming patch dirs to the docker container docker run --privileged --net=host -v /home/mike/git:/root/g

[lng-odp] [Bug 2386] M32 on 64 compile: recipe for target 'odp_schedule_ordered.lo' failed

2016-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2386 --- Comment #6 from Mike Holmes --- To move to 16.04 the next LTS we have to contend with this openssl with Valgrind bug. https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1574437 Perhaps it is time to move to Debian based images in CI ? -- Y

Re: [lng-odp] [PATCH 4/7] linux-generic: set thread affinity POSIX style

2016-07-11 Thread Mike Holmes
Rusain Petri is out for his summer vacation, if nothing else we could take your proposal into api-next where people and consider the changes. If Petri is out I would not want to take it directly to Master if he had reason to question if it was the right solution. Mike On 8 July 2016 at 18:57, Ru

Re: [lng-odp] [PATCH 4/4] doc: implementers guide update with the new structure

2016-07-11 Thread Mike Holmes
On 11 July 2016 at 11:26, Christophe Milard wrote: > Signed-off-by: Christophe Milard > --- > doc/implementers-guide/implementers-guide.adoc | 141 > +++-- > 1 file changed, 83 insertions(+), 58 deletions(-) > > diff --git a/doc/implementers-guide/implementers-guide.adoc > b

[lng-odp] [PATCH] example: remove reference from linux-generic internal envs

2016-07-11 Thread Maxim Uvarov
Make print for example more platform independent and move prints about pktio states in platform initialization code. Signed-off-by: Maxim Uvarov --- example/generator/odp_generator.c | 4 example/ipsec/odp_ipsec.c | 6 +- example/packet/odp_pktio.c

[lng-odp] [API-NEXT PATCH v2] doc: driver-guide: initial revision

2016-07-11 Thread Mike Holmes
Add an initial driver interface document structure for the existing driver framework. Signed-off-by: Mike Holmes Reviewed-and-tested-by: Bill Fischofer --- v2 use seperate language for the north and south bound interfaces target at api-next configure.ac | 4 +++- doc/

Re: [lng-odp] [PATCH 4/4] doc: implementers guide update with the new structure

2016-07-11 Thread Bill Fischofer
On Mon, Jul 11, 2016 at 10:26 AM, Christophe Milard < christophe.mil...@linaro.org> wrote: > Signed-off-by: Christophe Milard > --- > doc/implementers-guide/implementers-guide.adoc | 141 > +++-- > 1 file changed, 83 insertions(+), 58 deletions(-) > > diff --git a/doc/impleme

[lng-odp] [PATCH 3/4] test: restructuring platform-specific tests to allow other interface

2016-07-11 Thread Christophe Milard
test/platform//* moves to: test//validation/api/ Two reasons: *test/platform// now moves to test/, hence at the same level than "all-platforms" clearly separating between platform agnostic and platform specific parts. *Also, under test/, the test group "validation" and interface "api" are created,

[lng-odp] [PATCH 4/4] doc: implementers guide update with the new structure

2016-07-11 Thread Christophe Milard
Signed-off-by: Christophe Milard --- doc/implementers-guide/implementers-guide.adoc | 141 +++-- 1 file changed, 83 insertions(+), 58 deletions(-) diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc index 4f49e8f..6db7

[lng-odp] [PATCH 2/4] validation: moving api validation tests to prepare for new interfaces

2016-07-11 Thread Christophe Milard
API tests are now moved to test/all-platforms/validation/api (from test/validation), The reason for this move is two folded: * Moving down validation to all-plaform/validation disambiguates the meanning of validation (which up to now was referring to both platform agnostic tests and to the set

[lng-odp] [PATCH 1/4] validation: diverse cosmetic fixes for checkpatch

2016-07-11 Thread Christophe Milard
To reduce the number of issues picked up by check-odp when moving the files in next patch Signed-off-by: Christophe Milard --- .../classification/odp_classification_test_pmr.c | 1 - test/validation/crypto/odp_crypto_test_inp.c | 32 - test/validation/crypto/test_vectors.h

[lng-odp] [PATCH 0/4] Restructuring tests for clarity and new interfaces.

2016-07-11 Thread Christophe Milard
This patch series introduces a test directiry restructuration needed to make room for future new interface tests: *Patch 1 is just fixing a bunch of cosmetic things to calm down check-odp which runs checkpatch on whole moved files. These fixes are things that were not caught before or that were

Re: [lng-odp] [PATCH/API-NEXT 1/3] helper/ip: fix ip parsing endian issue

2016-07-11 Thread Maxim Uvarov
Ping. Review is needed. This patch series has to be for master branch. Especially this bug fix patch. Maxim. On 07/08/16 11:14, forrest@linaro.org wrote: From: Xuelin Shi The prototype says returning cpu endian value but implementation returns a little-endian value. Add conversion t

Re: [lng-odp] [PATCH 7/7] linux-generic: pktio: ifdef wrap sendmmsg

2016-07-11 Thread Maxim Uvarov
On 07/09/16 01:40, Ruslan Babayev wrote: Hi Maxim, It improved the situation somewhat. The cpumask related GNUisms are taken care of. But still need the other patches I sent earlier. I can rebase against master and send those patches again if there's interest. yes, please resend rest of patch