From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v4 01/10] vhost: remove unused internal API Date: Sun, 16 Dec 2018 09:58:41 +0100 Message-ID: <8cf0e549-a16e-899f-397a-fc07458c0689@redhat.com> References: <20181213100910.13087-2-xiao.w.wang@intel.com> <20181214211612.167681-1-xiao.w.wang@intel.com> <20181214211612.167681-2-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: alejandro.lucero@netronome.com, dev@dpdk.org, zhihong.wang@intel.com, xiaolong.ye@intel.com To: Xiao Wang , tiwei.bie@intel.com Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B0DC7322C for ; Sun, 16 Dec 2018 09:58:47 +0100 (CET) In-Reply-To: <20181214211612.167681-2-xiao.w.wang@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 12/14/18 10:16 PM, Xiao Wang wrote: > vhost_detach_vdpa_device() is internally defined but not used, remove > it in this patch. > > Signed-off-by: Xiao Wang > --- > lib/librte_vhost/vhost.c | 13 ------------- > lib/librte_vhost/vhost.h | 1 - > 2 files changed, 14 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime