patch 'app/testpmd: remove unused header file' has been queued to stable release 19.11.11
christian.ehrhardt at canonical.com
christian.ehrhardt at canonical.com
Tue Nov 30 17:35:32 CET 2021
Hi,
FYI, your patch has been queued to stable release 19.11.11
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before December 10th 2021. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/cpaelzer/dpdk-stable-queue
This queued commit can be viewed at:
https://github.com/cpaelzer/dpdk-stable-queue/commit/d783e54ad8642083469354cfc1ab535b7141c3ec
Thanks.
Christian Ehrhardt <christian.ehrhardt at canonical.com>
---
>From d783e54ad8642083469354cfc1ab535b7141c3ec Mon Sep 17 00:00:00 2001
From: Huisong Li <lihuisong at huawei.com>
Date: Mon, 25 Oct 2021 14:39:22 +0800
Subject: [PATCH] app/testpmd: remove unused header file
[ upstream commit 694d61b8e7cb9d8992d1dc9f81bad491451465e4 ]
This patch removes unused "rte_eth_bond.h" header file.
Fixes: 2950a769315e ("bond: testpmd support")
Signed-off-by: Huisong Li <lihuisong at huawei.com>
Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.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 9ce3b4f4be..e1e9af95ec 100644
--- a/app/test-pmd/parameters.c
+++ b/app/test-pmd/parameters.c
@@ -39,9 +39,6 @@
#include <rte_ether.h>
#include <rte_ethdev.h>
#include <rte_string_fns.h>
-#ifdef RTE_LIBRTE_PMD_BOND
-#include <rte_eth_bond.h>
-#endif
#include <rte_flow.h>
#include "testpmd.h"
--
2.34.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2021-11-30 16:50:13.393981247 +0100
+++ 0128-app-testpmd-remove-unused-header-file.patch 2021-11-30 16:50:05.962874792 +0100
@@ -1 +1 @@
-From 694d61b8e7cb9d8992d1dc9f81bad491451465e4 Mon Sep 17 00:00:00 2001
+From d783e54ad8642083469354cfc1ab535b7141c3ec Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 694d61b8e7cb9d8992d1dc9f81bad491451465e4 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index cb40917077..0974b0a38f 100644
+index 9ce3b4f4be..e1e9af95ec 100644
@@ -22 +23 @@
-@@ -38,9 +38,6 @@
+@@ -39,9 +39,6 @@
@@ -26 +27 @@
--#ifdef RTE_NET_BOND
+-#ifdef RTE_LIBRTE_PMD_BOND
More information about the stable
mailing list