]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/Makefile
app/testpmd: add engine that replies to ARP and ICMP echo requests
[dpdk.git] / app / test-pmd / Makefile
index 7eccf4ae17bab0f680ee503c73d018c00316a9c6..fc58ed9514884b17de3260805129853d6b65163a 100644 (file)
@@ -60,6 +60,7 @@ SRCS-$(CONFIG_RTE_TEST_PMD) += flowgen.c
 SRCS-$(CONFIG_RTE_TEST_PMD) += rxonly.c
 SRCS-$(CONFIG_RTE_TEST_PMD) += txonly.c
 SRCS-$(CONFIG_RTE_TEST_PMD) += csumonly.c
+SRCS-$(CONFIG_RTE_TEST_PMD) += icmpecho.c
 ifeq ($(CONFIG_RTE_LIBRTE_IEEE1588),y)
 SRCS-$(CONFIG_RTE_TEST_PMD) += ieee1588fwd.c
 endif