From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: errors from VHOST on shutdown. Date: Wed, 24 Oct 2018 15:16:32 +0800 Message-ID: <20181024071632.GA23210@debian> References: <20181023085658.10aa5301@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Maxime Coquelin , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8831C4CA9 for ; Wed, 24 Oct 2018 09:17:57 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20181023085658.10aa5301@xeon-e3> 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 Tue, Oct 23, 2018 at 08:56:58AM -0700, Stephen Hemminger wrote: > I get errors on shutdown of application using virtio-user. > For example, quitting testpmd: > > Detaching a port... > vhost_kernel_set_backend(): VHOST_NET_SET_BACKEND fails, Operation not permitted > vhost_kernel_set_backend(): VHOST_NET_SET_BACKEND fails, Operation not permitted > vhost_kernel_ioctl(): VHOST_RESET_OWNER failed: Operation not permitted > > Everything works fine, but not good to have this kind of thing visible to user. > These error messages should be fixed, or the error message removed. > > How do you want to handle it? I'll take a close look and try to fix it. Thanks