From: Neil Horman <nhorman@tuxdriver.com> To: Kevin Traynor <ktraynor@redhat.com> Cc: stable@dpdk.org Subject: Re: [dpdk-stable] [18.11 6/7] pmdinfogen: fix freebsd build Date: Thu, 9 Jan 2020 10:53:49 -0500 Message-ID: <20200109155349.GD11396@hmswarspite.think-freely.org> (raw) In-Reply-To: <20200109133433.12494-7-ktraynor@redhat.com> On Thu, Jan 09, 2020 at 01:34:32PM +0000, Kevin Traynor wrote: > rte_compat.h is needed as part of the fixed commit > but it could not be found with meson on FreeBSD causing > a build failure. Add it's include directory. > > This is not an issue on DPDK master branch since > rte_compat.h was moved under lib/eal. > > Fixes: 3e41c8bc7584 ("eal: add ack interrupt API") > > Signed-off-by: Kevin Traynor <ktraynor@redhat.com> > Cc: Neil Horman <nhorman@tuxdriver.com> > --- > buildtools/pmdinfogen/meson.build | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/buildtools/pmdinfogen/meson.build b/buildtools/pmdinfogen/meson.build > index a219a8e96..ab2b20032 100644 > --- a/buildtools/pmdinfogen/meson.build > +++ b/buildtools/pmdinfogen/meson.build > @@ -4,4 +4,9 @@ > pmdinfogen_inc = eal_inc > pmdinfogen_inc += include_directories('../../lib/librte_pci') > + > +if host_machine.system() == 'freebsd' > + pmdinfogen_inc += include_directories('../../lib/librte_compat') > +endif > + Actually, is there a corresponding Makefile change that needs to be made here too? Neil > pmdinfogen = executable('pmdinfogen', > 'pmdinfogen.c', > -- > 2.21.1 > >
next prev parent reply other threads:[~2020-01-09 16:56 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-01-09 13:34 [dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 1/7] eal: drop unused macros for primary process check Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 2/7] eventdev: use same log macro for all unsupported calls Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 3/7] eal: remove legacy PMD log macro Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 4/7] net/mlx: fix build with clang 9 Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 5/7] kni: fix ethtool build for gcc 9 Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 6/7] pmdinfogen: fix freebsd build Kevin Traynor 2020-01-09 15:50 ` Neil Horman 2020-01-09 15:53 ` Neil Horman [this message] 2020-01-09 16:53 ` Kevin Traynor 2020-01-09 13:34 ` [dpdk-stable] [18.11 7/7] net/mlx: allow build only on Linux Kevin Traynor 2020-01-13 16:16 ` [dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch Kevin Traynor 2020-01-14 14:29 ` Kevin Traynor
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=20200109155349.GD11396@hmswarspite.think-freely.org \ --to=nhorman@tuxdriver.com \ --cc=ktraynor@redhat.com \ --cc=stable@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
patches for DPDK stable branches This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/stable/0 stable/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 stable stable/ https://inbox.dpdk.org/stable \ stable@dpdk.org public-inbox-index stable Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.stable AGPL code for this site: git clone https://public-inbox.org/public-inbox.git