I use some scripts to make some basic checks before committing or submitting some patches. I think they can be useful for every DPDK developers and especially for new committers / tree owners.
The problem when sharing such tool is how to make it customizable while fitting for everyone. The proposed solution is to use a development configuration file. Thomas Monjalon (2): scripts: add checkpatch wrapper scripts: add build tests scripts/checkpatches.sh | 30 ++++++++++++ scripts/load-devel-config.sh | 14 ++++++ scripts/test-build.sh | 112 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100755 scripts/checkpatches.sh create mode 100755 scripts/load-devel-config.sh create mode 100755 scripts/test-build.sh -- 2.5.2