X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2Fmain.h;h=8ed817d46499f559b214636f8bd80c28a251cc72;hb=5d109deffa87a39a7804c3db7890d3459fac0205;hp=c0ea766764686089dbdb172cfc82b2a7d12cd01f;hpb=4ecf22e356de2e6db2cf0a4470cb55b1638db7b0;p=dpdk.git diff --git a/examples/tep_termination/main.h b/examples/tep_termination/main.h index c0ea766764..8ed817d464 100644 --- a/examples/tep_termination/main.h +++ b/examples/tep_termination/main.h @@ -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;