Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map11 rte_vhost_driver_set_features;
H A Drte_vhost.h469 int rte_vhost_driver_set_features(const char *path, uint64_t features);
H A Dsocket.c671 rte_vhost_driver_set_features(const char *path, uint64_t features) in rte_vhost_driver_set_features() function
H A Dvhost_crypto.c1408 ret = rte_vhost_driver_set_features(path, VIRTIO_CRYPTO_FEATURES); in rte_vhost_crypto_driver_start()
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c803 ret = rte_vhost_driver_set_features(dev_pathname, VHOST_BLK_FEATURES); in vhost_blk_ctrlr_construct()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst121 * ``rte_vhost_driver_set_features(path, features)``
/f-stack/dpdk/examples/vhost/
H A Dmain.c1606 rte_vhost_driver_set_features(file, VIRTIO_NET_FEATURES); in main()