Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c695 uint64_t vdpa_features; in rte_vhost_driver_get_features() local
714 if (vdpa_dev->ops->get_features(vdpa_dev, &vdpa_features) < 0) { in rte_vhost_driver_get_features()
722 *features = vsocket->features & vdpa_features; in rte_vhost_driver_get_features()