Re: [vpp-dev] assertion in gpe testing

2017-12-10 Thread 薛欣颖
Hi Florin, After starting VPP, I just configured two commands, first is "lisp enable on", another command(not congfig in vpp CLI) is to directly pass parameter parameters to vl_api_gpe_add_del_fwd_entry_t_handler. This problem exists every time in the 18.01 version of VPP Breakpoint 1,

Re: [vpp-dev] assertion in gpe testing

2017-12-10 Thread Florin Coras
Hi Xyxue, Did you by chance configure an ip or a route through the gpe interface? If yes, then that is probably the issue. If not, could you provide more details regarding your configuration. Thanks, Florin > On Dec 10, 2017, at 6:25 PM, 薛欣颖 wrote: > > > Hi guys, > >

[vpp-dev] assertion in gpe testing

2017-12-10 Thread ??????
Hi guys, There is an assertion when I was configuring the GPE service, and I didn't find a solution. Can you help me see the reasons for it? Breakpoint 1, vl_api_gpe_add_del_fwd_entry_t_handler (mp=0x2b8413872f9c) at /home/vpp/17.07_x64/vpp/build-data/../src/vnet/lisp-gpe/lisp_gpe_api.c:328

Re: [vpp-dev] MACIP ACL replace causes ip4_table_index change?

2017-12-10 Thread Andrew  Yourtchenko
Dear Dave, On 12/9/17, Dave Barach (dbarach) wrote: > This looks wrong... vnet_set_input_acl_intfc(...) at line 93: > > /* Return ok on ADD operation if feature is already enabled */ > if (is_add && >am->classify_table_index_by_sw_if_index[ti][sw_if_index]

Re: [vpp-dev] MACIP ACL replace causes ip4_table_index change?

2017-12-10 Thread Andrew  Yourtchenko
Hi Jon, On 12/9/17, Jon Loeliger wrote: > On Sat, Dec 9, 2017 at 8:16 AM, Andrew  Yourtchenko > wrote: > >> Jon, >> > > Hi Andrew, > > Thanks for taking a look at this issue! > > >> on api trace: does the below work ? (even though the current scenario >>

Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-10 Thread nikhil ap
Hi Dave, it doesn't work. After make boostrap, I did: make PLATFORM=x86_64 No cross-compiler found for platform x86_64 target x86_64-mu-linux; try make PLATFORM=x86_64 install-tools Makefile:635: recipe for target 'dpdk-configure' failed make[1]: *** [dpdk-configure] Error 1 make[1]:

[vpp-dev] Write simple program that can work with VPP API

2017-12-10 Thread Samuel S
Hi, I decide to write some simple program that can work with VPP API. in other word i want call some vpp api in my simple program. I want interact with VPP through C application. and i read wiki but i think i have some mistake, or i can't fully

[vpp-dev] [FATAL] Non-resolvable parent POM for io.fd.hc2vpp.common:hc2vpp-parent:1.17.10.1-SNAPSHOT

2017-12-10 Thread mirzaei.reza
I want to build Hc2vpp project according to this url, but i got some errors in this step: MVN CLEAN INSTALL *** [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were

[vpp-dev] There is no nat-plugin directory in plugins folder.

2017-12-10 Thread mirzaei.reza
Hi I want to build Hc2vpp project according to this url [1], but when when i execute this step: cd ../../plugins/nat-plugin/ There is no NAT-PLUGIN directory in PLUGINS folder. I have no idea what i am doing wrong. Can you please help me to solve this problem? Best regards Reza Links: