From 5f21e1bd613b372ea6f8be6423894548dae59bdc Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 1 Aug 2018 14:38:36 +0200 Subject: [PATCH] Store USE_DLMALLOC in vppinfra/config.h Change-Id: Ib596e7f525b83dc7e830bcf6a126cd210216ce86 Signed-off-by: Damjan Marion --- src/Makefile.am | 2 +- src/configure.ac | 2 +- src/examples/sample-plugin/Makefile.am | 2 +- src/examples/sample-plugin/configure.ac | 3 --- src/plugins/Makefile.am | 2 +- src/vpp-api/java/Makefile.am | 2 +- src/vpp-api/vapi/Makefile.am | 2 +- src/vpp.am | 2 +- src/vppinfra/cache.h | 3 --- src/vppinfra/clib.h | 2 ++ src/vppinfra/config.h.in | 1 + 11 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6a9227522b0..68cff7852ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall +AM_CFLAGS = @CPU_FLAGS@ -Wall AM_CXXFLAGS = -Wall -std=gnu++11 SUBDIRS = . diff --git a/src/configure.ac b/src/configure.ac index fb7ae8128aa..d4c7a7576d3 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -282,7 +282,7 @@ AS_IF([test "$cc_flag_check" = yes], AC_SUBST(PRE_DATA_SIZE, [$with_pre_data]) AC_SUBST(LOG2_CACHE_LINE_BYTES, [$with_log2_cache_line_bytes]) AC_SUBST(APICLI, [-DVPP_API_TEST_BUILTIN=${n_with_apicli}]) -AC_SUBST(DLMALLOC, [-DUSE_DLMALLOC=${n_enable_dlmalloc}]) +AC_SUBST(DLMALLOC, [${n_enable_dlmalloc}]) AC_DEFINE_UNQUOTED(DPDK_SHARED_LIB, [${n_enable_dpdk_shared}]) AC_DEFINE_UNQUOTED(WITH_LIBSSL, [${n_with_libssl}]) diff --git a/src/examples/sample-plugin/Makefile.am b/src/examples/sample-plugin/Makefile.am index 2622f4e69f9..1825a8f111f 100644 --- a/src/examples/sample-plugin/Makefile.am +++ b/src/examples/sample-plugin/Makefile.am @@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -AM_CFLAGS = -Wall -I${top_srcdir} -I${top_builddir} @DLMALLOC@ +AM_CFLAGS = -Wall -I${top_srcdir} -I${top_builddir} AM_LDFLAGS = -module -shared -avoid-version AM_LIBTOOLFLAGS = --quiet SUFFIXES = .api.h .api .api.json diff --git a/src/examples/sample-plugin/configure.ac b/src/examples/sample-plugin/configure.ac index 57ec6ee02c1..69d989183c5 100644 --- a/src/examples/sample-plugin/configure.ac +++ b/src/examples/sample-plugin/configure.ac @@ -32,9 +32,6 @@ AC_DEFUN([ENABLE_ARG], m4_append([list_of_enabled], [$1], [, ]) ]) -ENABLE_ARG(dlmalloc, [Enable dlmalloc]) -AC_SUBST(DLMALLOC, [-DUSE_DLMALLOC=${n_enable_dlmalloc}]) - CC_CHECK_FLAG("-Wno-address-of-packed-member") AS_IF([test "$cc_flag_check" = yes], [CFLAGS="${CFLAGS} -Wno-address-of-packed-member"], []) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index e1ead76f801..12f8ddfaef2 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -14,7 +14,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall -I${top_srcdir} -I${top_builddir} +AM_CFLAGS = @CPU_FLAGS@ -Wall -I${top_srcdir} -I${top_builddir} AM_LDFLAGS = -module -shared -avoid-version AM_LIBTOOLFLAGS = --quiet SUFFIXES = .api.h .api .api.json diff --git a/src/vpp-api/java/Makefile.am b/src/vpp-api/java/Makefile.am index 6d60a24e66d..321ba33cb53 100644 --- a/src/vpp-api/java/Makefile.am +++ b/src/vpp-api/java/Makefile.am @@ -15,7 +15,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall -I${top_srcdir} -I${top_builddir} \ +AM_CFLAGS = @CPU_FLAGS@ -Wall -I${top_srcdir} -I${top_builddir} \ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux \ -I@top_srcdir@/plugins -I@top_builddir@/plugins diff --git a/src/vpp-api/vapi/Makefile.am b/src/vpp-api/vapi/Makefile.am index e1bd813df13..07ef46ef296 100644 --- a/src/vpp-api/vapi/Makefile.am +++ b/src/vpp-api/vapi/Makefile.am @@ -15,7 +15,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall -I${top_srcdir} -I${top_builddir} -I. -I$(top_srcdir)/vpp-api/ +AM_CFLAGS = @CPU_FLAGS@ -Wall -I${top_srcdir} -I${top_builddir} -I. -I$(top_srcdir)/vpp-api/ AM_LDFLAGS = -shared -avoid-version -rpath /none -no-undefined diff --git a/src/vpp.am b/src/vpp.am index c5fd48a127d..e8c01557656 100644 --- a/src/vpp.am +++ b/src/vpp.am @@ -39,7 +39,7 @@ endif # bin_vpp_SOURCES += \ # vpp/api/gmon.c -bin_vpp_CFLAGS = @APICLI@ @DLMALLOC@ +bin_vpp_CFLAGS = @APICLI@ nobase_include_HEADERS += \ vpp/api/vpe_all_api_h.h \ diff --git a/src/vppinfra/cache.h b/src/vppinfra/cache.h index ac0835523cb..7a54d34dfee 100644 --- a/src/vppinfra/cache.h +++ b/src/vppinfra/cache.h @@ -45,9 +45,6 @@ */ #ifndef CLIB_LOG2_CACHE_LINE_BYTES -/* defines CLIB_LOG2_CACHE_LINE_BYTES */ -#include - /* Default cache line size of 64 bytes. */ #ifndef CLIB_LOG2_CACHE_LINE_BYTES #define CLIB_LOG2_CACHE_LINE_BYTES 6 diff --git a/src/vppinfra/clib.h b/src/vppinfra/clib.h index 42748b0a34c..a6f88245d79 100644 --- a/src/vppinfra/clib.h +++ b/src/vppinfra/clib.h @@ -38,6 +38,8 @@ #ifndef included_clib_h #define included_clib_h +#include + /* Standalone means to not assume we are running on a Unix box. */ #if ! defined (CLIB_STANDALONE) && ! defined (CLIB_LINUX_KERNEL) #define CLIB_UNIX diff --git a/src/vppinfra/config.h.in b/src/vppinfra/config.h.in index 0947c7166f0..58a973144e0 100644 --- a/src/vppinfra/config.h.in +++ b/src/vppinfra/config.h.in @@ -20,4 +20,5 @@ #define CLIB_LOG2_CACHE_LINE_BYTES @LOG2_CACHE_LINE_BYTES@ #endif +#define USE_DLMALLOC @DLMALLOC@ #endif -- 2.16.6