From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v13] devtools: alert on new instances of rte_panic and rte_exit Date: Tue, 31 Jul 2018 14:38:53 +0200 Message-ID: <7301022.qQQo3EDiVl@xps> References: <1531745044-19185-1-git-send-email-arnon@qwilt.com> <1532643058-21027-1-git-send-email-arnon@qwilt.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, wenzhuo.lu@intel.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com, ferruh.yigit@intel.com To: Arnon Warshavsky Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A93A523D for ; Tue, 31 Jul 2018 14:39:00 +0200 (CEST) In-Reply-To: <1532643058-21027-1-git-send-email-arnon@qwilt.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/07/2018 00:10, Arnon Warshavsky: > This patch adds a new function that is called > per every checked patch, > and alerts for new instances of rte_panic/rte_exit. > The check excludes comments, and alerts in the case > of a positive balance between additions and removals. > > Signed-off-by: Arnon Warshavsky > Reviewed-by: Stephen Hemminger > Tested-by: Kevin Traynor Applied, with small adjustments, thanks