Home
last modified time | relevance | path

Searched refs:vhost_features (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.c337 uint64_t vhost_features = 0; in vhost_user_set_features() local
340 rte_vhost_driver_get_features(dev->ifname, &vhost_features); in vhost_user_set_features()
341 if (features & ~vhost_features) { in vhost_user_set_features()