Re: [dpdk-dev] [PATCH v2] build: mention machine=default and its use in documentation

2019-04-18 Thread Luca Boccassi
On Wed, 2019-04-17 at 22:17 +0200, Thomas Monjalon wrote: > 14/01/2019 14:41, Luca Boccassi: > > Document the new value, as it's useful for distributions and users > > who need to use a stable baseline -march > > > > Signed-off-by: Luca Boccassi < > > bl...@debian.org > > > > > Reviewed-by: Christ

Re: [dpdk-dev] [PATCH v2] build: mention machine=default and its use in documentation

2019-04-17 Thread Thomas Monjalon
14/01/2019 14:41, Luca Boccassi: > Document the new value, as it's useful for distributions and users > who need to use a stable baseline -march > > Signed-off-by: Luca Boccassi > Reviewed-by: Christian Ehrhardt > --- > +NOTE: machine=default will use the minimum required -march on all > archit

Re: [dpdk-dev] [PATCH v2] build: mention machine=default and its use in documentation

2019-03-18 Thread Jerin Jacob Kollanukkaran
On Wed, 2019-02-27 at 12:16 +, Luca Boccassi wrote: > On Mon, 2019-01-14 at 13:41 +, Luca Boccassi wrote: > > Document the new value, as it's useful for distributions and users > > who need to use a stable baseline -march > > > > Signed-off-by: Luca Boccassi > > Reviewed-by: Christian Ehr

Re: [dpdk-dev] [PATCH v2] build: mention machine=default and its use in documentation

2019-02-27 Thread Luca Boccassi
On Mon, 2019-01-14 at 13:41 +, Luca Boccassi wrote: > Document the new value, as it's useful for distributions and users > who need to use a stable baseline -march > > Signed-off-by: Luca Boccassi > Reviewed-by: Christian Ehrhardt > --- > v2: fix typo, add commit body and reviewed-by > > d

[dpdk-dev] [PATCH v2] build: mention machine=default and its use in documentation

2019-01-14 Thread Luca Boccassi
Document the new value, as it's useful for distributions and users who need to use a stable baseline -march Signed-off-by: Luca Boccassi Reviewed-by: Christian Ehrhardt --- v2: fix typo, add commit body and reviewed-by doc/build-sdk-meson.txt | 5 + 1 file changed, 5 insertions(+) diff --