From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7FE52370 for ; Wed, 13 Jan 2016 08:23:18 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 12 Jan 2016 23:23:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,288,1449561600"; d="scan'208";a="28459547" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga004.fm.intel.com with ESMTP; 12 Jan 2016 23:23:17 -0800 Date: Wed, 13 Jan 2016 15:24:24 +0800 From: Yuanhan Liu To: Pavel Fedin Message-ID: <20160113072424.GF19531@yliu-dev.sh.intel.com> References: <1452609306-7724-1-git-send-email-p.fedin@samsung.com> <20160113013810.GD19531@yliu-dev.sh.intel.com> <005901d14dd2$a32f9310$e98eb930$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005901d14dd2$a32f9310$e98eb930$@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost_user: Make sure that memory map is set before attempting address translation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 07:23:18 -0000 On Wed, Jan 13, 2016 at 10:18:43AM +0300, Pavel Fedin wrote: > Hello! > > > > Change-Id: Ibc8f6637fb5fb9885b02c316adf18afd45e0d49a > > > > What's this? An internal track id? > > Yes, it's from our gerrit. I've just done git format-patch. > > > If so, you should not include it > > here: it's just meaningless to us. > > > > Otherwise, this patch looks good to me. > > Should i repost, or can you just drop this tag by yourself when applying? I'd suggest so. Since it's Thomas (but not me) to apply your patch. And if you repost, you can add my ACK: Acked-by: Yuanhan Liu --yliu