[dpdk-dev] [PATCHv2] pkg/dpdk.spec: add dkms to build kernel module

2017-03-28 Thread Anders Roxell
Build igb-uio and rte-kni kernel module using dkms. Signed-off-by: Anders Roxell --- pkg/dpdk.spec | 104 ++ 1 file changed, 104 insertions(+) diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 7bc5780..550fb76 100644 --- a/pkg/dpdk.spec

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

2017-03-28 Thread Anders Roxell
to remove? Or add a variable to switch > between the 2 modes? Yes that makes sense. I'll send a v2. > > 2017-01-18 22:45, Anders Roxell: > > +MAKE="source /usr/share/dpdk/buildtools/dpdk-sdk-env.sh; make > > MODULE_CFLAGS='-I/usr/include/dpdk -include /usr/includ

[dpdk-dev] (no subject)

2017-02-21 Thread anders

[dpdk-dev] (no subject)

2017-02-09 Thread anders

[dpdk-dev] [PATCH 1/2] pkg: add aarch64 support

2017-01-18 Thread Anders Roxell
Signed-off-by: Anders Roxell --- pkg/dpdk.spec | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 189cb2f2..a27bdd3b 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -40,10 +40,16 @@ Summary: Data Plane Development Kit core Group

[dpdk-dev] [PATCH 2/2] pkg: remove xen-devel for aarch64

2017-01-18 Thread Anders Roxell
Disable xen-devel since it just got available for aarch64 in Fedora 25. Signed-off-by: Anders Roxell --- pkg/dpdk.spec | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index a27bdd3b..ad30ecf8 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec

[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