]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/main.c
node: fix missing header include
[dpdk.git] / examples / l3fwd / main.c
index d62dec434ce16d703dfd0a45b09ea0173868d57d..bb49e5faff02df99802cf74bb26f1e77a11f8358 100644 (file)
@@ -48,7 +48,7 @@
 #include "l3fwd.h"
 #include "l3fwd_event.h"
 
-#define MAX_TX_QUEUE_PER_PORT RTE_MAX_ETHPORTS
+#define MAX_TX_QUEUE_PER_PORT RTE_MAX_LCORE
 #define MAX_RX_QUEUE_PER_PORT 128
 
 #define MAX_LCORE_PARAMS 1024