app/testpmd: flush flow director table
[dpdk.git] / app / test-pmd / parameters.c
index 4bca0b0..9573a43 100644 (file)
@@ -75,6 +75,9 @@
 #include <cmdline_parse.h>
 #include <cmdline_parse_etheraddr.h>
 #endif
+#ifdef RTE_LIBRTE_PMD_BOND
+#include <rte_eth_bond.h>
+#endif
 
 #include "testpmd.h"