Re: [dpdk-dev] [PATCH 1/4] devtools: do not complain when reordering symbols

2019-05-03 Thread David Marchand
Hello Ray, On Fri, May 3, 2019 at 6:16 PM Ray Kinsella wrote: > Do you have this script wired into the DPDK CI? > Or is this purely for testing before packaging? > Iirc, Thomas has this script running on the server side. See for example the report for this very patch on the dpdk-test ml: http:

Re: [dpdk-dev] [PATCH 1/4] devtools: do not complain when reordering symbols

2019-05-03 Thread Ray Kinsella
Hi David, Do you have this script wired into the DPDK CI? Or is this purely for testing before packaging? Ray K On 03/05/2019 15:34, David Marchand wrote: > No need to shout when we are just reordering symbols in a section. > > Signed-off-by: David Marchand > --- > devtools/check-symbol-chang

[dpdk-dev] [PATCH 1/4] devtools: do not complain when reordering symbols

2019-05-03 Thread David Marchand
No need to shout when we are just reordering symbols in a section. Signed-off-by: David Marchand --- devtools/check-symbol-change.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/devtools/check-symbol-change.sh b/devtools/check-symbol-change.sh index 40eb953..8da7650 100755 --- a/dev