Re: [dpdk-dev] [PATCH] Sort list of entries in examples.dox

2017-10-09 Thread Bernhard M. Wiedemann
On 2017-10-09 15:51, Luca Boccassi wrote: > If you are interested in reproducible builds please have a look at this > patch series I submitted a while ago: > > http://dpdk.org/dev/patchwork/patch/28386/ > > I have verified that those patches make the build reproducible on > Debian (x86/x86_64/arm

[dpdk-dev] [PATCH] Sort list of entries in examples.dox

2017-10-09 Thread Bernhard M. Wiedemann
so that dpdk builds in a reproducible way in spite of indeterministic filesystem readdir order using LC_ALL=C for sorting to be independent of locales Signed-off-by: Bernhard M. Wiedemann --- mk/rte.sdkdoc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/rte.sdkdoc.mk

[dpdk-dev] [PATCH] Sort list of entries in examples.dox

2017-10-09 Thread Bernhard M. Wiedemann
so that dpdk builds in a reproducible way in spite of indeterministic filesystem readdir order using LC_ALL=C for sorting to be independent of locales --- mk/rte.sdkdoc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/rte.sdkdoc.mk b/mk/rte.sdkdoc.mk index c0eaa3502..8f2f