[dpdk-dev] [PATCH] scripts: add script for generating customised build config

2016-04-19 Thread Bruce Richardson
On Tue, Apr 19, 2016 at 02:30:08PM +0200, Thomas Monjalon wrote: > Hi Bruce, > > Thanks for pushing this idea. > > 2016-04-19 11:27, Bruce Richardson: > > This patch adds in the dpdk_config.py script file. It can be used > > to generate custom build-time configurations for DPDK either manually

[dpdk-dev] [PATCH] scripts: add script for generating customised build config

2016-04-19 Thread Thomas Monjalon
Hi Bruce, Thanks for pushing this idea. 2016-04-19 11:27, Bruce Richardson: > This patch adds in the dpdk_config.py script file. It can be used > to generate custom build-time configurations for DPDK either manually on > the commandline or by calling it from other scripts. It takes as parameters

[dpdk-dev] [PATCH] scripts: add script for generating customised build config

2016-04-19 Thread Bruce Richardson
This patch adds in the dpdk_config.py script file. It can be used to generate custom build-time configurations for DPDK either manually on the commandline or by calling it from other scripts. It takes as parameters the base config template to use, and output directory to which the modified