net/vhost: fix log messages on create/destroy
authorJianfeng Tan <jianfeng.tan@intel.com>
Mon, 12 Feb 2018 03:20:26 +0000 (03:20 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Feb 2018 17:58:02 +0000 (18:58 +0100)
commit601e65370a7e41c72e4081d101c706a1e09fcf76
tree2d740968bf9f8b28e3c9ab666296bc7e8b1af01d
parent9fce5d0b401fc2c13a860bbbfdebcf85080334e1
net/vhost: fix log messages on create/destroy

The original words are not accurate. For example, as destroy_device
callback gets called, it does not necessarily mean that the connection
is closed.

Fixes: ee584e9710b9 ("vhost: add driver on top of the library")
Cc: stable@dpdk.org
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
drivers/net/vhost/rte_eth_vhost.c