Re: [vpp-dev] Question: make realclean

2017-05-11 Thread Thomas F Herbert
On 05/08/2017 10:11 AM, Damjan Marion (damarion) wrote: On 3 May 2017, at 17:20, Jon Loeliger > wrote: Hey VPP Builders, Do you ever use "cd build-root; make distclean"? Does it look sort of like this: jdl $ cd build-root/ jdl $ make distclean rm -rf /home/jdl/wor

Re: [vpp-dev] dpdk_device_input - not checking for vlan header...

2017-05-11 Thread Nagaprabhanjan Bellaru
I am using VPP having tag "v17.01.1". I still see the problem, debugging is on... Thanks, -nagp On Tue, May 9, 2017 at 7:06 PM, John Lo (loj) wrote: > Any chance you are using an older version of VPP, like 1609 or earlier? I > kind of remember earlier version of VPP having this issue because it

Re: [vpp-dev] unix-epoll-input consuming 100% CPU

2017-05-11 Thread Nagaprabhanjan Bellaru
Thanks a lot Damjan, can you please point me to the commit so that I can pick them? Thanks, -nagp On Tue, May 9, 2017 at 7:02 PM, Damjan Marion wrote: > > > On 9 May 2017, at 10:30, Nagaprabhanjan Bellaru > wrote: > > Hi, > > I am running vpp lite version with no nodes in the polling mode, but

Re: [vpp-dev] dpdk_device_input - not checking for vlan header...

2017-05-11 Thread John Lo (loj)
The patch for dpdk-input node to use etype is: https://gerrit.fd.io/r/#/c/5563/ It is in 1704 or newer VPP and would match with your observation. Regards, John From: Nagaprabhanjan Bellaru [mailto:nagp.li...@gmail.com] Sent: Thursday, May 11, 2017 7:39 AM To: John Lo (loj) Cc: Damjan Marion (da

[vpp-dev] Fwd: [dpdk-dev] [dpdk-announce] DPDK 17.05 released

2017-05-11 Thread Damjan Marion (damarion)
And we have DPDK 17.05 as default in VPP (merged 15 min ago). Thanks, Damjan Begin forwarded message: From: Thomas Monjalon mailto:tho...@monjalon.net>> Subject: [dpdk-dev] [dpdk-announce] DPDK 17.05 released Date: 11 May 2017 at 04:39:53 GMT+2 To: annou...@dpdk.org

[vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-11 Thread Tomas Brännström
Hello Since the last mail I sent I've managed to get our test client working and VPP running in a KVM VM. We are still facing some problems though. We have a two servers, one where the virtual machines are running and one we use as the openstack controller. They are connected to each other with a

Re: [vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-11 Thread Ernst, Eric
Perhaps a silly query, but can you verify connectivity between the two hosts with SRIO-V without VPP in the VM? Eric On May 11, 2017, at 8:07 AM, Tomas Brännström mailto:tomas.a.brannst...@tieto.com>> wrote: Hello Since the last mail I sent I've managed to get our test client working and VPP

Re: [vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-11 Thread Tomas Brännström
It's a very good query but yes that works :) /T On 11 May 2017 at 17:21, Ernst, Eric wrote: > Perhaps a silly query, but can you verify connectivity between the two > hosts with SRIO-V without VPP in the VM? > > Eric > > On May 11, 2017, at 8:07 AM, Tomas Brännström < > tomas.a.brannst...@tieto

[vpp-dev] C++ app for processing udp messages

2017-05-11 Thread Guy Doucet -X (gudoucet - FLEXTRONICS CANADA DESIGN SERVICES INC at Cisco)
Hi, I have FD.IO setup to receive a multicast stream. I would like to create a c++ app to process the udp messages but I am having trouble figuring out what api to use and how to set this up. The messages I am trying to processes are as follows: 00:14:50:997590: dpdk-input GigabitEthernet6/0

Re: [vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-11 Thread Damjan Marion (damarion)
Dear Tomas, Can you please share your PF configuration so I can try to reproduce? Thanks, Damjan On 11 May 2017, at 17:07, Tomas Brännström mailto:tomas.a.brannst...@tieto.com>> wrote: Hello Since the last mail I sent I've managed to get our test client working and VPP running in a KVM VM.

[vpp-dev] DPDK forwarding through line

2017-05-11 Thread Pragash Vijayaragavan
Hi, We are trying to sent traffic through the line from one DUT to another, we created the traffic using moongen, but we are not aware of how to forward the traffic to the line using dpdk, since our destination ips cant change. Is there any way through which we can send traffic through the line f

[vpp-dev] Fwd: Dropping ubuntu 14.04 from from all verify/merge jobs for ALL releases past/current/future

2017-05-11 Thread Ed Kern (ejk)
forwarding to the correct vpp-dev list Begin forwarded message: From: "Ed Kern (ejk)" mailto:e...@cisco.com>> Subject: Dropping ubuntu 14.04 from from all verify/merge jobs for ALL releases past/current/future Date: May 11, 2017 at 11:12:34 AM MDT To: "vpp-dev(mailer list)" mailto:vpp-...@cisco.

[vpp-dev] Fwd: Dropping ubuntu 14.04 from from all verify/merge jobs for ALL releases past/current/future

2017-05-11 Thread Ed Kern (ejk)
forwarding to the correct vpp-dev list Begin forwarded message: From: "Ed Kern (ejk)" mailto:e...@cisco.com>> Subject: Dropping ubuntu 14.04 from from all verify/merge jobs for ALL releases past/current/future Date: May 11, 2017 at 11:12:34 AM MDT To: "vpp-dev(mailer list)" mailto:vpp-...@cisco.

Re: [vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-11 Thread Tomas Brännström
*(I forgot to mention before, this is running with VPP installed from binaries with release .stable.1701)* With PF do you mean packet filter? I don't think we have any such configuration. If there is anything else I should provide then please tell :) I decided to try to attach to the VPP process