[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package dpdk - 17.11-4

---
dpdk (17.11-4) unstable; urgency=low

  [ Luca Boccassi ]
  * Fix librte-gro17.11 short description to mention -gro instead of
-eal. (Closes: #885832)

  [ Christian Ehrhardt ]
  * d/rules: make auto-loaded drivers dir versioned (LP: #1741244).
3rd party drivers should drop into the versioned directories now to show
their support for that version and to be autoloaded by librte_eal due
to that.

 -- Luca Boccassi   Thu, 04 Jan 2018 13:52:07 +

** Changed in: dpdk (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-26 Thread ChristianEhrhardt
Still waiting on tests to complete due to the reduced capacity of these and 
huge queues after meltdown avoidance maintenance.
But it is on it's way still ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-11 Thread ChristianEhrhardt
This is actually fixed a while, but stalled on its way due to the LP build farm 
maintenance.
We essentially wait for [1] to fully build all arches and then check proposed 
migration.

[1]: https://launchpad.net/ubuntu/+source/dpdk/17.11-4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
That said while they can exist in the archive together, we have to make
the packages conflict prior versions to avoid this issue for now.

There might be a more complex solution with something like modversions in the 
kernel.
But then this was meant to be a drop-in for 3rd party drivers, which would 
loose much of it's eas-of-use.

After a short discussion we agreed on a middle ground.
We make the dir versioned.

So installs in Debian/Ubuntu work as they should by default.
And 3rd party driver providers can still drop them in, but have to either
a) link into all driver dirs (not very careful but working if the driver is ok)
b) link their driver to versioned DIRs they really support/qualified

** Changed in: dpdk (Ubuntu)
   Status: New => Triaged

** Changed in: dpdk (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
Reinstalling anything that drops something into CONFIG_RTE_EAL_PMD_PATH
is triggering the issue.

For example having a DPDK 17.11 system plus librte-pmd-ixgbe17.05 which drops:
/usr/lib/x86_64-linux-gnu/dpdk-pmds/librte_pmd_ixgbe.so.17.05

Will make it break.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
The issue is that I had 17.05 libs still installed =>
http://paste.ubuntu.com/26319020/

That worked on past upgrades.
But some of the drivers are no more "normal" linkages.
Instead DPDK searches a dir now to include all drivers.

Feature exists quite some time:
http://dpdk.org/ml/archives/dev/2015-November/027962.html

But now since we are finally perfectly coinstallable we can hit this
issue :-/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
Removing the libs solves the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
Check came in in 17.08
commit dd288f0dfbfe8159ca80719de0a0c477698d0226
Author: Jan Blunck 
Date:   Fri Jun 30 20:19:36 2017 +0200

bus: require to implement device finding

Signed-off-by: Jan Blunck 

diff --git a/lib/librte_eal/common/eal_common_bus.c 
b/lib/librte_eal/common/eal_common_bus.c
index 3094daa..e04ab4f 100644
--- a/lib/librte_eal/common/eal_common_bus.c
+++ b/lib/librte_eal/common/eal_common_bus.c
@@ -50,6 +50,7 @@ rte_bus_register(struct rte_bus *bus)
/* A bus should mandatorily have the scan implemented */
RTE_VERIFY(bus->scan);
RTE_VERIFY(bus->probe);
+   RTE_VERIFY(bus->find_device);
 
TAILQ_INSERT_TAIL(&rte_bus_list, bus, next);
RTE_LOG(DEBUG, EAL, "Registered [%s] bus.\n", bus->name)

I need to find which bus it is trying to add and if there might be some
odd .so lookup involved (we had thos in the past)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741244] Re: Failing to start up ovs-dpdk with 17.11

2018-01-04 Thread ChristianEhrhardt
Note: worked on PPAs with essentially the same code

Maybe my system setup itself is broken, considering a re-install to get
rid of old test/debug crap  I might have done - automation will resetup
as needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741244

Title:
  Failing to start up ovs-dpdk with 17.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs