vhost: supported features
authorHuawei Xie <huawei.xie@intel.com>
Wed, 8 Oct 2014 18:54:53 +0000 (02:54 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Oct 2014 17:16:54 +0000 (19:16 +0200)
commit3d671af711e823e7413f93b8f7a172f9d59d69a7
treeaccab37e02d20a19baff0159e04a63a22293e239
parent9eed6bfd2efbb59a368a19f80d517f556c25fb79
vhost: supported features

VHOST_SUPPORTED_FEATURES is the feature mask that vhost lib supports.
VHOST_FEATURES is the feature mask vhost currently supports after some features are turned on/off.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
[Thomas: split patch]
lib/librte_vhost/virtio-net.c