Re: [vpp-dev] 17.10 draft release notes

2017-10-24 Thread Zhou, Danny
About question “Could you provide some context around the PPPoE stuff and its importance to NFV solutions in ONAP?”, below is the answer: ONAP residential vCPE use case adopted VPP to build open source VNFs (e.g. vBRG, vBNG, vG MUX and vG), and currently ONAP R1 uses IPoE protocol instead of

Re: [vpp-dev] GRE error on vpp 17.04

2017-10-24 Thread yug...@telincn.com
Hi neale, There is no overlapping sub-net, here are more info. root@ubuntu:/home/ewan# vppctl create gre tunnel src 1.1.1.1 dst 2.2.2.2 gre0 root@ubuntu:/home/ewan# vppctl show int addr gre0 (dn): local0 (dn): root@ubuntu:/home/ewan# vppctl set int ip address gre0 9.9.9.1/24 exec error:

Re: [vpp-dev] SEGSEGV in acl using 2 core configuration

2017-10-24 Thread khers
Dear Andrew Thanks for your attention. Trex config file Trex scenario is default sfr.yaml. vpp: startup.conf I changed size of acl_mheap to '(uword)2<<32' in acl.c vpp config: vppctl set interface l2 bridge

Re: [vpp-dev] vppctl -s option?

2017-10-24 Thread Kinsella, Ray
Hi John, That is strange. Can you do a file 'type -p vppctl' And report back ? Thanks, Ray K On 24/10/2017 03:47, John Wei wrote: I was reading the VPP tutorial below: https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial#Exercise:_vpp_basics In the example, "vppctl -s

Re: [vpp-dev] GRE error on vpp 17.04

2017-10-24 Thread Neale Ranns (nranns)
Hi Ewan, I have more positive results; vagrant@localhost:/vpp$ vppctl vpp#  vpp# sh int               Name               Idx       State          Counter          Count      local0                            0        down       vpp# create gre tunnel src 1.1.1.1 dst 2.2.2.2 gre0 vpp# set int ip

Re: [vpp-dev] SEGSEGV in acl using 2 core configuration

2017-10-24 Thread khers
Dear Andrew I used latest version of master branch, I will replay the test with debug build to make more debug info ASAP. Vpp is running on Xeon E5-2600 series. I did the tanother tests with two rx-queue and two worker, also with 4 rx-queue and 4 worker, I got segmentation fault on the same

Re: [vpp-dev] SEGSEGV in acl using 2 core configuration

2017-10-24 Thread Andrew  Yourtchenko
Dear Khers, Thanks for the info! I tried with these configs in my local setup (I tried even to increase the multi-cpu contention by specifying 4 rx-queues instead of 2), but it works ok for me on the master. What is the version you are testing with ? I presume it is also the master, but just

Re: [vpp-dev] vppctl -s option?

2017-10-24 Thread John Wei
Add file output: file `type -p vppctl` /bin/vppctl: Python script, ASCII text executable On Tue, Oct 24, 2017 at 10:17 AM, John Wei wrote: > See the vppctl output below. > > Thanks s for the help. > John > > # vppctl show int > Name Idx

Re: [vpp-dev] vppctl -s option?

2017-10-24 Thread John Wei
See the vppctl output below. Thanks s for the help. John # vppctl show int Name Idx State Counter Count local00down # vppctl -s /run/vpp/cli-vpp.sock show int Usage: vppctl [options] vppctl: error: no such option:

Re: [vpp-dev] GRE error on vpp 17.04

2017-10-24 Thread yug...@telincn.com
Hi neale, Do we need to set ip address on gre interface? Regards, Ewan yug...@telincn.com From: Neale Ranns (nranns) Date: 2017-10-24 19:07 To: yug...@telincn.com; vpp-dev Subject: Re: [vpp-dev] GRE error on vpp 17.04 Hi Ewan, I have more positive results; vagrant@localhost:/vpp$ vppctl

Re: [vpp-dev] vppctl -s option?

2017-10-24 Thread John Wei
Hi Ray, I upgraded my vpp version to 17.10-rc2. And vppctl does accept -s option. Maybe we need to document that -s in only supported started 17.10? John On Tue, Oct 24, 2017 at 10:18 AM, John Wei wrote: > Add file output: > > file `type -p vppctl` > /bin/vppctl: Python