[vpp-dev] DPDK driver unable to detect PC NIC port

2016-11-30 Thread Sreejith Surendran Nair
Hi Team, I am using Linux Centos 7 and I have build the VPP package on the system from git (followed the steps as in wiki). After running the package I observed the DPDK drivers are not able to bind to NIC ports. I tried couple of alternatives : reinstalled the VPP package, manual modprobe to UC

Re: [vpp-dev] vHost user test scenarios for CSIT

2016-11-30 Thread Maciek Konstantynowicz (mkonstan)
Alec, thanks for good inputs from OpenStack use cases perspective! I agree with most if not all points. Suggest we walk thru these on the TWS call, hopefully this Friday. -Maciek On 29 Nov 2016, at 20:36, Alec Hothan (ahothan) mailto:ahot...@cisco.com>> wrote: Thanks for putting this together

Re: [vpp-dev] vHost user test scenarios for CSIT - TWS meeting

2016-11-30 Thread Maciek Konstantynowicz (mkonstan)
All, We didn’t have much time to discuss the vhostuser use cases on CSIT project call earlier today. On the call we also didn’t have all the interested parties that were providing feedback to date. Hence agreed to hold a separate Tech WorkStream call to cover this. Quick check on #fdio-csit irc

[vpp-dev] Fwd: [it-infrastructure-alerts] Upstream Network Maintenance, Dec 1st and 2nd PT

2016-11-30 Thread Ed Warnicke
FYI... since we use identity.linuxfoundation.org to log in at fd.io, I suspect this maintenance window will impact us. Ed -- Forwarded message -- From: Jordan Evans Date: Wed, Nov 30, 2016 at 6:11 PM Subject: [it-infrastructure-alerts] Upstream Network Maintenance, Dec 1st and 2nd

[vpp-dev] VPP merge job fails

2016-11-30 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, merge job for https://gerrit.fd.io/r/#/c/3963/ failed. The change is needed to compile HC (https://gerrit.fd.io/r/#/c/3639/ breaks HC compilation) It looks like vpp merge job started failing from https://gerrit.fd.io/r/#/c/3951/ Which was submitted between 3639 and 3963. Could you please ta

Re: [vpp-dev] MLX5 support in VPP

2016-11-30 Thread Damjan Marion (damarion)
Hi Daniel, Activating PMD also requires having closed-source MLX libraries installed, as MLX PMD is just wrapper around them Fact that it depends on closed source libs prevents us from enabling MLX devices by default. So we will need to add configuration knob and that will require some tweaking

Re: [vpp-dev] MLX5 support in VPP

2016-11-30 Thread Ed Warnicke
Helps if I get the deb-dpdk alias correct ;) Ed On Wed, Nov 30, 2016 at 1:38 PM, Ed Warnicke wrote: > Looping in deb_dpdk and rpm_dpdk who are packaging DPDK for downstream > Linux distros, to make sure they are also aware of your interest in that > driver. > > Ed > > On Wed, Nov 30, 2016 at 1:

Re: [vpp-dev] MLX5 support in VPP

2016-11-30 Thread Ed Warnicke
Looping in deb_dpdk and rpm_dpdk who are packaging DPDK for downstream Linux distros, to make sure they are also aware of your interest in that driver. Ed On Wed, Nov 30, 2016 at 1:36 PM, Bernier, Daniel (520165) < daniel.bern...@bell.ca> wrote: > Hello, > > > > Currently working on leveraging M

[vpp-dev] MLX5 support in VPP

2016-11-30 Thread Bernier, Daniel (520165)
Hello, Currently working on leveraging MLX5 drivers in VPP which requires activating the PMD at DPDK compilation? Is it something that can be done through the VPP build process (e.g. tweaking with DPDK .config file)? Making it part of the default binary package? Thanks, Daniel Bernier | Bell

[vpp-dev] Jenkins queue stuck again

2016-11-30 Thread Dave Barach (dbarach)
It looks like the Jenkins queue is stuck again. I've attempted to alert the LF infra folks. In case enquiring minds want to know... Thanks... Dave ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Upcoming VPP 17.01 release freeze

2016-11-30 Thread Damjan Marion (damarion)
Dear VPP developers and consumers, On Dec 7th we have planned code freeze for upcoming 17.01 release. That means that after that date no new features will be let into the repo and only bug fixes will be accepted (potentially we can accept smaller non-API low risk changes). Code freeze will last u

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-30 Thread Christophe FONTAINE
Good: I have a direction where to look into. The patch does not help me. Yet, switching from cpu { main-core 0 corelist-workers 3,7 } To cpu { main-core 1 # corelist-workers 3,7 } Hides the problem. As soon as I enable the corelist-workers (event with continuous workers, main core 1, co