]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/main.h
acl: remove checks for SSE4
[dpdk.git] / examples / tep_termination / main.h
index c0ea766764686089dbdb172cfc82b2a7d12cd01f..8ed817d46499f559b214636f8bd80c28a251cc72 100644 (file)
@@ -54,6 +54,8 @@
 /* Max number of devices. Limited by the application. */
 #define MAX_DEVICES 64
 
+enum {VIRTIO_RXQ, VIRTIO_TXQ, VIRTIO_QNUM};
+
 /* Per-device statistics struct */
 struct device_statistics {
        uint64_t tx_total;