DPDK usage discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: "adabala, raghuram" <Raghuram.Adabala@dell.com>
Cc: "users@dpdk.org" <users@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>,
	Kevin Traynor <ktraynor@redhat.com>
Subject: Re: [dpdk-users] [dpdk-dev] Compilation failure with DPDK 18.11.1 (LTS)
Date: Wed, 29 May 2019 10:44:38 +0200	[thread overview]
Message-ID: <CAJFAV8xNWjmgCAwVyABP0M-dcbv4YQAu4+k8DEmajnxj=NNBLg@mail.gmail.com> (raw)
In-Reply-To: <65C4697FFC5B6647861490093DDA7D4320539C42@MX304CL04.corp.emc.com>

On Wed, May 29, 2019 at 10:38 AM adabala, raghuram <
Raghuram.Adabala@dell.com> wrote:

> Hello,
>   I cannot seem to find the definition of ret_dev_cmp_t in any of the
> headers I have on my Linux host.
>   I have installed the following rpms on my host.
>   Could you please help figure out what other rpm(s) I need  ?.
> Regards,
> Raghu.
>
> dpdk-16.11.8-6.8.1.x86_64
> dpdk-kmp-default-16.11.8_k4.4.162_78-6.8.1.x86_64
> dpdk-devel-16.11.8-6.8.1.x86_64
>
> +++++++++++++++++++++++++++++++
>   CC lib/env_dpdk/env.o
> In file included from env_internal.h:44:0,
>                  from env.c:36:
> /raghu/spdk/dpdk/lib/librte_eal/common/include/rte_bus.h:121:58: error:
> unknown type name 'rte_dev_cmp_t'
> (*rte_bus_find_device_t)(const struct rte_device *start, rte_dev_cmp_t cmp,
>                                                           ^
> /raghu/spdk/dpdk/lib/librte_eal/common/include/rte_bus.h:237:2: error:
> unknown type name 'rte_bus_find_device_t'
>   rte_bus_find_device_t find_device; /**< Find a device on the bus */
>   ^
> /raghu/spdk/dpdk/lib/librte_eal/common/include/rte_bus.h:243:2: error:
> unknown type name 'rte_dev_iterate_t'
>   rte_dev_iterate_t dev_iterate; /**< Device iterator. */
>   ^
> In file included from env.c:36:0:
> env_internal.h:46:25: fatal error: rte_bus_pci.h: No such file or directory
> #include <rte_bus_pci.h>
>                          ^
> compilation terminated.
> +++++++++++++++++++++++++++++++
>

Not sure what your problem is, but I can see the definition in rte_dev.h in
official v18.11.1 tag.

v18.11.1:lib/librte_eal/common/include/rte_dev.h:typedef int
(*rte_dev_cmp_t)(const struct rte_device *dev, const void *data);


-- 
David Marchand

  reply	other threads:[~2019-05-29  8:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 20:08 [dpdk-users] " adabala, raghuram
2019-05-29  8:44 ` David Marchand [this message]
2019-05-31 15:57   ` [dpdk-users] [dpdk-dev] " adabala, raghuram

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='CAJFAV8xNWjmgCAwVyABP0M-dcbv4YQAu4+k8DEmajnxj=NNBLg@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=Raghuram.Adabala@dell.com \
    --cc=dev@dpdk.org \
    --cc=ktraynor@redhat.com \
    --cc=users@dpdk.org \
    /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).