vhost: rename header file
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Sat, 1 Apr 2017 07:22:57 +0000 (15:22 +0800)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Sat, 1 Apr 2017 08:42:44 +0000 (10:42 +0200)
commita798beb47c8e40f03261ee869a00578d2c44c824
tree8938414cfda23cc16bec592c442eb040cd14f308
parentaf14759181240120f76c82f894982e8f33f0ba2a
vhost: rename header file

Rename "rte_virtio_net.h" to "rte_vhost.h", to not let it be virtio
net specific.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
15 files changed:
doc/api/doxy-api-index.md
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_17_05.rst
drivers/net/vhost/rte_eth_vhost.c
drivers/net/vhost/rte_eth_vhost.h
examples/tep_termination/main.c
examples/tep_termination/vxlan_setup.c
examples/vhost/main.c
lib/librte_vhost/Makefile
lib/librte_vhost/rte_vhost.h [new file with mode: 0644]
lib/librte_vhost/rte_virtio_net.h [deleted file]
lib/librte_vhost/vhost.c
lib/librte_vhost/vhost.h
lib/librte_vhost/vhost_user.h
lib/librte_vhost/virtio_net.c