Re: [vpp-dev] Unable to install vpp 17.04 on ubuntu 16.04

2017-04-10 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, It looks like groupbased policy project is using different version of yang models than the Honeycomb version you are using. Please ask GBP developers which Honeycomb&VPP version is compatible with the GBP version you are using. Regards, Marek From: vpp-dev-boun...@lists.fd.io [mailto:vpp-d

Re: [vpp-dev] vpp-packet generator can not send tcp packets

2017-04-10 Thread Wan, Qun
Are you using trex? Best Regards, Anna From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of ?? Sent: Tuesday, April 11, 2017 11:18 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] vpp-packet generator can not send tcp packets Hello, everyone when we use vpp-pack

[vpp-dev] vpp-packet generator can not send tcp packets

2017-04-10 Thread 王鹏
Hello, everyone when we use vpp-packet generator to send udp packets, everything is OK!But, when execingTCP packet scripts, it can not send tcp packets. The packet generator does not work!Why?Do anyone have the same problem?___ vpp-dev mailing list

Re: [vpp-dev] Start VPP

2017-04-10 Thread Burt Silverman
If you google "github vpp" but then ignore the first few entries from github and go to the first one that references fd.io, that may help. On Mon, Apr 10, 2017 at 12:49 PM, Daniel Feferman wrote: > Hi folks, > > I'm trying to install VPP and integrate it with Honeycomb agent. I tried > to instal

[vpp-dev] Start VPP

2017-04-10 Thread Daniel Feferman
Hi folks, I'm trying to install VPP and integrate it with Honeycomb agent. I tried to install from GitHub using the script as showed in the README file. However, after around 20 minutes running have some errors: dpkg-deb: error: parsing file 'debian/vpp/DEBIAN/control' near line 14 package 'vpp':

Re: [vpp-dev] Add support to CI for openSUSE

2017-04-10 Thread Vanessa Valderrama
Ed, I've opened RT https://rt-sso.linuxfoundation.org/Ticket/Display.html?id=39618 to track this issue. This is a project so I'll need to review with Andy before I can provide an ETA. Thank you, Vanessa On 04/10/2017 09:49 AM, Ed Warnicke wrote: > Looping in a few more folks to help get this mo

Re: [vpp-dev] Unable to install vpp 17.04 on ubuntu 16.04

2017-04-10 Thread Srikanth Vavilapalli
Thanks John for the inputs. I used the following commands to install vpp/honeycomb: 1. echo "deb https://nexus.fd.io/content/repositories/fd.io.stable.1704.ubuntu.xenial.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list 2. Set the vm.nr_hugepages to 1024 and related cha

Re: [vpp-dev] Add support to CI for openSUSE

2017-04-10 Thread Ed Warnicke
Looping in a few more folks to help get this moving at various levels. Vanessa/Andy, What do we need to do to get OpenSuse Jenkins Minions going? Ed On Mon, Apr 10, 2017 at 2:38 AM, Marco Varlese wrote: > Hi, > > I would like to ask if it is possible to add openSUSE distribution in the > CI f

Re: [vpp-dev] A Simple Configuration Sample for IPFIX test

2017-04-10 Thread Juraj Sloboda -X (jsloboda - PANTHEON TECHNOLOGIES at Cisco)
??Hi, Here is some example of using IPFIX with classifier tables. # Create classifier table for IPv4 with 2 sessions classify table mask l3 ip4 src dst proto l4 src_port dst_port classify session table-index 0 match l3 ip4 src 192.168.11.66 dst 192.168.11.33 proto 6 l4 src_port 1 dst_port 22

Re: [vpp-dev] A Simple Configuration Sample for IPFIX test

2017-04-10 Thread Dave Barach (dbarach)
The first IP address is that of the IPFIX collector: the IPFIX udp datagram dst IP address. The second IP address is the IPFIX udp datagram src IP address. The (optional) fib ID is included so you can route IPFIX tables through a non-default FIB. The (optional) udp-checksum parameter directs vp

[vpp-dev] A Simple Configuration Sample for IPFIX test

2017-04-10 Thread Alex Salig
Hi, I search through VPP website and mailing list, but I didn't find a simple configuration sample for IPFIX test. I wasn't able to understand the configuration from command description (for example in "*set ipfix exporter collector [port ] src [fib-id ] [path-mtu ] [template-interval ] [udp-chec

Re: [vpp-dev] fib-walk is consuming 100% CPU..

2017-04-10 Thread Nagaprabhanjan Bellaru
Hi Neale, I ran perf output and here are the top contenders (no suspects): http://pasteboard.co/2yxUamC1f.png -nagp On Mon, Apr 10, 2017 at 2:52 PM, Neale Ranns (nranns) wrote: > > > Hi nagp, > > > > From your ‘sh fib walk’ output we can see: > > > > 1. DBGvpp# show fib walk > > 2. … > > 3.

[vpp-dev] Add support to CI for openSUSE

2017-04-10 Thread Marco Varlese
Hi, I would like to ask if it is possible to add openSUSE distribution in the CI for FD.IO/VPP. We are currently packaging it and I think it would be extremely beneficial to have the CI running on our distribution too. Is it at all possible? If so would you please advise what would you require on

Re: [vpp-dev] fib-walk is consuming 100% CPU..

2017-04-10 Thread Neale Ranns (nranns)
Hi nagp, From your ‘sh fib walk’ output we can see: 1. DBGvpp# show fib walk 2. … 3. Sleep Types: 4.Short Long: 5.0 717658: indicating the process is sleeping for its “long” period: /** * @brief Durations for the sleep types [in seconds] */ static f64 fib_walk_sleep_duration[] = {

Re: [vpp-dev] fib-walk is consuming 100% CPU..

2017-04-10 Thread Nagaprabhanjan Bellaru
Thanks Neale!! I don't see any loops in the routes in the fib. In fact, as soon as vpp starts, I see the CPU going to 100%. The output of "sh fib walk" is at: https://pastebin.com/G9YEkVGc The output of "sh run" is at: https://pastebin.com/RYtF9fHM "sh run" shows number of suspends as high, poss

Re: [vpp-dev] fib-walk is consuming 100% CPU..

2017-04-10 Thread Neale Ranns (nranns)
Hi nagp, A FIB walk that consumes 100% CPU is usually indicative of a cycle/loop in the FIB undirected graph. Cycles in routing should not form permanently, i.e. the routing protocols will eventually converge away from the loop, but they can form temporarily. Use; ‘sh fib walk’ to see the objec

[vpp-dev] fib-walk is consuming 100% CPU..

2017-04-10 Thread Nagaprabhanjan Bellaru
There are a few routes in FIB, but fib-walk takes up 100% CPU. "show run" shows fib-wak process running perpetually. Is there anything that we can do to get around this? Thanks, -nagp ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mail