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 A45ED374 for ; Mon, 19 Jun 2017 19:43:13 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2FC0220B4F; Mon, 19 Jun 2017 13:43:12 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 19 Jun 2017 13:43:12 -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:x-sasl-enc; s=mesmtp; bh=ssal6MlbTcX7Svx mJJtkk/6Jy3gB4v2OcZS90qsRURY=; b=Mvp8MokxH5RnLRo+6WK0IcXGJiwIfTM CfImPazGKOFFP4SEgETZ62VX7PeghopAFfm+iTCvM+E1VXcZFM19acDBetiWyjEr dt9pXRqlcpdo/nu6W+VvMRiWCuj3tIhMwrOEaPi9ft9swDbfMOqVVajqYieHLBis 5PU+HeDinAf8= 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:x-sasl-enc; s= fm1; bh=ssal6MlbTcX7SvxmJJtkk/6Jy3gB4v2OcZS90qsRURY=; b=lmhTUFh7 t5JRILI2jFHAISw8fhCslKryuURkOhcYcnSaachn4HwYlZ+w+wkcAoE1IvPVEuqL hLoGTMg0edndyCCH3BQYlVZ1AItTdgoraWWezXOSiqj+lmJBi/ncowa9G0EhWuBq aeAPpcArtaBV4pu3/YP9D5BRh+Unr+H9VpKIglxGW5dytp3IaJYXgHMA+RNcJdWZ 98uPENHuvrRQubF+VA75Yuqam/39KqOz6oCGvzqYmbmtpxHQ9ZmDglNpszbNJMaM BGbW8KZLhjmkMzxKFAI+PiQKsIyJ2l71S+l34SMygrLiYwccyFc5iQG1WUEOmZN8 oDjIHuiUIpEnGg== X-ME-Sender: X-Sasl-enc: tQJI8eY6XdVQXpHT7FcA0HYK1Yawi3MUWS3O/qSQQNSm 1497894191 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D7A47249CC; Mon, 19 Jun 2017 13:43:11 -0400 (EDT) From: Thomas Monjalon To: Yuanhan Liu Cc: dev@dpdk.org Date: Mon, 19 Jun 2017 19:43:10 +0200 Message-ID: <27741864.PoqtYP6Wcc@xps> In-Reply-To: <20170616121641.GC5340@yliu-home> References: <20170616121641.GC5340@yliu-home> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [git pull] virtio changes for 17.08-rc1 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: Mon, 19 Jun 2017 17:43:13 -0000 16/06/2017 14:16, Yuanhan Liu: > Please consider pulling following virtio changes for 17.08-rc1 at > git://dpdk.org/next/dpdk-next-virtio master Pulled, thanks