Re: [dpdk-dev] [PATCH v3 3/3] build: check symbol maps in developer mode

2021-05-19 Thread Thomas Monjalon
13/05/2021 10:34, David Marchand: > Hook check-symbol-maps.sh in the symbol check when in developer mode to > help developers catch issues before submitting their changes. > > Signed-off-by: David Marchand > Reviewed-by: Ray Kinsella Series applied, thanks.

[dpdk-dev] [PATCH v3 3/3] build: check symbol maps in developer mode

2021-05-13 Thread David Marchand
Hook check-symbol-maps.sh in the symbol check when in developer mode to help developers catch issues before submitting their changes. Signed-off-by: David Marchand Reviewed-by: Ray Kinsella --- Changes since v1: - now that we have the developer mode, added this check in the build process, ---