[dpdk-dev] [PATCH 3/3] app/testpmd: remove unused header file
Min Hu (Connor)
humin29 at huawei.com
Mon Oct 25 08:39:22 CEST 2021
From: Huisong Li <lihuisong at huawei.com>
This patch removes unused "rte_eth_bond.h" header file.
Signed-off-by: Huisong Li <lihuisong at huawei.com>
Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
---
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
More information about the dev
mailing list