]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/main.c
vdpa/mlx5: add task ring for multi-thread management
[dpdk.git] / examples / vhost_crypto / main.c
index dea7dcbd0771b8031fc29e828fbb2ce7de6fe71c..7d75623a5eb3cd19f419ee1bd563985ba28e936c 100644 (file)
@@ -363,7 +363,7 @@ destroy_device(int vid)
        RTE_LOG(INFO, USER1, "Vhost Crypto Device %i Removed\n", vid);
 }
 
-static const struct vhost_device_ops virtio_crypto_device_ops = {
+static const struct rte_vhost_device_ops virtio_crypto_device_ops = {
        .new_device =  new_device,
        .destroy_device = destroy_device,
 };