vhost: export device id as the interface to applications
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Mon, 13 Jun 2016 09:55:49 +0000 (17:55 +0800)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 22 Jun 2016 07:42:57 +0000 (09:42 +0200)
commit4ecf22e356de2e6db2cf0a4470cb55b1638db7b0
tree6316631d0eda572e8d968aa17b4b8a7b6f6d2671
parent16ae8abe1cb8b545d4ca5cdee0e3db32c6b8b498
vhost: export device id as the interface to applications

With all the previous prepare works, we are just one step away from
the final ABI refactoring. That is, to change current API to let them
stick to vid instead of the old virtio_net dev.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Tested-by: Rich Lane <rich.lane@bigswitch.com>
Acked-by: Rich Lane <rich.lane@bigswitch.com>
14 files changed:
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_16_07.rst
drivers/net/vhost/rte_eth_vhost.c
examples/tep_termination/main.c
examples/tep_termination/main.h
examples/tep_termination/vxlan_setup.c
examples/tep_termination/vxlan_setup.h
examples/vhost/main.c
examples/vhost/main.h
lib/librte_vhost/Makefile
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