Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map32 rte_vhost_host_notifier_ctrl;
H A Drte_vdpa_dev.h118 rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable);
H A Dvhost_user.c3065 int rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable) in rte_vhost_host_notifier_ctrl() function
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c843 ret = rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, false); in ifcvf_sw_fallback_switchover()
862 rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true); in ifcvf_sw_fallback_switchover()
897 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in ifcvf_dev_config()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_virtq.c40 if (rte_vhost_host_notifier_ctrl(priv->vid, virtq->index, true)) in mlx5_vdpa_virtq_handler()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_08.rst308 * vhost: The API of ``rte_vhost_host_notifier_ctrl`` was changed to be per