Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-20 Thread Ferruh Yigit
On 1/20/2017 10:23 AM, Yuanhan Liu wrote: > On Fri, Jan 20, 2017 at 11:10:54AM +0100, Thomas Monjalon wrote: >> 2017-01-20 15:59, Yuanhan Liu: >>> On Thu, Jan 19, 2017 at 12:00:23PM +, Ferruh Yigit wrote: To highlight, and double check, the process will be updated as following: -

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-20 Thread Yuanhan Liu
On Fri, Jan 20, 2017 at 11:10:54AM +0100, Thomas Monjalon wrote: > 2017-01-20 15:59, Yuanhan Liu: > > On Thu, Jan 19, 2017 at 12:00:23PM +, Ferruh Yigit wrote: > > > To highlight, and double check, the process will be updated as following: > > > > > > - Author may or may not have "CC: sta...@d

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-20 Thread Thomas Monjalon
2017-01-20 15:59, Yuanhan Liu: > On Thu, Jan 19, 2017 at 12:00:23PM +, Ferruh Yigit wrote: > > To highlight, and double check, the process will be updated as following: > > > > - Author may or may not have "CC: sta...@dpdk.org" for fixes. > > > > - Maintainer/Committer may add "CC: sta...@dpd

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-19 Thread Yuanhan Liu
On Thu, Jan 19, 2017 at 12:00:23PM +, Ferruh Yigit wrote: > To highlight, and double check, the process will be updated as following: > > - Author may or may not have "CC: sta...@dpdk.org" for fixes. > > - Maintainer/Committer may add "CC: sta...@dpdk.org" tag to commit log, > but won't send

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-19 Thread Ferruh Yigit
On 1/19/2017 8:05 AM, Yuanhan Liu wrote: > On Wed, Jan 18, 2017 at 05:25:10PM +, Ferruh Yigit wrote: >> On 1/18/2017 4:41 AM, Yuanhan Liu wrote: >>> On Tue, Jan 17, 2017 at 07:42:33PM +0100, Thomas Monjalon wrote: 2017-01-17 18:15, Ferruh Yigit: > On 1/17/2017 2:54 PM, Thomas Monjalon

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-19 Thread Yuanhan Liu
On Wed, Jan 18, 2017 at 05:25:10PM +, Ferruh Yigit wrote: > On 1/18/2017 4:41 AM, Yuanhan Liu wrote: > > On Tue, Jan 17, 2017 at 07:42:33PM +0100, Thomas Monjalon wrote: > >> 2017-01-17 18:15, Ferruh Yigit: > >>> On 1/17/2017 2:54 PM, Thomas Monjalon wrote: > The tag "Cc: sta...@dpdk.org"

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-18 Thread Ferruh Yigit
On 1/18/2017 4:41 AM, Yuanhan Liu wrote: > On Tue, Jan 17, 2017 at 07:42:33PM +0100, Thomas Monjalon wrote: >> 2017-01-17 18:15, Ferruh Yigit: >>> On 1/17/2017 2:54 PM, Thomas Monjalon wrote: The tag "Cc: sta...@dpdk.org" must be set when the commit must be backported to a stable branch.

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-18 Thread Yuanhan Liu
On Wed, Jan 18, 2017 at 09:32:22AM +0100, Thomas Monjalon wrote: > > Yes, it's just part of the committer job, say, adding Tested-by, > > Reviewed-by, that kind of stuff. > > So it should be stressed in the contribution guide that it is the > responsibility of the author and the maintainer to put

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-18 Thread Thomas Monjalon
2017-01-18 12:41, Yuanhan Liu: > On Tue, Jan 17, 2017 at 07:42:33PM +0100, Thomas Monjalon wrote: > > 2017-01-17 18:15, Ferruh Yigit: > > > On 1/17/2017 2:54 PM, Thomas Monjalon wrote: > > > > The tag "Cc: sta...@dpdk.org" must be set when the commit must be > > > > backported to a stable branch. >

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-17 Thread Yuanhan Liu
On Tue, Jan 17, 2017 at 07:42:33PM +0100, Thomas Monjalon wrote: > 2017-01-17 18:15, Ferruh Yigit: > > On 1/17/2017 2:54 PM, Thomas Monjalon wrote: > > > The tag "Cc: sta...@dpdk.org" must be set when the commit must be > > > backported to a stable branch. > > > > > > It must be located just below

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-17 Thread Thomas Monjalon
2017-01-17 18:15, Ferruh Yigit: > On 1/17/2017 2:54 PM, Thomas Monjalon wrote: > > The tag "Cc: sta...@dpdk.org" must be set when the commit must be > > backported to a stable branch. > > > > It must be located just below the "Fixes:" tag (without blank line) > > and followed by a blank line, sepa

Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-17 Thread Ferruh Yigit
On 1/17/2017 2:54 PM, Thomas Monjalon wrote: > The tag "Cc: sta...@dpdk.org" must be set when the commit must be > backported to a stable branch. > > It must be located just below the "Fixes:" tag (without blank line) > and followed by a blank line, separated from SoB and review tags below. I am

[dpdk-dev] [PATCH] devtools: check stable tag in fixes

2017-01-17 Thread Thomas Monjalon
The tag "Cc: sta...@dpdk.org" must be set when the commit must be backported to a stable branch. It must be located just below the "Fixes:" tag (without blank line) and followed by a blank line, separated from SoB and review tags below. Signed-off-by: Thomas Monjalon --- devtools/check-git-log.