Searched refs:rte_vhost_host_notifier_ctrl (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | version.map | 102 rte_vhost_host_notifier_ctrl;
|
| H A D | vdpa_driver.h | 131 rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable);
|
| H A D | vhost_user.c | 3215 int rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable) in rte_vhost_host_notifier_ctrl() function
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 846 ret = rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, false); in ifcvf_sw_fallback_switchover() 865 rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true); in ifcvf_sw_fallback_switchover() 900 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in ifcvf_dev_config()
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 568 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in sfc_vdpa_notify_ctrl()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_virtq.c | 56 if (rte_vhost_host_notifier_ctrl(priv->vid, virtq->index, true)) in mlx5_vdpa_virtq_kick_handler()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_08.rst | 240 * vhost: The API of ``rte_vhost_host_notifier_ctrl`` was changed to be per
|
| H A D | release_21_11.rst | 503 ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
|