app/crypto-perf: support lookaside IPsec
[dpdk.git] / lib / vhost / vhost.h
index 8ffe387..1e56311 100644 (file)
@@ -218,9 +218,7 @@ struct vhost_virtqueue {
        };
 
        /* vq async features */
-       bool            async_inorder;
        bool            async_registered;
-       uint16_t        async_threshold;
 
        int                     notif_enable;
 #define VIRTIO_UNINITIALIZED_NOTIF     (-1)