From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: added error log in vhost_user_set_features Date: Fri, 16 Jun 2017 19:59:51 +0800 Message-ID: <20170616115951.GB5340@yliu-home> References: <1497623525-163750-1-git-send-email-dariuszx.stojaczyk@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Dariusz Stojaczyk Return-path: Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id B77252B8D for ; Fri, 16 Jun 2017 14:00:00 +0200 (CEST) Received: by mail-pf0-f174.google.com with SMTP id s66so21464176pfs.1 for ; Fri, 16 Jun 2017 05:00:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1497623525-163750-1-git-send-email-dariuszx.stojaczyk@intel.com> 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 Fri, Jun 16, 2017 at 04:32:05PM +0200, Dariusz Stojaczyk wrote: > Since vhost_user_set_features failure is not handled in any way, a > single error log has been added to at least to let the user know that > something has gone wrong. Indeed. And applied to dpdk-next-virtio. Thanks. --yliu