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:11:32 +0200 Message-ID: <2748210.IDYdOeegID@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 0315A23D for ; Tue, 31 Jul 2018 14:11:39 +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: > + # refrain from new additions of rte_panic() and rte_exit() > + # under lib and net > + # multiple folders and expressions are separated by spaces > + awk -v FOLDERS="lib net drivers" \ I don't know why net is listed as a root directory here? I am going to apply the patch without the "net" directory. OK?