From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2] vhost: remove statement for non-existed function Date: Thu, 17 Jan 2019 12:33:03 +0100 Message-ID: References: <20190111080541.96774-1-xiaolong.ye@intel.com> <20190115064813.25364-1-xiaolong.ye@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: xiao.w.wang@intel.com To: Xiaolong Ye , dev@dpdk.org, Tiwei Bie Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 87847DE3 for ; Thu, 17 Jan 2019 12:33:13 +0100 (CET) In-Reply-To: <20190115064813.25364-1-xiaolong.ye@intel.com> Content-Language: en-US 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 1/15/19 7:48 AM, Xiaolong Ye wrote: > vhost_user_host_notifier_ctrl is not existed anymore, its statement in > header file should be removed accordingly. > > Fixes: 43f34e35663f ("vhost: provide helper for host notifier ctrl") > Cc: xiao.w.wang@intel.com > > Signed-off-by: Xiaolong Ye > --- > lib/librte_vhost/vhost_user.h | 1 - > 1 file changed, 1 deletion(-) Applied to dpdk-next-virtio/master. Thanks, Maxime