vhost: fix file descriptors naming
authorHuawei Xie <huawei.xie@intel.com>
Fri, 6 Mar 2015 10:39:18 +0000 (18:39 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Mar 2015 11:46:46 +0000 (12:46 +0100)
commit64ab9717914f22e8b7a4842fb997c9587acd5191
tree4e4620167e3ff0c9e123ba8820f890388b15a123
parentaee87dd706bcb3e95ef721b79915c84ca31901e8
vhost: fix file descriptors naming

Previous vhost implementation wrongly name kickfd as callfd and callfd as kickfd.
It is functional correct, but causes confusion.
Exchange kickfd and callfd to avoid confusion.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Tetsuya Mukawa <mukawa@igel.co.jp>
examples/vhost/main.c
lib/librte_vhost/rte_virtio_net.h
lib/librte_vhost/vhost_rxtx.c
lib/librte_vhost/vhost_user/virtio-net-user.c
lib/librte_vhost/virtio-net.c