Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-10 Thread Savolainen, Petri (Nokia - FI/Espoo)
From: Maxim Uvarov [mailto:maxim.uva...@linaro.org] Sent: Thursday, July 06, 2017 8:28 PM To: Dmitry Eremin-Solenikov Cc: Savolainen, Petri (Nokia - FI/Espoo) ; Github ODP bot ; lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-06 Thread Maxim Uvarov
;> Github ODP bot ; lng-odp@lists.linaro.org > >> Subject: Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning > >> CPPFLAGS/LDFLAGS with DPDK flags > >> > >> On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: > >>>> diff --git a/

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-04 Thread Dmitry Eremin-Solenikov
; >> Github ODP bot ; lng-odp@lists.linaro.org >> Subject: Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning >> CPPFLAGS/LDFLAGS with DPDK flags >> >> On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: >>>> diff --git a/test/Makefile.inc

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-04 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] > Sent: Tuesday, July 04, 2017 3:16 PM > To: Savolainen, Petri (Nokia - FI/Espoo) ; > Github ODP bot ; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v4 3/

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-04 Thread Dmitry Eremin-Solenikov
On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: >> diff --git a/test/Makefile.inc b/test/Makefile.inc >> index 1ef2a92c..bf31b374 100644 >> --- a/test/Makefile.inc >> +++ b/test/Makefile.inc >> @@ -4,7 +4,7 @@ LIB = $(top_builddir)/lib >> #in the following line, the libs using t

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-03 Thread Elo, Matias (Nokia - FI/Espoo)
> On 3 Jul 2017, at 15:24, Bill Fischofer wrote: > > On Mon, Jul 3, 2017 at 7:04 AM, Dmitry Eremin-Solenikov > wrote: >> On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: diff --git a/test/Makefile.inc b/test/Makefile.inc index 1ef2a92c..bf31b374 100644 --- a/test/

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-03 Thread Bill Fischofer
On Mon, Jul 3, 2017 at 7:04 AM, Dmitry Eremin-Solenikov wrote: > On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: >>> diff --git a/test/Makefile.inc b/test/Makefile.inc >>> index 1ef2a92c..bf31b374 100644 >>> --- a/test/Makefile.inc >>> +++ b/test/Makefile.inc >>> @@ -4,7 +4,7 @@ L

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-03 Thread Dmitry Eremin-Solenikov
On 03.07.2017 13:34, Savolainen, Petri (Nokia - FI/Espoo) wrote: >> diff --git a/test/Makefile.inc b/test/Makefile.inc >> index 1ef2a92c..bf31b374 100644 >> --- a/test/Makefile.inc >> +++ b/test/Makefile.inc >> @@ -4,7 +4,7 @@ LIB = $(top_builddir)/lib >> #in the following line, the libs using t

Re: [lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-07-03 Thread Savolainen, Petri (Nokia - FI/Espoo)
> diff --git a/test/Makefile.inc b/test/Makefile.inc > index 1ef2a92c..bf31b374 100644 > --- a/test/Makefile.inc > +++ b/test/Makefile.inc > @@ -4,7 +4,7 @@ LIB = $(top_builddir)/lib > #in the following line, the libs using the symbols should come before > #the libs containing them! The include

[lng-odp] [PATCH v4 3/9] linux-gen: stop poisoning CPPFLAGS/LDFLAGS with DPDK flags

2017-06-30 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Instead of poisoning global AM_CPPFLAGS/AM_LDFLAGS with DPDK flags, use fine-grained controls for compiling/linking with DPDK. Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 45 (lumag:m4) ** https://github.com/Linaro/odp/pull/45 **