Re: [dpdk-dev] [PATCH v4 01/10] vhost: remove unused internal API

2018-12-16 Thread Maxime Coquelin
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: Maxim

[dpdk-dev] [PATCH v4 01/10] vhost: remove unused internal API

2018-12-14 Thread Xiao Wang
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(-) diff --git a/lib/librte_vhost/vhost.c b/lib/librte_vhost/vhost.c in