Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dsocket.c689 uint64_t vdpa_features; in rte_vhost_driver_get_features() local
707 if (vdpa_dev->ops->get_features(vdpa_dev, &vdpa_features) < 0) { in rte_vhost_driver_get_features()
713 *features = vsocket->features & vdpa_features; in rte_vhost_driver_get_features()