net/octeontx: support fast mbuf free
[dpdk.git] / drivers / crypto / virtio / virtio_cryptodev.c
index 4af479f..e7fb71a 100644 (file)
@@ -514,7 +514,6 @@ static struct rte_cryptodev_ops virtio_crypto_dev_ops = {
 
        .queue_pair_setup                = virtio_crypto_qp_setup,
        .queue_pair_release              = virtio_crypto_qp_release,
-       .queue_pair_count                = NULL,
 
        /* Crypto related operations */
        .sym_session_get_size           = virtio_crypto_sym_get_session_private_size,