DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ethdev: fix compilation issue with vtune option
@ 2022-05-05 13:01 Aman Singh
  2022-05-12  8:26 ` Andrew Rybchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Aman Singh @ 2022-05-05 13:01 UTC (permalink / raw)
  To: dev; +Cc: ilia.kurakin

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

Bugzilla ID: 1004
Fixes: 2c1bbab7f09d ("ethdev: change vtune profiling approach")
Cc: ilia.kurakin@intel.com

Signed-off-by: Aman Singh <aman.deep.singh@intel.com>
---
 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
@@ -6,6 +6,7 @@
 #define _RTE_ETHDEV_PROFILE_H_
 
 #include "rte_ethdev.h"
+#include "ethdev_driver.h"
 
 /**
  * Initialization of the Ethernet device profiling.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-12  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 13:01 [PATCH] ethdev: fix compilation issue with vtune option Aman Singh
2022-05-12  8:26 ` Andrew Rybchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).