From: Thomas Monjalon <thomas@monjalon.net>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org, stable@dpdk.org,
Jingjing Wu <jingjing.wu@intel.com>,
Junfeng Guo <junfeng.guo@intel.com>,
Xiaoyun Li <xiaoyun.li@intel.com>
Subject: Re: [PATCH] examples/ntb: fix build dependency
Date: Wed, 17 Nov 2021 09:58:49 +0100 [thread overview]
Message-ID: <2278970.gvdgb1CQyA@thomas> (raw)
In-Reply-To: <20211116205135.15846-1-david.marchand@redhat.com>
16/11/2021 21:51, David Marchand:
> Caught while building with -Ddisable_drivers=*/*.
> This example requires raw/ntb specific API.
> Fix dependency to avoid a compilation error:
>
> FAILED: examples/c590b3c@@dpdk-ntb@exe/ntb_ntb_fwd.c.o
> ccache gcc -Iexamples/c590b3c@@dpdk-ntb@exe -Iexamples -I../examples
> -Iexamples/ntb -I../examples/ntb -I. -I../ -Iconfig -I../config
> -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include
> -I../lib/eal/linux/include -Ilib/eal/x86/include
> -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common
> -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs
> -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics
> -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool
> -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf
> -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter
> -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/rawdev
> -I../lib/rawdev -fdiagnostics-color=always -pipe -Wall
> -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra
> -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral
> -Wformat-security -Wmissing-declarations -Wmissing-prototypes
> -Wnested-externs -Wold-style-definition -Wpointer-arith
> -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings
> -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7
> -Wno-format-truncation -D_FILE_OFFSET_BITS=64
> -DALLOW_EXPERIMENTAL_API -MD
> -MQ 'examples/c590b3c@@dpdk-ntb@exe/ntb_ntb_fwd.c.o'
> -MF 'examples/c590b3c@@dpdk-ntb@exe/ntb_ntb_fwd.c.o.d'
> -o 'examples/c590b3c@@dpdk-ntb@exe/ntb_ntb_fwd.c.o'
> -c ../examples/ntb/ntb_fwd.c
> ../examples/ntb/ntb_fwd.c:21:10: fatal error: rte_pmd_ntb.h:
> No such file or directory
> #include <rte_pmd_ntb.h>
> ^~~~~~~~~~~~~~~
> compilation terminated.
>
> Fixes: 5194299d6ef5 ("examples/ntb: support more functions")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
Applied, thanks.
prev parent reply other threads:[~2021-11-17 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 20:51 [PATCH] examples/ntb: fix build dependency David Marchand
2021-11-17 8:58 ` Thomas Monjalon [this message]
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=2278970.gvdgb1CQyA@thomas \
--to=thomas@monjalon.net \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=jingjing.wu@intel.com \
--cc=junfeng.guo@intel.com \
--cc=stable@dpdk.org \
--cc=xiaoyun.li@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.