Home
last modified time | relevance | path

Searched defs:rte_vhost_device_ops (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Drte_vhost.h271 struct rte_vhost_device_ops { struct
272 int (*new_device)(int vid); /**< Add device. */
273 void (*destroy_device)(int vid); /**< Remove device. */
275 …ged)(int vid, uint16_t queue_id, int enable); /**< triggered when a vring is enabled or disabled */
283 int (*features_changed)(int vid, uint64_t features);
285 int (*new_connection)(int vid);
286 void (*destroy_connection)(int vid);
294 void (*guest_notified)(int vid);
296 void *reserved[1]; /**< Reserved for future extension */