From: "Lipiec, Herakliusz" <herakliusz.lipiec@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
"Richardson, Bruce" <bruce.richardson@intel.com>
Subject: Re: [dpdk-dev] [PATCH] mk: fix output directory name when compiling with custom kernel header dir
Date: Thu, 18 Jul 2019 14:06:18 +0000 [thread overview]
Message-ID: <EB47986807B11C41AD0C5C13A40DE88360BDAD@IRSMSX104.ger.corp.intel.com> (raw)
In-Reply-To: <1936270.iUgZ9rBI3k@xps>
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, July 18, 2019 2:44 PM
> 18/07/2019 15:29, Herakliusz Lipiec:
> > When building dpdk with differnt kernel headers by specifying
> > RTE_KERNELDIR igb_uio is compiled to directory with a name of the
> > version of kernel thats running on the system instead of the one that
> > dpdk is actually compiled against. Fixed by replacing hardcoded value
> > with value from RTE_KERNELDIR.
> >
> > Cc: stable@intel.com
> > Cc: bruce.richardson@intel.com
> > Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec@intel.com>
> > ---
> > --- a/mk/rte.sdkinstall.mk
> > +++ b/mk/rte.sdkinstall.mk
> > ifeq ($(RTE_EXEC_ENV),linux)
> > -kerneldir ?= /lib/modules/$(shell uname -r)/extra/dpdk
> > +kerneldir ?= $(subst /build,/extra/dpdk,$(RTE_KERNELDIR))
> > else
> > kerneldir ?= /boot/modules
> > endif
>
> You are changing the alignment :)
>
> This change is only for the "make" system.
> How does it work for meson?
>
>
The issue doesn't seem to be happening when using meson build system,
kernel modules are compiled into correct directory.
next prev parent reply other threads:[~2019-07-18 14:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-18 13:29 Herakliusz Lipiec
2019-07-18 13:43 ` Thomas Monjalon
2019-07-18 14:06 ` Lipiec, Herakliusz [this message]
2019-07-18 14:03 ` Herakliusz Lipiec
2019-07-18 22:25 ` Thomas Monjalon
2019-07-19 11:09 ` Lipiec, Herakliusz
2019-07-19 11:36 ` Thomas Monjalon
2019-07-19 17:01 ` Lipiec, Herakliusz
2019-07-19 11:11 ` [dpdk-dev] [PATCH v2] " Herakliusz Lipiec
2019-07-19 17:05 ` [dpdk-dev] [PATCH v3] " Herakliusz Lipiec
2019-07-22 8:00 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
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=EB47986807B11C41AD0C5C13A40DE88360BDAD@IRSMSX104.ger.corp.intel.com \
--to=herakliusz.lipiec@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--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).