Re: [dpdk-dev] [PATCH 0/3] Add developer mode to DPDK build

2021-04-09 Thread Thomas Monjalon
25/02/2021 20:50, Thomas Monjalon: > 25/02/2021 16:29, Bruce Richardson: > > To allow more flexibility in enabling additional build checks to DPDK build > > process, we can add a developer mode option to the build. With this option > > enabled, extra checks of interest to DPDK developers rather tha

Re: [dpdk-dev] [PATCH 0/3] Add developer mode to DPDK build

2021-02-25 Thread Thomas Monjalon
25/02/2021 16:29, Bruce Richardson: > To allow more flexibility in enabling additional build checks to DPDK build > process, we can add a developer mode option to the build. With this option > enabled, extra checks of interest to DPDK developers rather than users can be > done on the code, without

[dpdk-dev] [PATCH 0/3] Add developer mode to DPDK build

2021-02-25 Thread Bruce Richardson
To allow more flexibility in enabling additional build checks to DPDK build process, we can add a developer mode option to the build. With this option enabled, extra checks of interest to DPDK developers rather than users can be done on the code, without having to worry about possible user impacts.