Re: [lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-13 Thread Mike Holmes
You are right I should have said os, will fix in v2. On 13 December 2016 at 04:22, Nicolas Morey-Chaisemartin wrote: > > > Le 12/13/2016 à 09:54 AM, Christophe Milard a écrit : > > OK. this is somehow matching my understanding: > . OS= linux, BSD, windows, OSE or mppa > .

Re: [lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-13 Thread Nicolas Morey-Chaisemartin
Le 12/13/2016 à 09:54 AM, Christophe Milard a écrit : > OK. this is somehow matching my understanding: > . OS= linux, BSD, windows, OSE or mppa > . Platform = HW board on which that stuff is run (implies different running > parametrs, such as pktio interface names, mem sizes...) > > Not sure

Re: [lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-13 Thread Christophe Milard
OK. this is somehow matching my understanding: . OS= linux, BSD, windows, OSE or mppa . Platform = HW board on which that stuff is run (implies different running parametrs, such as pktio interface names, mem sizes...) Not sure how to reflect that propåerly in the current structure, where platform

Re: [lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-13 Thread Nicolas Morey-Chaisemartin
Le 12/13/2016 à 08:46 AM, Christophe Milard a écrit : > On 12 December 2016 at 15:52, Mike Holmes wrote: > >> Signed-off-by: Mike Holmes >> --- >> configure.ac | 14 ++ >> helper/Makefile.am | 2 +- >> 2 files changed, 15

Re: [lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-12 Thread Christophe Milard
On 12 December 2016 at 15:52, Mike Holmes wrote: > Signed-off-by: Mike Holmes > --- > configure.ac | 14 ++ > helper/Makefile.am | 2 +- > 2 files changed, 15 insertions(+), 1 deletion(-) > > diff --git a/configure.ac

[lng-odp] [PATCH 4/6] helper: select os in configure

2016-12-12 Thread Mike Holmes
Signed-off-by: Mike Holmes --- configure.ac | 14 ++ helper/Makefile.am | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20ec479..39c040d 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6