Re: [dpdk-dev] [PATCH v2] kernel/linux: fix modules install path

2019-06-27 Thread Thomas Monjalon
11/06/2019 12:11, Bruce Richardson: > On Tue, Jun 11, 2019 at 11:49:34AM +0300, Igor Ryzhov wrote: > > Currently kernel modules are installed into /usr/src instead of > > /lib/modules when meson build system is used. This patch fixes that. > > > > Signed-off-by: Igor Ryzhov > > --- > > v2 - don't

Re: [dpdk-dev] [PATCH v2] kernel/linux: fix modules install path

2019-06-11 Thread Bruce Richardson
On Tue, Jun 11, 2019 at 11:49:34AM +0300, Igor Ryzhov wrote: > Currently kernel modules are installed into /usr/src instead of > /lib/modules when meson build system is used. This patch fixes that. > > Signed-off-by: Igor Ryzhov > --- > v2 - don't change kernel_dir to kernel_version > > kernel/

[dpdk-dev] [PATCH v2] kernel/linux: fix modules install path

2019-06-11 Thread Igor Ryzhov
Currently kernel modules are installed into /usr/src instead of /lib/modules when meson build system is used. This patch fixes that. Signed-off-by: Igor Ryzhov --- v2 - don't change kernel_dir to kernel_version kernel/linux/igb_uio/meson.build | 4 ++-- kernel/linux/kni/meson.build | 4 ++--