From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id F0C26239 for ; Sun, 4 Nov 2018 21:46:24 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6891620CE1; Sun, 4 Nov 2018 15:46:24 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 04 Nov 2018 15:46:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ZfSDsNYOJ1tK1nQx/T12g3wqNfU9+VdOxSmgrl3ENpg=; b=VpEjG/UXJM3S U5t5uaCF/YQWgo7r9ZDJrYNEa22eMS7w6O+zfgbDuQeTjdvPmxkvH6jCRdIbkvXq 66EIx+OI8J1yaPzavgifWpnoRCrJBL2etJWRWv3aM+U4zEwYzvEAbbxe1OgL2zNV bdV4Cfv47xL3m/1M0FZ1sTfhuGy1bpM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ZfSDsNYOJ1tK1nQx/T12g3wqNfU9+VdOxSmgrl3EN pg=; b=uyxyryT5m3fVTD9ge1uaX5BdKw9EVLssvlPhX/jjLftUZ7oMj94eaVp2t R1M3ItQheraUzLN6sL9PeQMAq1HMM6KrQSoWSLZuZfZ5GR8VyV8U7fQ6zrXrwXPx LacYFZvckDT+SfEhtnDqBtaftsMFscCxhY9K/iIDdgp/6OBoM1PrLCQJuFn2Q4eo j9KJAL6FXWZtTOVxJd6pH/ipXX3iWu2sDLn8zqi/1DE8i1nN4rU9rSy3/GU5yYvk EntZPebrCeXWNAE+IQnfepNyWywmpcGGbrgCAwTXh8odAy0DHMSyrwA1fTY+WU/n 7j+52e6IUaT+qgOlcwEzLETfbsY9w== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C68B9102E8; Sun, 4 Nov 2018 15:46:22 -0500 (EST) From: Thomas Monjalon To: Arnon Warshavsky Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Sun, 04 Nov 2018 21:46:20 +0100 Message-ID: <4558329.deyhhRbR1y@xps> In-Reply-To: <1541155941-18088-1-git-send-email-arnon@qwilt.com> References: <1541155941-18088-1-git-send-email-arnon@qwilt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] devtools: add explicit warning messages for forbidden tokens 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: Sun, 04 Nov 2018 20:46:25 -0000 02/11/2018 11:52, Arnon Warshavsky: > Replace the content of warning in the forbidden tokens script > from using the searched regex into using explicit messages > > Signed-off-by: Arnon Warshavsky Applied, thanks