From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message Date: Thu, 05 Mar 2015 22:08:46 +0100 Message-ID: <95042185.iHaGzORS9u@xps13> References: <1425349564-30489-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Xie, Huawei" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > This patch fixes the segfault issue in the case vhost receives new > > VHOST_SET_MEM_TABLE message without VHOST_VRING_GET_VRING_BASE(which > > we uses as the stop message). > > > > Signed-off-by: Huawei Xie > > Acked-by: Tommy Long Applied, thanks