Re: [vpp-dev] Load balancer plugin for VPP

2017-10-03 Thread Pierre Pfister (ppfister)
Do you start VPP with the 'make run' command ? It looks like the way you start VPP, it doesn't specify the righ plugins directory. I'd suggest your try with adding "plugin_path " to VPP's command-line arguments. - Pierre Le 3 oct. 2017 à 20:40, John Wei mailto:johnt...@gmail.com>> a écrit :

Re: [vpp-dev] Load balancer plugin for VPP

2017-10-03 Thread John Wei
Pierre, Thanks for the response. I follow instructions to install VPP: https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages That gives me vpp utility. There is no lb command. I did a build of vpp by follow the instructions below to build vpp on linux https://wiki.fd.io/view/VPP/Pulling

Re: [vpp-dev] [releng] Proposal to redirect #opendaylight-releng to #lf-releng

2017-10-03 Thread Thanh Ha
On Tue, Sep 26, 2017 at 6:38 PM, Thanh Ha wrote: > Hi Everyone, > > We'd like to pitch an idea to have #opendaylight-releng irc channel > redirect to a new #lf-releng channel. Something that's occurred to us is > that many of the networking at LF projects have their own separate releng > channels

Re: [vpp-dev] [v17.07.01]: vec_add2() causing crash on ARMv8

2017-10-03 Thread Saxena, Nitin
Thanks Brian. I switched to v1710. From: Brian Brooks Sent: Monday, October 2, 2017 11:08 PM To: Saxena, Nitin Cc: Dave Barach (dbarach); Narayana, Prasad Athreya; Damjan Marion (damarion); vpp-dev@lists.fd.io Subject: Re: [vpp-dev] [v17.07.01]: vec_add2() causin

[vpp-dev] [vpp-v17.10] L2 forwarding errors in vhost-user configuration

2017-10-03 Thread Saxena, Nitin
Hi, While running ping between VM1 to VM2 on aarch64, configured using vhost-user interface, I am seeing following L2 errors in VPP v1710 for each ICMP packet sent DBGvpp# show err CountNode Reason 1096

Re: [vpp-dev] deadlock issue in VPP during DHCP packet processing

2017-10-03 Thread Balaji Kn
Hi John, Applying the patch to 17.07 tree did not helped. Are there any more relevant fixes I need to apply on 17.07 tree for this issue? Regards, Balaji On Tue, Sep 26, 2017 at 7:15 PM, John Lo (loj) wrote: > There was a patch recently merged in mater/17.10: > > https://gerrit.fd.io/r/#/c/84

[vpp-dev] [FD.io Helpdesk #46540] Growing build queue

2017-10-03 Thread Vanessa Valderrama via RT
On Mon Oct 02 16:02:06 2017, fcoras.li...@gmail.com wrote: > Queue is back down to 1. > > Thanks a lot Vanessa! > > Florin > > > On Oct 2, 2017, at 11:59 AM, Vanessa Valderrama > > wrote: > > > > Florin, > > > > I'm looking into the issue now. > > > > Thank you, > > Vanessa > > > > On 10/02/201

[vpp-dev] Issue with tagged packets on DPDK-interface across VMs

2017-10-03 Thread Balaji Kn
Hi All, I am working on VPP 17.07 and using ubuntu 14.04. I have two VMs say VM1 and VM2. I am running VPP on VM1 and interface between VM1 and VM2 is DPDK type. *Configuration* vpp# set int state GigabitEthernet0/a/0 up vpp# vpp# create sub-interface GigabitEthernet0/a/0 500 dot1q 500 exact-ma

Re: [vpp-dev] 回复: 回复: undefined reference to `vapi_register_msg'

2017-10-03 Thread 15803846349
Thank you! I will try. 来自 魅族 MX4 Pro 原始邮件 发件人:重新开始 <15803846...@qq.com> 时间:周二 10月3日 17:42 收件人:"Klement Sekera -X (ksekera - PA" ,vpp-dev 主题:回复: 回复: undefined reference to `vapi_register_msg' >Thank you! Klement. >Yes, I am not good at makeflie. After init study, i make succe

Re: [vpp-dev] 回复: 回复: undefined reference to `vapi_register_msg'

2017-10-03 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
You can, assuming that your .api file is named test.api: 1.) first you need to invoke vppapigen to generate JSON from your .api file. For in-tree files, rules in src/suffix-rules.mk apply, so you can mimick them by doing e.g. gcc -E -P -C -x c test.api | ./build-root/tools/bin/vppapigen --input -

Re: [vpp-dev] Invalid NAT addresses with 17.10rc

2017-10-03 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, 17.10 has new CLI syntax after plugin was renamed https://wiki.fd.io/view/VPP/NAT#CLI From your show command output I see same external address for both ICMP translations (172.56.0.2) Regards, Matus -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@list

Re: [vpp-dev] vpp_configure_args_vpp = --disable-japi compilation issue

2017-10-03 Thread Damjan Marion (damarion)
On 3 Oct 2017, at 11:47, Avinash Dhar Dubey mailto:mailbox.avin...@gmail.com>> wrote: Hello, I am trying to compile vpp with flag vpp_configure_args_vpp = --disable-japi by modifying the file datapath/vpp/build-data/platforms/vpp.mk. Its resulting in broken deb packages. A

[vpp-dev] vpp_configure_args_vpp = --disable-japi compilation issue

2017-10-03 Thread Avinash Dhar Dubey
Hello, I am trying to compile vpp with flag vpp_configure_args_vpp = --disable-japi by modifying the file datapath/vpp/build-data/platforms/ vpp.mk. Its resulting in broken deb packages. Any help on how to disable japi as i want to compile vpp with minimal dependencies. Thanks, Avinash _

[vpp-dev] ?????? ?????? undefined reference to `vapi_register_msg'

2017-10-03 Thread ????????
Thank you! Klement. Yes, I am not good at makeflie. After init study, i make success. But i have a problem. I hope that you can answer me. If i write a plugin for vpp and define some apis. The question si : could I call the apis through vapi method? -- ---

Re: [vpp-dev] 回复: undefined reference to `vapi_register_msg'

2017-10-03 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
I don't see them in the compile command > cc -std=gnu99 -g -Wall -pthread -I/home/vpp/vpp/src > -Ihome//vpp/vpp/build-root/install-vpp-native/vpp/include > -I/home/test > test.c -o test I strongly suggest you learn how gcc & make works... Quoting 重新开始 (2017-10-03 10:38:19)

Re: [vpp-dev] [vhost-user][armv8][v17.07.01] VM ping not working properly

2017-10-03 Thread Saxena, Nitin
Hi Steven, It turns out that moving to VPP v1710 resolves the issue and ping latency. I am still using my own kernel images with VPP v1710. Thanks for you help. I may have more queries related to vhost-user. Nitin From: vpp-dev-boun...@lists.fd.io on behalf

Re: [vpp-dev] local packets distribute

2017-10-03 Thread Ole Troan
Ray, > Thanks for the clarification, that makes more sense. > So the RX core is essentially doing LB across worker cores, not that > dis-similar to the RSS. In principle yes. With the added complexity that it has to deal with the requirement that flows are bidirectional and packets are mangled.

[vpp-dev] ?????? undefined reference to `vapi_register_msg'

2017-10-03 Thread ????????
Hi, link libraries are same with test/ext/Makefile binaries. any other libraries needed? -- -- ??: "Klement Sekera -X (ksekera - PA";; : 2017??10??3??(??) 4:30 ??: ""<15803846...@qq.com>;"vpp-dev"; : Re: undefined re

Re: [vpp-dev] undefined reference to `vapi_register_msg'

2017-10-03 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi, link against the same libraries as test/ext/Makefile binaries do: -lvppinfra -lvlibmemoryclient -lsvm -lvapiclient Regards, Klement Quoting 重新开始 (2017-10-03 10:17:24) >HI, i make the vapi test program, and make output the flowing errors. >Maybe, any *.so should i add? >vpp@vpp-V

[vpp-dev] Invalid NAT addresses with 17.10rc

2017-10-03 Thread Fabien THOMAS
Hi, I’ve the following configuration in 17.07 which work correctly: eth1: 172.56.0.2 … snap add static mapping local 172.56.0.2 external 172.56.0.2 snap add interface address host-eth1 set interface snat in gre0 out host-eth1 … In 17.10rc (from today) ICMP seems broken as packets are translated

[vpp-dev] undefined reference to `vapi_register_msg'

2017-10-03 Thread ????????
HI, i make the vapi test program, and make output the flowing errors. Maybe, any *.so should i add? vpp@vpp-VirtualBox:~/test$ make cc -std=gnu99 -g -Wall -pthread -I/home/vpp/vpp/src -Ihome//vpp/vpp/build-root/install-vpp-native/vpp/include -I/home/test test.c -o test /tmp/ccq6LqEu.o: In f