Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/Makefile.am line 14 @@ -94,6 +96,8 @@ noinst_HEADERS = \ include/odp_forward_typedefs_internal.h \ include/odp_internal.h \ include/odp_ipsec_internal.h \ +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/Makefile.am line 14 @@ -94,6 +96,8 @@ noinst_HEADERS = \ include/odp_forward_typedefs_internal.h \ include/odp_internal.h \ include/odp_ipsec_internal.h \ +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: Makefile.am line 5 @@ -20,7 +20,7 @@ SUBDIRS = \ @DX_RULES@ -EXTRA_DIST = bootstrap CHANGELOG config/README +EXTRA_DIST = bootstrap CHANGELOG config/README config/odp-linux.conf Comment: A good point. Would this be OK?

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 31 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/odp_libconfig.c line 37 @@ -0,0 +1,82 @@ +/* Copyright (c) 2018, Linaro Limited + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#include "config.h" + +#include +#include +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 19 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t *libconfig_default; +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/Makefile.am line 14 @@ -94,6 +96,8 @@ noinst_HEADERS = \ include/odp_forward_typedefs_internal.h \ include/odp_internal.h \ include/odp_ipsec_internal.h \ +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 11 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: Makefile.am line 5 @@ -20,7 +20,7 @@ SUBDIRS = \ @DX_RULES@ -EXTRA_DIST = bootstrap CHANGELOG config/README +EXTRA_DIST = bootstrap CHANGELOG config/README config/odp-linux.conf Comment: Should ODP install this header file

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/Makefile.am line 14 @@ -94,6 +96,8 @@ noinst_HEADERS = \ include/odp_forward_typedefs_internal.h \ include/odp_internal.h \ include/odp_ipsec_internal.h \ +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 31 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/libodp-linux.pc.in line 5 @@ -7,5 +7,5 @@ Name: libodp-linux Description: The ODP packet processing engine Version: @PKGCONFIG_VERSION@ Libs: -L${libdir} -lodp-linux -Libs.private: @OPENSSL_STATIC_LIBS@

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-03-01 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 11 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t *libconfig_default; +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: platform/linux-generic/Makefile.am line 14 @@ -94,6 +96,8 @@ noinst_HEADERS = \ include/odp_forward_typedefs_internal.h \ include/odp_internal.h \ include/odp_ipsec_internal.h \ +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 31 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Matias Elo(matiaselo) replied on github web page: m4/odp_libconfig.m4 line 11 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 19 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: Makefile.am line 5 @@ -20,7 +20,7 @@ SUBDIRS = \ @DX_RULES@ -EXTRA_DIST = bootstrap CHANGELOG config/README +EXTRA_DIST = bootstrap CHANGELOG config/README config/odp-linux.conf Comment: Should ODP install this header file

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/odp_libconfig.c line 37 @@ -0,0 +1,82 @@ +/* Copyright (c) 2018, Linaro Limited + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#include "config.h" + +#include +#include +

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/libodp-linux.pc.in line 5 @@ -7,5 +7,5 @@ Name: libodp-linux Description: The ODP packet processing engine Version: @PKGCONFIG_VERSION@ Libs: -L${libdir} -lodp-linux -Libs.private: @OPENSSL_STATIC_LIBS@

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 28 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 29 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: platform/linux-generic/include/odp_internal.h line 15 @@ -55,10 +56,16 @@ struct odp_global_data_s { odp_cpumask_t control_cpus; odp_cpumask_t worker_cpus; int num_cpus_installed; + config_t

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 11 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl

Re: [lng-odp] [PATCH v3] linux-gen: add runtime configuration file

2018-02-28 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: m4/odp_libconfig.m4 line 31 @@ -0,0 +1,36 @@ +# ODP_LIBCONFIG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# - +AC_DEFUN([ODP_LIBCONFIG], +[dnl