Re: [PATCH] ethdev: add include for vtune

2022-10-12 Thread Markus Theil
On 10/12/22 14:26, Ferruh Yigit wrote: On 10/12/2022 1:02 PM, Markus Theil wrote: From: Michael Pfeiffer Adding this include allowed us to use vtune with DPDK. Signed-off-by: Michael Pfeiffer ---   lib/ethdev/ethdev_profile.c | 1 +   1 file changed, 1 insertion(+) diff --git a/lib/ethdev/et

Re: [PATCH] ethdev: add include for vtune

2022-10-12 Thread Ferruh Yigit
On 10/12/2022 1:02 PM, Markus Theil wrote: From: Michael Pfeiffer Adding this include allowed us to use vtune with DPDK. Signed-off-by: Michael Pfeiffer --- lib/ethdev/ethdev_profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/ethdev_profile.c b/lib/ethdev/ethdev_profi

[PATCH] ethdev: add include for vtune

2022-10-12 Thread Markus Theil
From: Michael Pfeiffer Adding this include allowed us to use vtune with DPDK. Signed-off-by: Michael Pfeiffer --- lib/ethdev/ethdev_profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/ethdev_profile.c b/lib/ethdev/ethdev_profile.c index 7978f351ac..90339cb2ee 100644 --- a/