From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1D6DB201 for ; Fri, 27 Jan 2017 11:13:08 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 27 Jan 2017 02:13:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,294,1477983600"; d="scan'208";a="1087902621" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by orsmga001.jf.intel.com with SMTP; 27 Jan 2017 02:13:04 -0800 Received: by (sSMTP sendmail emulation); Fri, 27 Jan 2017 10:13:04 +0000 Date: Fri, 27 Jan 2017 10:13:04 +0000 From: Bruce Richardson To: Shreyansh Jain Cc: Thomas Monjalon , "Van Haaren, Harry" , dev@dpdk.org, "Yigit, Ferruh" , Igor Ryzhov , Steve Shin Message-ID: <20170127101304.GA69896@bricha3-MOBL3.ger.corp.intel.com> References: <2358632.GCFl4gnRC2@xps13> <7fb35576-ba10-019a-a6ba-e38418e03848@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7fb35576-ba10-019a-a6ba-e38418e03848@nxp.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] Understanding of Acked-By X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 10:13:09 -0000 On Fri, Jan 27, 2017 at 12:48:06PM +0530, Shreyansh Jain wrote: > On Wednesday 25 January 2017 08:28 PM, Thomas Monjalon wrote: > > 2017-01-25 13:53, Van Haaren, Harry: > > > There was an idea (from Thomas) to better document the Acked-by and Reviewed-By in the above thread, which I think is worth doing to make the process clearer. I'll kick off a thread*, and offer to submit a patch for the documentation when a consensus is reached. > > > > > > > > > The question that needs to be addressed is "What is the most powerful signoff to add as somebody who checked a patch?" > > > > I do not see the benefit of knowing the most powerful. > > Anyway, the most powerful tags are done by trusted people. > > And people are trusted after delivering good reviews or patches ;) > > > > The question should be "How to use the tags?" > > > > > The documentation mentions Acked, Reviewed, and Tested by[1], as signoffs that can be commented on patches. The Review Process[2] section mentions Reviewed and Tested by, but nowhere specifically states what any of these indicate. > > > > > > Offered below is my current understanding of the Acked-by; Reviewed-by; and Tested-by tags, in order of least-powerful first: > > > > > > > > > 3) Tested-by: (least powerful) > > > - Indicates having passed testing of functionality, and works as expected for Tester > > > - Does NOT include full code review (instead use Reviewed by) > > > - Does NOT indicate that the Tester understands architecture (instead use Acked by) > > > > > > > > > 2) Reviewed-by: > > > - Indicates having passed code-review, checkpatch and compilation testing by Reviewer > > > > Compilation testing is done by the CI. > > The reviewer must just check the results. > > > > > - Does NOT include full testing of functionality (instead use Tested-by) > > > - Does NOT indicate that the Reviewer understands architecture (instead use Acked by) > > > > I disagree here. > > The reviewer must understand the impacts of the patch. > > That's why a Reviewed-by tag is really strong. > > From what I understand, 'Reviewed-by' and 'Acked-by' are the other way > around. > - Acked-by is intent that 'I agree with change'. > - Reviewed-by is 'I vouch for the changes' either through review or > testing or both. > Other way round in what way - compared to proposed by Harry or by Thomas? Which do you view as the stronger indication that the patch is ok? Regards, /Bruce