From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 6/6] vhost: ensure event idx is mapped when negotiated Date: Fri, 4 Jan 2019 09:47:23 +0100 Message-ID: References: <20190104040642.27463-1-tiwei.bie@intel.com> <20190104040642.27463-7-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Tiwei Bie , zhihong.wang@intel.com, dev@dpdk.org Return-path: In-Reply-To: <20190104040642.27463-7-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/4/19 5:06 AM, Tiwei Bie wrote: > Fixes: 30920b1e2b15 ("vhost: ensure all range is mapped when translating QVAs") > Cc: stable@dpdk.org > > Signed-off-by: Tiwei Bie > --- > lib/librte_vhost/vhost_user.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime