[vpp-dev] Signal events between graph nodes within different threads

2017-03-06 Thread Ni, Hongjun
Hey all, We have a question about signal events between graph nodes within different threads. Here is the scenario of use case: We have two threads: thread 1 and thread2, which run on different VPP programs. Thread 1 has one graph node a, Thread 2 has another graph node b. Now we want to signal

Re: [vpp-dev] Missing lib pneum during build?

2017-03-06 Thread Jon Loeliger
On Mon, Mar 6, 2017 at 2:48 PM, Billy McFall wrote: > I have seen this. I was compiling in a VM with 5 CPUs. I isolate CPUs 1-4 > from Linux via kernel cmdline arg isocpu. When compiling with 1 CPU I saw > the issue every time. Removed isocpu and compiled with 5 CPUs everything > worked. > > Bill

Re: [vpp-dev] Missing lib pneum during build?

2017-03-06 Thread Billy McFall
I have seen this. I was compiling in a VM with 5 CPUs. I isolate CPUs 1-4 from Linux via kernel cmdline arg isocpu. When compiling with 1 CPU I saw the issue every time. Removed isocpu and compiled with 5 CPUs everything worked. Billy McFall On Mon, Mar 6, 2017 at 3:42 PM, Jon Loeliger wrote: >

[vpp-dev] Missing lib pneum during build?

2017-03-06 Thread Jon Loeliger
Guys, I am in the process of setting up a CI engine here. (Whee!) This is on an entirely new machine with a new number of CPUs, etc. What I'm noticing is that every other build or so fails. And it seems to be for lack of a -lpneum each time it fails. But sometimes it all builds properly too. W

Re: [vpp-dev] dpdk sw crypto- build error

2017-03-06 Thread Billy McFall
Let me know if you need anything else from me. I'll be glad to test something if need be. As a side note, what is the recommended version of nasm? I tested with nasm 2.12.02 on Fedora 25 and nasm 2.12.01 and 2.12.02 on Centos 7.3 and all have the error I reported. The version of nasm in Centos 7.

Re: [vpp-dev] HP performance issues

2017-03-06 Thread Sean Chandler (sechandl)
Assuming yes, that it should be run while test is going on, here are the results. Reinstalled VPP on DUT today because perf was not available for my kernel (4.4.0-64-generic) and now the performance is up from 1.7Mpps to 2.1Mpps. tc01-64B-1t1c-eth-l2bdbasemaclrn-eth-1vhost-1vm-ndrdisc :: [Cfg]

Re: [vpp-dev] HP performance issues

2017-03-06 Thread Sean Chandler (sechandl)
Hi Ray, The VM name is csit-nested-1.6.img but nested VMs to me usually means a VM in a VM. In this case a VM is running testpmd only. The command below should be run while the test is running I assume? -s On 3/6/17, 5:51 AM, "Kinsella, Ray" wrote: Hi Sean, Since I guess all th

Re: [vpp-dev] dpdk sw crypto- build error

2017-03-06 Thread Sergio Gonzalez Monroy
Hi Billy, It seems that things have changed a bit since DPDK is built as a plugin and we are looking into this issue. I'll update once I have more details. Regards, Sergio On 03/03/2017 16:59, Billy McFall wrote: Like the original email on this thread, I am trying to build latest vpp with v

Re: [vpp-dev] [csit-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Maciek Konstantynowicz (mkonstan)
Well spotted Neale :) Matej, Looks like few typos in there.. -Maciek On 6 Mar 2017, at 16:19, Dave Barach (dbarach) mailto:dbar...@cisco.com>> wrote: +1... Crud, missed that... Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.

[vpp-dev] VPP 17.01.1 Release

2017-03-06 Thread Damjan Marion (damarion)
VPP 17.01.1 release is published on Friday. artifacts on nexus server. Thanks, Damjan ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] [csit-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Dave Barach (dbarach)
+1... Crud, missed that... Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Neale Ranns (nranns) Sent: Monday, March 6, 2017 11:07 AM To: Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.io Su

Re: [vpp-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Dave Barach (dbarach)
Ack. Can you watch the interface with wireshark, to see if e.g. the kernel is turfing the rewritten pkt on vlan 20 for some reason? Thanks... Dave From: Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) Sent: Monday, March 6, 2017 11:03 AM To: Dave Barach (dbarach) ; vpp-dev@lists.fd.

Re: [vpp-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
Hi Dave, Im sorry, I should write I'm sending tagged frame with tag 10 and I'm expecting received packed with tag 20. The mac address in trace could mismatch, because I copyed from log. Thanks, M. From: Dave Barach (dbarach) Sent: 6. marca 2017 16:06 To: Matej Klotton -X (mklotton - PANTHEON

Re: [vpp-dev] [csit-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Neale Ranns (nranns)
Hi Matej, Your IP addresses are configured on the same interface; sw_if_index 6. Sw_if_index 5 thus will not accept IP packets. /neale From: on behalf of "Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)" Date: Monday, 6 March 2017 at 14:58 To: "vpp-dev@lists.fd.io" Cc: "csit-.

Re: [vpp-dev] patch not uploaded in gerrit.

2017-03-06 Thread Dave Barach (dbarach)
You never pushed the revised patch to gerrit.fd.io. Either "$ git review" or something of the form: $ git push origin HEAD:refs/for/master Thanks... Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Steven Luong (sluong) Sent: Monday, March 6, 2017 10:14 A

[vpp-dev] patch not uploaded in gerrit.

2017-03-06 Thread Steven Luong (sluong)
I revised the patch last night for https://gerrit.fd.io/r/#/c/5566/ But I still don't see it in gerrit this morning. Below is the console output that I got last night. Is gerrit not working or did I not do it correctly? SLUONG-M-612A:vpp sluong$ git commit -s --amend [review/steven_luong/vho

Re: [vpp-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Dave Barach (dbarach)
I'm not sure if this is significant, but you wrote: "In a testcase I'm sending tagged frame with tag 20 and I'm expecting received packed with tag 10" The packet tracer shows the reverse: a packet received on vlan 10 and sent on vlan 20. 00:00:18:038106: dpdk-input GigabitEthernet0/4/0 rx que

[vpp-dev] VPP receive no tagged packet on Virtio interface

2017-03-06 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
Hi all, In CSIT we are running VPP on a VM with virtio network device. vppctl show hardware NameIdx Link Hardware GigabitEthernet0/4/0 1 up GigabitEthernet0/4/0 Ethernet address fa:16:3e:0a:3e:3d Red Hat Virtio carrier up full duplex spe

Re: [vpp-dev] HP performance issues

2017-03-06 Thread Kinsella, Ray
Hi Sean, Since I guess all this is running a VM (right?), it would be good to understand what KVM stat dump looks like. For the HP+Dell compared to UCS/SuperMicro. sudo ./perf stat -e 'kvm:*' -a sleep 1h Are we using nested virtualization? Ray K On 03/03/2017 15:14, Sean Chandler (sechandl