patch 'ethdev: fix build with vtune option' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Wed May 25 18:28:10 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/30/22. 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/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/aa2c6d3f6980fcb06a56d208be485d0b3647efeb

Thanks.

Kevin

---
>From aa2c6d3f6980fcb06a56d208be485d0b3647efeb Mon Sep 17 00:00:00 2001
From: Aman Singh <aman.deep.singh at intel.com>
Date: Thu, 5 May 2022 18:31:38 +0530
Subject: [PATCH] ethdev: fix build with vtune option

[ upstream commit 8c9e97ddbedd735f70a2e6b1d5d4ffef02a9b0b9 ]

When VTune profile option is enabled, compilation error is seen.

Bugzilla ID: 1004
Fixes: f9bdee267ab8 ("ethdev: hide internal structures")

Signed-off-by: Aman Singh <aman.deep.singh at intel.com>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
---
 lib/ethdev/ethdev_profile.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ethdev/ethdev_profile.h b/lib/ethdev/ethdev_profile.h
index e5ee4df824..881aec1273 100644
--- a/lib/ethdev/ethdev_profile.h
+++ b/lib/ethdev/ethdev_profile.h
@@ -7,4 +7,5 @@
 
 #include "rte_ethdev.h"
+#include "ethdev_driver.h"
 
 /**
-- 
2.34.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-05-25 17:26:59.030018800 +0100
+++ 0018-ethdev-fix-build-with-vtune-option.patch	2022-05-25 17:26:58.553828311 +0100
@@ -1 +1 @@
-From 8c9e97ddbedd735f70a2e6b1d5d4ffef02a9b0b9 Mon Sep 17 00:00:00 2001
+From aa2c6d3f6980fcb06a56d208be485d0b3647efeb Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8c9e97ddbedd735f70a2e6b1d5d4ffef02a9b0b9 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list