From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vchost: Notify application of ownership change Date: Thu, 17 Mar 2016 15:42:57 +0100 Message-ID: <1671041.ty3hU0v8Si@xps13> References: <55C4E8E1.9090406@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Kiszka 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 ADE905590 for ; Thu, 17 Mar 2016 15:44:27 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id l68so229073985wml.0 for ; Thu, 17 Mar 2016 07:44:27 -0700 (PDT) In-Reply-To: <55C4E8E1.9090406@siemens.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-08-07 19:20, Jan Kiszka: > On VHOST_*_RESET_OWNER, we reinitialize the device but without telling > the application. That will cause crashes when it continues to invoke > vhost services on the device. Fix it by calling the destruction hook if > the device is still in use. > > Signed-off-by: Jan Kiszka For an unknown reason, this patch has been missed and another one replaced it in DPDK 2.2: http://dpdk.org/browse/dpdk/commit/?id=d243ecf0