Re: [dpdk-dev] [PATCH v2] devtools: add script to get maintainers from patch

2017-11-07 Thread Thomas Monjalon
08/11/2017 00:41, Ferruh Yigit: > On 11/7/2017 3:35 PM, Thomas Monjalon wrote: > > Have you tried to send a patch to Linux > > in order to avoid the workaround below? > > No, not tried, but that list looks like put intentionally so not sure if a > patch > helps. checkpatch has an option to be ru

Re: [dpdk-dev] [PATCH v2] devtools: add script to get maintainers from patch

2017-11-07 Thread Ferruh Yigit
On 11/7/2017 3:35 PM, Thomas Monjalon wrote: > 04/08/2017 16:01, Ferruh Yigit: >> This is a wrapper to Linux kernel get_maintainer.pl file and only >> supports parsing MAINTAINERS file (no git fallback etc..) >> >> Requires DPDK_GETMAINTAINER_PATH devel config option set, please check >> devtools/l

Re: [dpdk-dev] [PATCH v2] devtools: add script to get maintainers from patch

2017-11-07 Thread Thomas Monjalon
04/08/2017 16:01, Ferruh Yigit: > This is a wrapper to Linux kernel get_maintainer.pl file and only > supports parsing MAINTAINERS file (no git fallback etc..) > > Requires DPDK_GETMAINTAINER_PATH devel config option set, please check > devtools/load-devel-config. > > DPDK_GETMAINTAINER_PATH shou

[dpdk-dev] [PATCH v2] devtools: add script to get maintainers from patch

2017-08-04 Thread Ferruh Yigit
This is a wrapper to Linux kernel get_maintainer.pl file and only supports parsing MAINTAINERS file (no git fallback etc..) Requires DPDK_GETMAINTAINER_PATH devel config option set, please check devtools/load-devel-config. DPDK_GETMAINTAINER_PATH should be full path to the get_maintainer.pl scrip