[vpp-dev] coross compile

2017-09-15 Thread yug...@telincn.com
Hi all. Is there a way to cross compile vpp? How to compile vpp for ubuntu on centos? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] VPP API for setting routes and MPLS

2017-09-15 Thread Michael Borokhovich
Hi, Are there APIs available for setting routes and MPLS labels? Would be great to have REST APIs, but it looks like Honecomb does not support these operations. Are there Jvpp APIs for these operations so that we would be able to create Honecomb plugins for them? The operations I'm talking about

Re: [vpp-dev] usability: API message table comparison

2017-09-15 Thread Dave Barach (dbarach)
Here is a comparison report between a master/latest image, and a 17.07.1 image. "only in image" means that the message is defined in master/latest, but not in 17.07.1.  Message Name Result bridge_domain_add_del

Re: [vpp-dev] VPP API Message Multi-Registration Question

2017-09-15 Thread Dave Barach (dbarach)
How about: only complain if the new registration is actually different from the old one? Thanks... Dave -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Jon Loeliger Sent: Friday, September 15, 2017 3:35 PM To: vpp-dev Subject: [vpp

Re: [vpp-dev] 回复:RE: 回复:RE: plugin compile error

2017-09-15 Thread Luke, Chris
There’s nothing obvious in these files; I guess I need to see your .am file. It would be easier if you could just share your plugin whole, perhaps on github. Chris. From: 重新开始 [mailto:15803846...@qq.com] Sent: Friday, September 15, 2017 12:15 To: Luke, Chris ; vpp-dev Subject: 回复:RE: 回复:RE: [vp

[vpp-dev] VPP API Message Multi-Registration Question

2017-09-15 Thread Jon Loeliger
Folks, We have a need to re-register API message handlers. (Think re-fork/exec scenarios for daemons.) Today, we register handlers via a call to this function: vl_msg_api_set_handlers (int id, char *name, void *handler, void *cleanup, void *endian, void *print, int s

[vpp-dev] ??????RE: ??????RE: plugin compile error

2017-09-15 Thread ????????
-- -- ??: "Luke, Chris";; : 2017??9??16??(??) 0:08 ??: ""<15803846...@qq.com>; "vpp-dev"; : RE: ??RE: [vpp-dev] plugin compile error Can you show your .api and the generated .json? Chris. From: ?

Re: [vpp-dev] 回复:RE: plugin compile error

2017-09-15 Thread Luke, Chris
Can you show your .api and the generated .json? Chris. From: 重新开始 [mailto:15803846...@qq.com] Sent: Friday, September 15, 2017 11:51 To: Luke, Chris ; vpp-dev Subject: 回复:RE: [vpp-dev] plugin compile error Hi, Luke, Thank your reply. I have written some apis. The .json file and myplugin.api

[vpp-dev] ??????RE: plugin compile error

2017-09-15 Thread ????????
Hi, Luke, Thank your reply. I have written some apis. The .json file and myplugin.api.h file have made correctly.. Any other problems? -- -- ??: "Luke, Chris";; : 2017??9??15??(??) 11:11 ??: ""<15803846...@qq.com>; "

[vpp-dev] [FD.io Helpdesk #45822] [linuxfoundation.org #45822] Re: Jenkins ubuntu 1604 failures

2017-09-15 Thread Vanessa Valderrama via RT
VPP Jenkins minions have been switched to 4 core / 16GB instances. I'll be monitoring builds throughout the day. Please contact me via IRC fdio-infra (valderrv) if you experience any issues. Thank you, Vanessa On 09/14/2017 05:59 PM, Vanessa Valderrama wrote: > > Florin, > > It doesn't appear t

Re: [vpp-dev] Jenkins ubuntu 1604 failures

2017-09-15 Thread Vanessa Valderrama
VPP Jenkins minions have been switched to 4 core / 16GB instances. I'll be monitoring builds throughout the day. Please contact me via IRC fdio-infra (valderrv) if you experience any issues. Thank you, Vanessa On 09/14/2017 05:59 PM, Vanessa Valderrama wrote: > > Florin, > > It doesn't appear t

Re: [vpp-dev] plugin compile error

2017-09-15 Thread Luke, Chris
It’s complaining about invalid JSON in the .json file; that is built from the .api file of the plugin. Check it is valid, or if you have no API at this time, remove the .api file from API_FILES in the .am of the plugin. Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.i

[vpp-dev] plugin compile error

2017-09-15 Thread ????????
Hi, everyone: I writed a new plugin. When i make this plugin, all the *.o files have made. But in the end, it outputs the contents as follow: make all-am make[1]: Entering directory `/home/plugins/myplugin' API at line 1ken (null):1 syntax error Removing myplugin.api.json make[1]: ***

[vpp-dev] [vhost-user][armv8][v1704]: VPP crashes while giving IP to VM interface

2017-09-15 Thread Saxena, Nitin
Hi All, I am trying vhost-user configuration on Cavium's aarch64 SoC using VPP v1704. I mainly followed steps provided at following https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface I am able to launch two VM's using qemu-system-aarch64. The host and guest kernel

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-09-15 Thread Steven Luong (sluong)
From: "Ni, Hongjun" Date: Friday, September 15, 2017 at 6:11 AM To: "Saxena, Nitin" , "Steven Luong (sluong)" , "Guo, Ruijing" , "vpp-dev@lists.fd.io" , "Tan, Jianfeng" Subject: RE: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK Hi, We also tested VPP vhost-user last week,

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-09-15 Thread Steven Luong (sluong)
From: "Saxena, Nitin" Date: Friday, September 15, 2017 at 1:40 AM To: "Steven Luong (sluong)" , "Guo, Ruijing" , "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK Thanks Steven and Ruijing. I want to try DPDK vhost with VPP v1704. Does dpdk

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-09-15 Thread Ni, Hongjun
Hi, We also tested VPP vhost-user last week, and it did not work too. Jianfeng Tan and I tried to locate the cause using DPDK testpmd, And found that VPP vhost works well, but VPP virtio-user in container does not work. -Hongjun From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-09-15 Thread Saxena, Nitin
Hi, I am more interested in DPDK vhost performance numbers. I am able to get VPP vhost native numbers from CSIT Thanks, Nitin From: vpp-dev-boun...@lists.fd.io on behalf of Saxena, Nitin Sent: Friday, September 15, 2017 2:10 PM To: Steven Luong (sluong); G

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-09-15 Thread Saxena, Nitin
Thanks Steven and Ruijing. I want to try DPDK vhost with VPP v1704. Does dpdk vhost works in vpp1704? Any documentation on that would help. If documentation is available for v1707 then I can switch to v1707 as well. I am also looking for any vhost-user performance benchmark numbers on x86. Do