From 694d61b8e7cb9d8992d1dc9f81bad491451465e4 Mon Sep 17 00:00:00 2001 From: Huisong Li Date: Mon, 25 Oct 2021 14:39:22 +0800 Subject: [PATCH] app/testpmd: remove unused header file This patch removes unused "rte_eth_bond.h" header file. Fixes: 2950a769315e ("bond: testpmd support") Cc: stable@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit --- 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 cb40917077..0974b0a38f 100644 --- a/app/test-pmd/parameters.c +++ b/app/test-pmd/parameters.c @@ -38,9 +38,6 @@ #include #include #include -#ifdef RTE_NET_BOND -#include -#endif #include #include "testpmd.h"