virtio: restrict vector Rx/Tx to x86 SSSE3
[dpdk.git] / drivers / net / virtio / virtio_rxtx.h
index 831e492..a76c3e5 100644 (file)
@@ -33,7 +33,9 @@
 
 #define RTE_PMD_VIRTIO_RX_MAX_BURST 64
 
+#ifdef RTE_MACHINE_CPUFLAG_SSSE3
 int virtio_rxq_vec_setup(struct virtqueue *rxq);
 
 int virtqueue_enqueue_recv_refill_simple(struct virtqueue *vq,
        struct rte_mbuf *m);
+#endif