net/ice: save rule on switch filter creation
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index 8bb3b27..070f0e6 100644 (file)
@@ -975,7 +975,7 @@ vring_state_changed(int vid, uint16_t vring, int enable)
        return 0;
 }
 
-static struct vhost_device_ops vhost_ops = {
+static struct rte_vhost_device_ops vhost_ops = {
        .new_device          = new_device,
        .destroy_device      = destroy_device,
        .vring_state_changed = vring_state_changed,