Re: [dpdk-dev] [PATCH] pkg: add dkms to build kernel module

2017-03-28 Thread Anders Roxell
On 2017-02-07 18:04, Thomas Monjalon wrote: > Hi, Hi, I'm sorry for the extremely slow response. > > So the idea is to package DPDK kernel modules with DKMS. > And if we do not want to use DKMS, we just have to remove this part? > Could we better identify the DKMS part to remove? Or add a varia

Re: [dpdk-dev] [PATCH] pkg: add dkms to build kernel module

2017-02-07 Thread Thomas Monjalon
Hi, So the idea is to package DPDK kernel modules with DKMS. And if we do not want to use DKMS, we just have to remove this part? Could we better identify the DKMS part to remove? Or add a variable to switch between the 2 modes? 2017-01-18 22:45, Anders Roxell: > +MAKE="source /usr/share/dpdk/bui

[dpdk-dev] [PATCH] pkg: add dkms to build kernel module

2017-01-18 Thread Anders Roxell
Build igb-uio and rte-kni kernel module using dkms. Signed-off-by: Anders Roxell --- pkg/dpdk.spec | 91 ++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 43ff9548..189cb2f2 100644 --- a/p