Re: [dpdk-dev] [PATCH v2] vhost: remove statement for non-existed function

2019-01-17 Thread Maxime Coquelin
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.w...@intel.com Signed-off-by: Xiaolong Ye --- lib/librte

Re: [dpdk-dev] [PATCH v2] vhost: remove statement for non-existed function

2019-01-14 Thread Tiwei Bie
On Tue, Jan 15, 2019 at 02:48:13PM +0800, 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.w...@intel.com > > Signed-off-by

[dpdk-dev] [PATCH v2] vhost: remove statement for non-existed function

2019-01-14 Thread Xiaolong Ye
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.w...@intel.com Signed-off-by: Xiaolong Ye --- lib/librte_vhost/vhost_user.h | 1 - 1 file changed, 1