From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8EC241B689 for ; Thu, 26 Oct 2017 09:46:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 003F220BB0; Thu, 26 Oct 2017 03:46:21 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 03:46:21 -0400 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=7LQDI0g7j4tv985aW6Gc/T3xtH CMtZHL9E3YIYEDN/4=; b=fZOClSid2NuDG+gDhUDjF9/lLh8ORlIwfFOCYHwGMJ ymwQdisqtX2oTbWuL8AHyR/HFu8tByenGocTT7B2WDD2XrGm+1hhiEX1+FHpvAFz ivRqE02zc/yQSFJN1THYuPmIi0gdgyQk+9d8zFWO30X0PliUvXWOUIvXF2lAqTWz A= 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=7LQDI0 g7j4tv985aW6Gc/T3xtHCMtZHL9E3YIYEDN/4=; b=d85AD6uajd1uQxvD9h2QG+ 9S4xEtyHgyaId3of9awHv9aTFFGHgkrOJ0iOHhytyTBiqwNFujOcVgYz4pufEOiK YhwzNIwh6ePEmFO9LiZ9zljmVlTCdluuwbG1vs8VHYRivj8ZiQw6KlnH7MvG6Mw+ in5eJbWNMByrMnPdwaIBpIfJlOXhu1iZqGSP2zAYFsj8QPtNtmNZtdAOxgywX8Hj xWgAZC2vYF764DNakQe11zx9SFggGkX2IKuswtxUAkPa1FLDC4OqMRbb8P/jelNZ HGo03T11mO5aVFNBoRC3r+VViMoVv6qkSwx+Mq7C4HQiW9jU0Lsw/SClHF18tyiA == 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 AD2147F91E; Thu, 26 Oct 2017 03:46:21 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Thu, 26 Oct 2017 09:46:20 +0200 Message-ID: <8443491.aE91hzfig0@xps> In-Reply-To: <20171025222249.18072-1-ferruh.yigit@intel.com> References: <20171025222249.18072-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-net 17.11 RC2 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, 26 Oct 2017 07:46:22 -0000 26/10/2017 00:22, Ferruh Yigit: > http://dpdk.org/git/next/dpdk-next-net Pulled, thanks