From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id EF0827D30 for ; Thu, 4 Jan 2018 18:20:41 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A568820DEB; Thu, 4 Jan 2018 12:20:41 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 04 Jan 2018 12:20:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=v0mJWR/CbNEE0MCNDXmq+W11sE MCJZiz4nZSZXzxRVQ=; b=Dko8cgZxC8ZuaZjC5NGH6VUdv7uDo+D39sZ3JB0tgG VzvMUk70fd0XZA0X/wW0A1ErVD74Pq66kfOfW71L9+jSbZmSOzLLdgNMbLyGeTFe rd4AgiMEJWZoOIrAjCm6s/zag5GwarYtppqwkzptCOe0hxXdK5WMaLS3/uj6/JYQ c= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=v0mJWR /CbNEE0MCNDXmq+W11sEMCJZiz4nZSZXzxRVQ=; b=sQMCKxRl3A8FL1p0ZuFjZi ph0FgFS70KIpXNVnWut6Q3pN4bZFu5DCgnZs1LwtHcDgmP4vmfQvfCAEZgx9NqWp NQGThE8s/z3oS2WG8LPfy8+mWkZeuAG+HGTJvQJINv/CfiI6yql9EMGvFMPfY51T Ulj7Dosi2cDQfvR00Bv0rIsqBDKUGvqukviBMpVrXRuigl0d9B9QUoYqurGC+n6h pW51c9RO5FuV5SjfECEGVGtgQh0pTUUzC6zvCOHzdlAx43go1KwHec5XCz+Lw1zu BdWpWJCQJy973l/c8D02dcTf+2Pd/ZhqK2xwEJr4utBvI5UJynlaWnwhOYKlg2SA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 557852465D; Thu, 4 Jan 2018 12:20:41 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Thu, 04 Jan 2018 18:20:22 +0100 Message-ID: <1868258.J2LKEEnmUe@xps> In-Reply-To: <20171216022241.39269-1-ferruh.yigit@intel.com> References: <20171216022241.39269-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: add git log checks for sctp and iova 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: Thu, 04 Jan 2018 17:20:42 -0000 16/12/2017 03:22, Ferruh Yigit: > Signed-off-by: Ferruh Yigit Applied, thanks