Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-14 Thread Dave Wallace
. Thank you, Martin *From:*Dave Wallace [mailto:dwallac...@gmail.com] *Sent:* Sunday, February 12, 2017 3:24 AM *To:* Martin Šuňal <mailto:msu...@frinx.io>; vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> *Subject:* Re: [vpp-dev] VPP cannot find interface

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-14 Thread Martin Šuňal
pp_LDFLAGS = -Wl,--export-dynamic Thank you, Martin From: Dave Wallace [mailto:dwallac...@gmail.com] Sent: Monday, February 13, 2017 10:41 PM To: Martin Šuňal ; vpp-dev@lists.fd.io; Damjan Marion Subject: Re: [vpp-dev] VPP cannot find interface QLogic 57810 Martin, There have been several DP

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-13 Thread Dave Wallace
tin Šuňal ; vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] VPP cannot find interface QLogic 57810 Martin, AFAIK, QLogic NICs have not been tested with VPP. You need to start by adding a case for the QLogic NICs in .../vpp/vnet/vnet/devices/dpdk/init.c::dpdk_bind_devices_to_uio(). Search for "Unsu

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-13 Thread Martin Šuňal
n are dpdk NIC drivers installed. Thank you, Martin From: Dave Wallace [mailto:dwallac...@gmail.com] Sent: Sunday, February 12, 2017 3:24 AM To: Martin Šuňal ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP cannot find interface QLogic 57810 Martin, AFAIK, QLogic NICs have not been tested with

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-11 Thread Dave Wallace
Martin, AFAIK, QLogic NICs have not been tested with VPP. You need to start by adding a case for the QLogic NICs in .../vpp/vnet/vnet/devices/dpdk/init.c::dpdk_bind_devices_to_uio(). Search for "Unsupported Ethernet PCI device" in this file for details. A quick internet search for a DPDK QLo

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-10 Thread Martin Šuňal
I've just found that VPP has problem with QLogic interface. Any idea if it is problem of VPP or DPDK? Is it something what can be easy fixed? I am thinking to try different version of NIC firmware.. root@frinxblade16:~# service vpp status * vpp.service - vector packet processing engine Loaded

[vpp-dev] VPP cannot find interface QLogic 57810

2017-02-10 Thread Martin Šuňal
Hello, I have a problem that VPP cannot find QLogic 57810 interface. I use Ubuntu 16.04 LTS and VPP 17.01 which was installed like this: echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.ubuntu.xenial.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list sudo apt u