Re: [vpp-dev] ALG

2017-06-02 Thread yug...@telincn.com
Hi there, New applications can do this themselves, but what about old applications such as TFTP? Regards, Ewan yug...@telincn.com From: otroan Date: 2017-05-26 16:52 To: yugang CC: vpp-dev Subject: Re: [vpp-dev] ALG Hi there, > Many applications have two channels, one is data channel, the

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-02 Thread Luke, Chris
It should be possible to set the shm permissions such that vpp_api_test can be run as a non-privileged user; that being the case, don’t use the vppctl wrapper script, just invoke vat directly. Note I’ve not tested this in a while; but we did make it possible last year iirc. Chris. From: Burt

Re: [vpp-dev] Subif/VLAN Questions

2017-06-02 Thread John Lo (loj)
Hi Jon, The difference between the two sub-interface create APIs is that create_vlan_subif is typically used for creating a sub-interface for L3 IP forwarding where you just specify two parameters: sw_if_index of the main interface and the VLAN ID. It create a sub-interface using the same VLAN

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-02 Thread Burt Silverman
OK, I figured out how to patch code to add a vat_plugin_path option to /etc/vpp/startup.conf, but that was not the answer to the immediate issue, regarding my failure to get output from "show pci" under vppctl, when running from /home/burt/vpp/build-root/install-vpp-native/vpp/bin. The issue is th

Re: [vpp-dev] Build failures on master

2017-06-02 Thread Ed Kern (ejk)
Tomas, Just another data point for you/whomever its not specific to forking.. If you do a shallow clone —depth=1 you will get the same error on build… Ed On Jun 2, 2017, at 12:49 AM, Tomas Brännström mailto:tomas.a.brannst...@tieto.com>> wrote: No it's the same :-( One thing though: when

[vpp-dev] Subif/VLAN Questions

2017-06-02 Thread Jon Loeliger
Hey Audience, Guess what! (What?) I have another set of questions! This time, VLAN/Subif related. Start with the easy one: Is the API call create_vlan_subif slated for removal or deprecation? I think it should be. It seems to me to be totally redundant and a subset of the more general API ca

Re: [vpp-dev] VPP Node Debug

2017-06-02 Thread otroan
Alessio, Run in the foreground with unix { interactive }. And directly from a the build directory. The vagrant stuff is mostly useful for demo and first look. Sounds like you really want to do some development. Cheers, Ole > On 2 Jun 2017, at 13:31, Alessio Silvestro wrote: > > I am running t

Re: [vpp-dev] VPP Node Debug

2017-06-02 Thread Alessio Silvestro
I am running the vagrant machine provided, so I run on Ubuntu 16.04.02 TLS. I tried clib_warning(), clib_unix_warning(), clib_error() and clib_unix_error(). I inserted that line in both vvp/src/vnet/ip/punt.c and vpp/src/vnet/ip/ip4_forward.c in order to be sure that the packet was actually reac

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-06-02 Thread Neale Ranns (nranns)
Hi Xyxue, L3VPN should work directly from master branch. So yes, clone from https://gerrit.fd.io/r/vpp. In my opinion, the best way to try out a gerrit patch is to: git review –d for example to get the L2VPN code it’s; git review –d 6861 this will create a new branch it your git repro. S

[vpp-dev] MEGA Invitation

2017-06-02 Thread MEGA
vpp-dev@lists.fd.io The user with the email chillance...@gmail.com has sent you an invitation to join MEGA. "" Join chillance...@gmail.com on MEGA by clicking below: https://mega.nz/#newsignupdnBwLWRldkBsaXN0cy5mZC5pb9MWSVQ_uQpu Best regards, — Team MEGA __

[vpp-dev] How to send stats or information to control plane

2017-06-02 Thread 王鹏
Hi, we need to send information to control plane at any time in our vpp application. Which way can we use ? The Events API ? How to use ? Can anyone explain this or provide a sample ? Thank you !___ vpp-dev mailing list vpp-dev@lists.fd.io https://li