[dpdk-dev] [PATCH v2 1/2] scripts: add checkpatch wrapper

2015-11-24 Thread Bruce Richardson
On Mon, Nov 23, 2015 at 02:40:07AM +0100, Thomas Monjalon wrote: > This script can be used to call checkpatch.pl from Linux with some > custom DPDK options. > > The path to the original Linux script must be set in an environment > variable. A script is added to load any configuration variables > r

[dpdk-dev] [PATCH v2 1/2] scripts: add checkpatch wrapper

2015-11-23 Thread Thomas Monjalon
This script can be used to call checkpatch.pl from Linux with some custom DPDK options. The path to the original Linux script must be set in an environment variable. A script is added to load any configuration variables required by development tools from a file .develconfig, or ~/.config/dpdk/deve