vhost: move internal structure
authorHuawei Xie <huawei.xie@intel.com>
Wed, 8 Oct 2014 18:54:46 +0000 (02:54 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Oct 2014 17:13:10 +0000 (19:13 +0200)
commitc19dc7db157fb12b44d9565c92fce7f812f0a250
tree448e1858ca43a860ca60adabb3402a98c0179fb2
parent8a7576c3dc886a18530b3e650b6f400bcba1b7e8
vhost: move internal structure

The structure virtio_net_config_ll is moved to virtio_net.c.
It is related to internal virtio device management,
so it should not be exposed to other files.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
lib/librte_vhost/rte_virtio_net.h
lib/librte_vhost/virtio-net.c