Re: [dpdk-dev] [RFC] devtools: improve DPDK review process

2021-04-02 Thread Burakov, Anatoly
On 02-Apr-21 2:43 PM, Jerin Jacob wrote: On Thu, Apr 1, 2021 at 2:35 PM Anatoly Burakov wrote: A common problem on the DPDK mailing list is lack of reviewers for patches. This script is intended to help with that problem, by picking a random commit author from our git history, and adding a Rev

Re: [dpdk-dev] [RFC] devtools: improve DPDK review process

2021-04-02 Thread Jerin Jacob
On Thu, Apr 1, 2021 at 2:35 PM Anatoly Burakov wrote: > > A common problem on the DPDK mailing list is lack of reviewers for > patches. This script is intended to help with that problem, by picking > a random commit author from our git history, and adding a Reviewed-by: > tag. This can be added to

Re: [dpdk-dev] [RFC] devtools: improve DPDK review process

2021-04-01 Thread Burakov, Anatoly
On 01-Apr-21 10:50 AM, Gaëtan Rivet wrote: On Thu, Apr 1, 2021, at 11:05, Anatoly Burakov wrote: A common problem on the DPDK mailing list is lack of reviewers for patches. This script is intended to help with that problem, by picking a random commit author from our git history, and adding a Rev

Re: [dpdk-dev] [RFC] devtools: improve DPDK review process

2021-04-01 Thread Gaëtan Rivet
On Thu, Apr 1, 2021, at 11:05, Anatoly Burakov wrote: > A common problem on the DPDK mailing list is lack of reviewers for > patches. This script is intended to help with that problem, by picking > a random commit author from our git history, and adding a Reviewed-by: > tag. This can be added to e.

[dpdk-dev] [RFC] devtools: improve DPDK review process

2021-04-01 Thread Anatoly Burakov
A common problem on the DPDK mailing list is lack of reviewers for patches. This script is intended to help with that problem, by picking a random commit author from our git history, and adding a Reviewed-by: tag. This can be added to e.g. commit-msg git hook, like so: # add reviewer to commit