Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Drte_vhost.h1064 rte_vhost_slave_config_change(int vid, bool need_reply);
H A Dvhost_user.c3143 vhost_user_slave_config_change(struct virtio_net *dev, bool need_reply) in vhost_user_slave_config_change() argument
3154 if (need_reply) in vhost_user_slave_config_change()
3168 rte_vhost_slave_config_change(int vid, bool need_reply) in rte_vhost_slave_config_change() argument
3176 return vhost_user_slave_config_change(dev, need_reply); in rte_vhost_slave_config_change()