DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@amd.com>
To: Markus Theil <markus.theil@tu-ilmenau.de>, dev@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
	Michael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
Subject: Re: [PATCH] ethdev: add include for vtune
Date: Wed, 12 Oct 2022 13:26:02 +0100	[thread overview]
Message-ID: <29b00899-404b-8b38-f36a-eef0fc2f7234@amd.com> (raw)
In-Reply-To: <20221012120202.11123-1-markus.theil@tu-ilmenau.de>

On 10/12/2022 1:02 PM, Markus Theil wrote:
> From: Michael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
> 
> Adding this include allowed us to use vtune
> with DPDK.
> 
> Signed-off-by: Michael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
> ---
>   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/lib/ethdev/ethdev_profile.c
> +++ b/lib/ethdev/ethdev_profile.c
> @@ -3,6 +3,7 @@
>    */
>   
>   #include "ethdev_profile.h"
> +#include "ethdev_driver.h"
>   

"ethdev_profile.h" already includes "ethdev_driver.h". What was the 
problem without above change?

>   /**
>    * This conditional block enables Ethernet device profiling with


  reply	other threads:[~2022-10-12 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12 12:02 Markus Theil
2022-10-12 12:26 ` Ferruh Yigit [this message]
2022-10-12 14:32   ` Markus Theil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29b00899-404b-8b38-f36a-eef0fc2f7234@amd.com \
    --to=ferruh.yigit@amd.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=markus.theil@tu-ilmenau.de \
    --cc=michael.pfeiffer@tu-ilmenau.de \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).