~ubuntu-server/dpdk:ubuntu-yakkety-dpdk16.04

Last commit made on 2016-06-15
Get this branch:
git clone -b ubuntu-yakkety-dpdk16.04 https://git.launchpad.net/~ubuntu-server/dpdk
Members of Ubuntu Server can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu-yakkety-dpdk16.04
Repository:
lp:~ubuntu-server/dpdk

Recent commits

8bb320d... by Christian Ehrhardt 

Bump version to dpdk_16.04-0ubuntu1~dev2

Signed-off-by: Christian Ehrhardt <email address hidden>

8c16bcf... by Christian Ehrhardt 

changelog: adding rte_kni dkms

Signed-off-by: Christian Ehrhardt <email address hidden>

6910dd3... by Christian Ehrhardt 

kni dkms: make version and path non hardcoded

One shouldn't hardcode the path dkms uses.
Also we have the version generated anyway.
So we can use both to make the dkms conf for the rte kni work more
reliably on future changes.

Signed-off-by: Christian Ehrhardt <email address hidden>

1d2b164... by Christian Ehrhardt 

Adding at least a basic adt for dpdk dkms modules

DKMS modules were known to cause issues in the past, so we want to make
at least sure we would get triggered if anything breaks due to upstream
and/or packaging changes.

This will test dkms install (in the adt environment) and
loading+unloading the modules created this way.

Signed-off-by: Christian Ehrhardt <email address hidden>

9f94569... by Christian Ehrhardt 

Fix dep8 test failures regarding linking

Due to the changes in the linking dependencies the tests had to be
adapted.

Signed-off-by: Christian Ehrhardt <email address hidden>

182c9a1... by Christian Ehrhardt 

Adding rte_kni dkms module

Now that we had the infrastructure for dkms already it was only a
small step to also provide the kni module for those who need it.

Signed-off-by: Christian Ehrhardt <email address hidden>

53896f0... by Christian Ehrhardt 

shorten patch name of backport #43 to fit usual rules

c6bd692... by Christian Ehrhardt 

changelog: backport of fixes for logging

806eeb5... by Christian Ehrhardt 

improve logging by backporting dpdk 16.07 fixes

a6c047e... by Christian Ehrhardt 

fix issue with xen in linking fixes stage 3