From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D0544A00E6 for ; Tue, 16 Apr 2019 00:19:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6F83E1B435; Tue, 16 Apr 2019 00:19:47 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ACFDB1B432 for ; Tue, 16 Apr 2019 00:19:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4A23425B3A; Mon, 15 Apr 2019 18:19:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 15 Apr 2019 18:19:46 -0400 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=LanVoOUOgGNNMqMuZ41XT30cZm58e3zeJeUfwYpgQ0s=; b=oWA3w6QEMgSA FLnw1IXsipaGWCZFFiABru0VOYHk2c99/bk8IPZLjwMmeKBE/eZ/+YJ9RTx+m5ms rlGSUx6+d69GxrFwQhpwySCElqlj2WjTFg/7fk5F2YMqaF6CAcoekEdXgYDbxQw8 x3hWLFGJ6q5aQ5vcthb+O/x56OJswjc= 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=fm2; bh=LanVoOUOgGNNMqMuZ41XT30cZm58e3zeJeUfwYpgQ 0s=; b=zES5Mk+q2FiuNImpCG45Zg+G2pRYttjOl/6SsVkFfNrmpRTWsZlg1Ljd7 6BT62u/WI2X3DgZdEbUELH3kFboDtSRvQY2pKn5gSN5m55cjivaBI02wP0xtfqGT 3MKJ5+mf+AA9Vlq7W4THJtgB1aarScYiY8iv7KNqakwPmZ2mmFuCXXiSRGRlJ1DB XrS3Q7btrfm651GthP9l3fY0ixZMXfd0fiNiuL1geO48GowfUtH+34v1NJGoGY4a aIMEdDJ7Yt+U8zl8BDGhIdi745sv2TZOUNb27hbHnH4oOnDIYY07foqAFlx/Q2xt 5AU+Z9XkJzbUIR3O/XB7gZHz2qi9g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfedtgddtkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 2F42AE44B6; Mon, 15 Apr 2019 18:19:45 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Tue, 16 Apr 2019 00:19:43 +0200 Message-ID: <119660836.dROtlUttyQ@xps> In-Reply-To: <20190408163718.81576-1-ferruh.yigit@intel.com> References: <20190408163718.81576-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] devtools: add git log checks for TPID, LACP and RETA 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190415221943.fgu8wIzIrZNX8G4E1db8vzd1zKC0DjJD3bJpq5MaA1s@z> 08/04/2019 18:37, Ferruh Yigit: > Add case check to TPID, LACP and RETA abbreviations. > > Signed-off-by: Ferruh Yigit > --- > -e ':.*\' \ > -e ':.*\' \ > + -e ':.*\' \ > -e ':.*\' \ Applied with alphabetical order fixed, thanks