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(-
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.
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
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
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
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
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
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/
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
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,
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
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
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
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
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
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
16 matches
Mail list logo