Re: [vpp-dev] Number of interfaces configurable restriction

2017-10-29 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
@lists.fd.io>> on behalf of "Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)" mailto:jsrni...@cisco.com>> Date: Friday, October 27, 2017 at 3:31 AM To: vpp-dev mailto:vpp-dev@lists.fd.io>> Subject: [vpp-dev] Number of interfaces configurable restriction Hi Whi

[vpp-dev] Number of interfaces configurable restriction

2017-10-27 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi While doing some perf testing for honeycomb , i've came about something that seems like internal restriction of vpp. While trying to configure as much Tap interfaces as possible, when i got to 510, i started to get Caused by: io.fd.vpp.jvpp.VppCallbackException: vppApi.tap_connect_reply fa

Re: [vpp-dev] Merge job failing

2017-08-01 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
builds docs after the Ubuntu merge job finishes; possibly related? It seems to work fine on the stable branch. Chris From: mailto:vpp-dev-boun...@lists.fd.io>> on behalf of "Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)" mailto:jsrni...@cisco.com>> Date: Tuesda

Re: [vpp-dev] Can't install honeycomb master package from nexus on xenial

2017-08-01 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi lori This is known issue with apt-get , as honeycomb packages have compatible vpp version defined ,but apt-get attempts to download the newest one. To solve this , you need to first install vpp like so: sudo apt-get install vpp=VERSION vpp-lib= VERSION vpp-plugins= VERSION and then install

[vpp-dev] Merge job failing

2017-08-01 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi everyone Can somebody please look at vpp-merge jobs ? (https://jenkins.fd.io/job/vpp-merge-master-ubuntu1604/ , https://jenkins.fd.io/job/vpp-merge-master-centos7/) They failed on last 8 occasions, which also translates to honeycomb integration jobs not beeing triggered which prevents deb/rp

Re: [vpp-dev] VPP API improvements - community discussion.

2017-06-06 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi everyone From my experience from using vpp apis in honeycomb,i would like to see approach that api does not use giant ammount of parameters(ip_add_del_route for ex.), specialy if that api call defines more than one logical entity,of if there is too many combinations of use of that api. It al

[vpp-dev] Shared memory connection

2017-03-24 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi I've been trying to integrate jvpp tests that we ship in jvpp jar files, to be runned as part of python tests(make test). As part of this i've copied the approach of framework.py - using custom shared memory segment prefix value to point connection to segments created by vpp started in frame

[vpp-dev] Dumping of ipv4/6 neighbors

2016-11-25 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi vpp-devs We(honeycomb project) would like to finish full support for Ipv4/6 neighbors, but vpp lacks support for dump of neighbors, is there any plan to implement such feature ? [banner11] Jan Srnicek Engineer - Software jsrni...@cisco.com Tel: Cisco Systems, I

[vpp-dev] Configuration for static routes in vpp

2016-10-17 Thread Jan Srnicek -X (jsrnicek - PANTHEON TECHNOLOGIES at Cisco)
Hi vpp-dev team, I am trying to use vpp api's to implement static routes in Honeycomb project, but I'm lacking any detailed information for the ip_add_del_route api call(which I suppose should do the job), other than description in vpe.api. I am basically trying to bind this api to these IETF m