[dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules

2015-10-05 Thread Panu Matilainen
On 10/02/2015 07:26 PM, Arevalo, Mario Alfredo C wrote: > Hi, Panu, perfect thank you for your feedback, I going to change that > path by /lib/modules/$(uname -r)/extra/ in my patch. Hi, That's not quite what I suggested: > The default install path for the kernel modules should be somewhe

[dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules

2015-10-02 Thread Arevalo, Mario Alfredo C
; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules On 10/01/2015 03:11 AM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK modules, > when invoking "make install-mod" modules will be > installed in: $(DESTDIR)/$(KERNEL_DIR

[dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules

2015-10-02 Thread Panu Matilainen
On 10/01/2015 03:11 AM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK modules, > when invoking "make install-mod" modules will be > installed in: $(DESTDIR)/$(KERNEL_DIR) > if RTE_EXEC_ENV=linuxapp then > KERNEL_DIR=/lib/modules/$(uname -r)/build /lib/modules/$(uname -r)/build is

[dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules

2015-09-30 Thread Mario Carrillo
Add hierarchy-file support to the DPDK modules, when invoking "make install-mod" modules will be installed in: $(DESTDIR)/$(KERNEL_DIR) if RTE_EXEC_ENV=linuxapp then KERNEL_DIR=/lib/modules/$(uname -r)/build else KERNEL_DIR=/boot/modules by default, you can override KERNEL_DIR var. This hierarchy i