From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost: make destroy callback on VHOST_USER_RESET_OWNER Date: Thu, 12 Nov 2015 12:27:58 +0100 Message-ID: <5849573.3FT412cu7W@xps13> References: <1447121713-12095-1-git-send-email-rlane@bigswitch.com> <20151110022523.GR2326@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rich Lane Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 5415891C1 for ; Thu, 12 Nov 2015 12:29:10 +0100 (CET) Received: by wmec201 with SMTP id c201so28009748wme.0 for ; Thu, 12 Nov 2015 03:29:10 -0800 (PST) In-Reply-To: <20151110022523.GR2326@yliu-dev.sh.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-10 10:25, Yuanhan Liu: > On Mon, Nov 09, 2015 at 06:15:13PM -0800, Rich Lane wrote: > > QEMU sends this message first when shutting down. There was previously no way > > for the dataplane to know that the virtio_net instance had become unusable and > > it would segfault when trying to do RX/TX. > > > > Signed-off-by: Rich Lane > > Thanks. Even I have same patch in my patch queue (I have some other > issues to fix), you got my ack. > > Acked-by: Yuanhan Liu Applied, thanks