[lng-odp] [Linaro/odp] 811281: travis: add enable-deprecated test configuration

2017-12-12 Thread GitHub
  Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: 811281a22b6274b7f41b926a9cfbe09e48a366bd
  
https://github.com/Linaro/odp/commit/811281a22b6274b7f41b926a9cfbe09e48a366bd
  Author: Matias Elo 
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  travis: add enable-deprecated test configuration

Test ODP build with 'enable-deprecated' flag set.

Signed-off-by: Matias Elo 
Reviewed-by: Bill Fischofer 
Signed-off-by: Maxim Uvarov 


  Commit: f49d7bad7316ed0be807f37984908fc37da68004
  
https://github.com/Linaro/odp/commit/f49d7bad7316ed0be807f37984908fc37da68004
  Author: Maxim Uvarov 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  travis: disable ccache for codecov

Log says:
odp_pktio_perf.gcno:cannot open notes file
Reason is codecov does not see any generated files which were not
complied due to ccache. Disabling ccache makes it work.

Signed-off-by: Maxim Uvarov 
Reviewed-by: Bill Fischofer 


  Commit: aef79483e3d3e517b4cf2d71b3c22985326532c0
  
https://github.com/Linaro/odp/commit/aef79483e3d3e517b4cf2d71b3c22985326532c0
  Author: Maxim Uvarov 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  gitignore add gcov files

Signed-off-by: Maxim Uvarov 
Reviewed-by: Bill Fischofer 


  Commit: c15a810b7a47f2e07200f83aa534163ca06e2b16
  
https://github.com/Linaro/odp/commit/c15a810b7a47f2e07200f83aa534163ca06e2b16
  Author: Maxim Uvarov 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Revert "travis: temporary turn off dpdk caching"

This reverts:
commit 73bc46197ec0 ("travis: temporary turn off dpdk caching")
Looks like dpdk build is stable now and we can turn on caching for dpdk.

Signed-off-by: Maxim Uvarov 
Reviewed-by: Bill Fischofer 


  Commit: aab8ff7237c117e9ed63a8b7d595aca7f5665ff9
  
https://github.com/Linaro/odp/commit/aab8ff7237c117e9ed63a8b7d595aca7f5665ff9
  Author: Dmitry Eremin-Solenikov 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
A m4/odp_dpdk.m4
M platform/linux-generic/m4/odp_dpdk.m4

  Log Message:
  ---
  configure: separate common DPDK check to odp_dpdk.m4

Separate DPDK macros to top-level file so that they can be reused by
other implementations (like ODP-DPDK).

Signed-off-by: Dmitry Eremin-Solenikov 
Reviewed-and-tested-by: Matias Elo 


  Commit: c6573eb58dcf0d0316ada1e91ae1993100c4d559
  
https://github.com/Linaro/odp/commit/c6573eb58dcf0d0316ada1e91ae1993100c4d559
  Author: Dmitry Eremin-Solenikov 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M platform/linux-generic/Makefile.am
M platform/linux-generic/m4/odp_dpdk.m4

  Log Message:
  ---
  linux-gen: apply -msse4.2 only in x86 case

Flag -msse4.2 should be used only for i?86/x86_64 targets, it does not
make sense for any other target.

Signed-off-by: Dmitry Eremin-Solenikov 
Reviewed-and-tested-by: Matias Elo 


  Commit: 442638dd1514f8dda882d48fbb1ebc88ef9af430
  
https://github.com/Linaro/odp/commit/442638dd1514f8dda882d48fbb1ebc88ef9af430
  Author: Dmitry Eremin-Solenikov 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M m4/odp_dpdk.m4
M platform/linux-generic/m4/odp_dpdk.m4

  Log Message:
  ---
  linux-gen: add support for using system-wide DPDK

Support using distro-installed DPDK for Pkt I/O. Distributions (like
Ubuntu, Debian, etc) start providing DPDK packages. It is wise to enable
users to use distro-provided DPDK version rather than requiring to
always compile it from sources.

Signed-off-by: Dmitry Eremin-Solenikov 
Reviewed-and-tested-by: Matias Elo 


  Commit: e02d9f43ea8675db5ad5202ef605e6dd8014abb5
  
https://github.com/Linaro/odp/commit/e02d9f43ea8675db5ad5202ef605e6dd8014abb5
  Author: Dmitry Eremin-Solenikov 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M platform/linux-generic/pktio/dpdk.c

  Log Message:
  ---
  linux-gen: pktio: support using DPDK lt 17.08

Debian unstable ships with DPDK 16.11. Add support for building with
this version.

Signed-off-by: Dmitry Eremin-Solenikov 
Reviewed-and-tested-by: Matias Elo 


  

[lng-odp] [Linaro/odp] 811281: travis: add enable-deprecated test configuration

2017-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: 811281a22b6274b7f41b926a9cfbe09e48a366bd
  
https://github.com/Linaro/odp/commit/811281a22b6274b7f41b926a9cfbe09e48a366bd
  Author: Matias Elo 
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  travis: add enable-deprecated test configuration

Test ODP build with 'enable-deprecated' flag set.

Signed-off-by: Matias Elo 
Reviewed-by: Bill Fischofer 
Signed-off-by: Maxim Uvarov