From: Huisong Li <[email protected]> This patch removes unused "rte_eth_bond.h" header file.
Signed-off-by: Huisong Li <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]> --- app/test-pmd/parameters.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index ab8e8f7e69..1dc83200a8 100644 --- a/app/test-pmd/parameters.c +++ b/app/test-pmd/parameters.c @@ -38,9 +38,6 @@ #include <rte_ether.h> #include <rte_ethdev.h> #include <rte_string_fns.h> -#ifdef RTE_NET_BOND -#include <rte_eth_bond.h> -#endif #include <rte_flow.h> #include "testpmd.h" -- 2.33.0

