Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-07-04 Thread Thomas Monjalon
24/05/2019 15:45, Ferruh Yigit: > On 5/23/2019 8:45 AM, Olivier Matz wrote: > > Add the ability to pass custom options to checkpatch script. An example > > of use is to change the output format so it can run in emacs compilation > > mode: > > > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/check

Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-05-24 Thread Ferruh Yigit
On 5/23/2019 8:45 AM, Olivier Matz wrote: > Add the ability to pass custom options to checkpatch script. An example > of use is to change the output format so it can run in emacs compilation > mode: > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ > DPDK_CHECKPATCH_OPTIONS='--

Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-05-24 Thread Ferruh Yigit
On 5/23/2019 8:45 AM, Olivier Matz wrote: > Add the ability to pass custom options to checkpatch script. An example > of use is to change the output format so it can run in emacs compilation > mode: > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ > DPDK_CHECKPATCH_OPTIONS='--

Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-05-23 Thread Bruce Richardson
On Thu, May 23, 2019 at 01:50:41PM +0200, Thomas Monjalon wrote: > 23/05/2019 09:45, Olivier Matz: > > Add the ability to pass custom options to checkpatch script. An example > > of use is to change the output format so it can run in emacs compilation > > mode: > > > > DPDK_CHECKPATCH_PATH=/path

Re: [dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-05-23 Thread Thomas Monjalon
23/05/2019 09:45, Olivier Matz: > Add the ability to pass custom options to checkpatch script. An example > of use is to change the output format so it can run in emacs compilation > mode: > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ > DPDK_CHECKPATCH_OPTIONS='--emacs --sh

[dpdk-dev] [PATCH] devtools: pass custom options to checkpatch

2019-05-23 Thread Olivier Matz
Add the ability to pass custom options to checkpatch script. An example of use is to change the output format so it can run in emacs compilation mode: DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ DPDK_CHECKPATCH_OPTIONS='--emacs --showfile --no-color' \ /path/to/dpdk.org/d