]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/flowgen.c
net: add rte prefix to ip defines
[dpdk.git] / app / test-pmd / flowgen.c
index e6260154172ef93f5e2de980be57bb34bc1ecfb1..0405fe9b6135fe0ac2aded1aac038f41e6f04f56 100644 (file)
@@ -72,8 +72,8 @@
 
 /* hardcoded configuration (for now) */
 static unsigned cfg_n_flows    = 1024;
-static uint32_t cfg_ip_src     = IPv4(10, 254, 0, 0);
-static uint32_t cfg_ip_dst     = IPv4(10, 253, 0, 0);
+static uint32_t cfg_ip_src     = RTE_IPv4(10, 254, 0, 0);
+static uint32_t cfg_ip_dst     = RTE_IPv4(10, 253, 0, 0);
 static uint16_t cfg_udp_src    = 1000;
 static uint16_t cfg_udp_dst    = 1001;
 static struct rte_ether_addr cfg_ether_src     =