[vpp-dev] Fwd: Change in vpp[master]: make test: python interpreter customization

2017-04-12 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi, does anybody know how to make virl pass? This is a make test related change only and so far I've seen 3 virl failures. Interestingly, a dependent change on this one passed on the first try. Thanks, Klement Forwarded message from fd.io JJB (Code Review) (2017-04-12 18:10:53): > fd.io JJB has

Re: [vpp-dev] Build failure with latest VPP

2017-04-12 Thread Marco Varlese
Hi Burt, The problem is that the steps I follow today are the exact same I followed 2 months ago (with previous release - as mentioned in my earlier email) but today that doesn't work anymore... install-dep does not work on SUSE but that is not "the issue" since packages can be installed manually

Re: [vpp-dev] api to get swIdx.

2017-04-12 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, sw_interface_dump has name filter and reply sw_interface_details contains sw_if_index Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Sharath Sent: Thursday, April 13, 2017 7:15 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] api to get swIdx. HI,

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Nagaprabhanjan Bellaru
Makes sense! Thanks much for the help!! Thanks, -nagp On Thu, Apr 13, 2017 at 12:03 AM, Neale Ranns (nranns) wrote: > > > Hi nagp, > > > > If the neighbour is not resolved, the adjacency will be ‘incomplete’ and > yes you should use this state to choose between ip6_rewrite and > ip6_discover_ne

[vpp-dev] api to get swIdx.

2017-04-12 Thread Sharath
HI, is there an api to find the swIdx of an interface given its name. Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Feedback on vhost-user / VM usage

2017-04-12 Thread Ernst, Eric
Hey, I've been reading through the various use case examples at wiki.fd.io, and after reading through https://wiki.fd.io/view/VPP/Tutorial_Routing_and_Switching, I came up with a recipe for testing: VM <- vpp vhost-user - l2 bridge domain - vpp vhost-user -> VM For reference, I describe the

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Neale Ranns (nranns)
Hi nagp, If the neighbour is not resolved, the adjacency will be ‘incomplete’ and yes you should use this state to choose between ip6_rewrite and ip6_discover_neighbor (e.g. see bfd_udp_input()*) There is a subtle difference between a glean and an incomplete adjacency: - An incomplet

Re: [vpp-dev] Build failure with latest VPP

2017-04-12 Thread Burt Silverman
What about make install-dep prior to make bootstrap and maybe that will not work on SUSE... you would have to look at the top level Makefile for RPM_DEPENDS and make certain they are pulled in, manually if needed. I think I saw a request for SUSE recently -- maybe Ed Warnicke knows if there is

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Nagaprabhanjan Bellaru
Thanks! One small question - if the neighbor is not resolved yet, will the lookup yield a glean adjacency? If that is the case, depending on the type of the result, I should punt the packet to either ip6_rewrite or ip6_discover_neighbor? Thanks, -nagp On Wed, Apr 12, 2017 at 10:40 PM, Neale Ranns

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Neale Ranns (nranns)
Hi nagp, I do indeed mean the result of a ip6_fib_table_lookup. The goal of a lookup is ultimately to find the adjacency to use (and thus eventually get to ip6_rwrite node). Since you know the adjacency’s full description, it is more efficient to retrieve it directly from the adjacency data-ba

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Nagaprabhanjan Bellaru
Thanks Neale! By the "result of the lookup" do you mean looking up through ip6_fib_table_lookup? I don't this lookup taking a interface also (for the link local case). Please correct my understanding. Thanks, -nagp On Wed, Apr 12, 2017 at 4:30 PM, Neale Ranns (nranns) wrote: > Hi nagp, > > > >

Re: [vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Neale Ranns (nranns)
Hi nagp, If you know the destination address is link local and you know on which interface, then the result of the lookup will result in the adjacency for that link-local address on that interface, i.e. the adjacency you would get back from; adj_index_t ai = adj_nbr_add_or_lock(FIB_PROTOCOL_I

[vpp-dev] How to send packets from control plane to a link local IPv6 address?

2017-04-12 Thread Nagaprabhanjan Bellaru
Hi, How can I send packets to a link local IPv6 address? I know the interface on which the packet has to be sent, but when I enqueue the packet to "ip6_lookup" node, how can I encode the interface such that the neighor resolution happens on that interface and the packet gets transmitted? Thanks,

Re: [vpp-dev] Build failure with latest VPP

2017-04-12 Thread Marco Varlese
BTW, in case you're wondering which commands I am using to build: > make bootstrap > make build (using build-release produces the same issue) Regards, Marco On Tue, 2017-04-11 at 09:27 +0200, Marco Varlese wrote: > Hi, > > I am facing a build issue with the latest VPP and not sure if others ha

[vpp-dev] Centos OS reported on ubuntu jenkins executor

2017-04-12 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Vanessa, We observed strange behaviour during one of vpp-csit-verify-virl-master jobs - the job has been started on ubuntu1604 executor: Building remotely on ubuntu1604-basebuild-4c-4g-5409 (ubuntu1604-basebuild-4c-4g) in workspace /w/workspace/vpp-csit-verify-virl-master However during