[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-30 Thread Launchpad Bug Tracker
This bug was fixed in the package dpdk - 16.11.2-4 --- dpdk (16.11.2-4) unstable; urgency=medium [ Christian Ehrhardt ] * d/p/igb_uio-switch-to-new-irq-function-for-MSI-X.patch: fix dkms issue in kernel 4.12 (LP: #1700768) [ Luca Boccassi ] * Add patches to make the

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread Seth Forshee
Thanks! It should be at least a couple of weeks before we're trying to get a 4.12 kernel into the archive, so there's still some time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700768 Title:

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread ChristianEhrhardt
Submitted fixes for peer review to deb_dpdk and from there they can be picked up into Debian which will sync to artful. ** Changed in: dpdk (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread ChristianEhrhardt
Without the fix I could confirm the issue as expected (via daily mainlin 4.12-rc7): /var/lib/dkms/dpdk-igb-uio/16.11.2/build/igb_uio.c:383:7: error: implicit declaration of function ‘pci_enable_msix’ [-Werror=implicit-function-declaration] if (pci_enable_msix(dev, _entry, 1) == 0) {

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread ChristianEhrhardt
Test builds ok, found no other regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700768 Title: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5 To manage notifications about this bug

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread ChristianEhrhardt
Since this is "only" for 4.12 I will wait until this is picked up the normal way, if for whatever reason we need that faster (=add ubuntu delta for now) please let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-29 Thread ChristianEhrhardt
With the fix former 4.10 and 4.12 build dkms module just fine: Setting up dpdk-igb-uio-dkms (16.11.2-4~git1) ... Loading new dpdk-igb-uio-16.11.2 DKMS files... Building for 4.10.0-22-generic 4.12.0-041200rc7-generic Building initial module for 4.10.0-22-generic Done. igb_uio: Running module

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-27 Thread ChristianEhrhardt
HWE into Xenial -> no dkms packages 4.12 for Artful well might happen or at least people might install it on their own. But TL;DR no SRU needed - just artful for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-27 Thread Seth Forshee
** Attachment added: "make.log" https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1700768/+attachment/4904103/+files/make.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700768 Title: dpdk

[Bug 1700768] Re: dpdk 16.11.2-3 ADT test failure with linux 4.12.0-4.5

2017-06-27 Thread ChristianEhrhardt
Thanks for the report, yeah 4.12 we didn't care about yet. Background in Kernel remove pci_enable_msix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=aff171641d18 https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/?id=4244de1c64de Fix in