From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9D858A0555; Sun, 12 Jun 2022 22:28:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80CDF40150; Sun, 12 Jun 2022 22:28:46 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 00762400EF for ; Sun, 12 Jun 2022 22:28:44 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B44AC5C0073; Sun, 12 Jun 2022 16:28:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 12 Jun 2022 16:28:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1655065722; x= 1655152122; bh=maWutWw8rPqhtiXq5LeYIo26c7LU88mIvoSdiehs4lc=; b=O ODtVVWUqDbGDbYZYRD/VabAjsVlKwQN3H+AMQtMmegV57Q8lAqcGPOa5peIHE8pn q85ntMNis9buldn6oGHdMqYfpoDyUpHc9l0+Gf6GuEtXtiIzJxdBfe8BqbY7X52v SdIKwVKIcWK82JsuL7qz77/BAcSpYhrOpa5WHrpB23xoKpvBNSQc+6W0zUqKXKu4 wcZx3R92O9rL+IBu8EXUzpnbo0vkMRySK9BShvkBuQqXIXYHbcipeoihfdlAVkFI ZZsd1094d6QgF+4VomlG5gRGsmT6i/lU1Kl0qYg/ZAT3t+Nm+/ZGdcWXsq7Jw7+z +qCjJZDZKsqYwLZm4Xd7w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=1655065722; x= 1655152122; bh=maWutWw8rPqhtiXq5LeYIo26c7LU88mIvoSdiehs4lc=; b=e yAw4Ryz/u4nm7fsPAQUfBpvtXSGqWNb5kx5hTLEdN5kHjuj/BZOVJz1LjNV2VXq0 h9+1Y6hmkbyyZzHpS3NzmKmQpA8EhRIv0n5X2Mq9Tfb+8fPB19E7YU04V3OhygSJ 846fpDq9stdVNtIWWrQ270e/h6h668Aua4ko30AqDrCop5wotRYWfg9HxPKmkIu0 V6D/420CR1lP/LxrXYctZ97OwHzPvbk+a0DZMkdL4LmUoQyK3pwO+RONgGowtlI2 IxLjHicEp6UswqsrtAALlL6RQ73Bv9xMvOHIKt/XAC8sY7JGeXa8aSSkGvyW7n5a x/i0EZWbWdlJlBzvzW6Cg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudduhedgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhho mhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqne cuggftrfgrthhtvghrnheptdejieeifeehtdffgfdvleetueeffeehueejgfeuteeftddt ieekgfekudehtdfgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 12 Jun 2022 16:28:41 -0400 (EDT) From: Thomas Monjalon To: Jakub Palider Cc: dev@dpdk.org, david.marchand@redhat.com Subject: Re: [PATCH] devtools: ensure proper tag sequence Date: Sun, 12 Jun 2022 22:28:39 +0200 Message-ID: <2583554.Isy0gbHreE@thomas> In-Reply-To: <20220612142307.938570-1-jpalider@marvell.com> References: <20220612142307.938570-1-jpalider@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 12/06/2022 16:23, jpalider@marvell.com: > From: Jakub Palider > > This change to log checking procedure ensures that all > tags are in proper order. > The order of tags is as follows: > * Coverity issue > * Bugzilla ID > * Fixes > * Cc > * > * Suggested-by > * Reported-by > + Signed-off-by > * Acked-by > * Reviewed-by > * Tested-by For the *-by sequence, the order is more chronological. Ack/Review/Test can be in any order I think.