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

2017-08-03 Thread Thomas Monjalon
Hi, Sorry for looking at it just now. 28/04/2017 18:34, Ferruh Yigit: > This is a wrapper to Linux kernel get_maintainer.pl file and only > supports parsing MAINTAINERS file (no git fallback etc..) That's the reason the same file format was used in DPDK ;) > Requires DPDK_GETMAINTAINER_PATH dev

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

2017-07-06 Thread Jerin Jacob
-Original Message- > Date: Fri, 28 Apr 2017 17:34:20 +0100 > From: Ferruh Yigit > To: Thomas Monjalon > CC: dev@dpdk.org, Ferruh Yigit > Subject: [dpdk-dev] [PATCH] devtools: add script to get maintainers from > patch > X-Mailer: git-send-email 2.8.4 > >

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

2017-04-28 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 patch to the get_maintainer.pl scri