[vpp-dev] send packet in vpp

2017-01-18 Thread yug...@telincn.com
Hi, all I would like to send packet in timer func, and i followed func "send_dhcp_pkt" to build a frame. But the packet did not come out through nic. Bellow is my func, ping works between those two ip addresses, is there anything missed, any tools could help me? thanks. void ip4_time_out(void)

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Jon Loeliger
On Wed, Jan 18, 2017 at 12:24 PM, Damjan Marion wrote: > > I see. > > But how come vat doesn't do this [msg ID mapping] step? > > Likely somebody needs to do the work… > > Thanks, > Damjan > Ed, As I indicated when we spoke, I have implemented the gunky details of establishing the mapping from

Re: [vpp-dev] Plugin for mpls over gre

2017-01-18 Thread Calvin Ference
Actually, MPLS over UDP has been asked by some of our clients, so that would be perfect. Any assistance would be much appreciated, Ed. Cheers On 18 January 2017 at 16:42, Damjan Marion (damarion) wrote: > > > On 18 Jan 2017, at 22:39, Ed Warnicke wrote: > > > > Calvin, > > > > We've had some c

Re: [vpp-dev] how to setup a topology with multiple VPP instances?

2017-01-18 Thread Ronald van der Pol
On Wed, Jan 18, 2017 at 22:40:27 +0100, Damjan Marion wrote: > > > On 18 Jan 2017, at 16:45, Ronald van der Pol > > wrote: > > > > How can I setup a topology with multiple VPP instances? What are the > > options? Preferably on 1 VM. Pointers? > > > > I would like to run traffic through multip

Re: [vpp-dev] how to setup a topology with multiple VPP instances?

2017-01-18 Thread Damjan Marion
> On 18 Jan 2017, at 16:45, Ronald van der Pol > wrote: > > How can I setup a topology with multiple VPP instances? What are the > options? Preferably on 1 VM. Pointers? > > I would like to run traffic through multiple VPPs and test with > IPv6 segment routing. Simple, but not high-performing

Re: [vpp-dev] Plugin for mpls over gre

2017-01-18 Thread Damjan Marion (damarion)
> On 18 Jan 2017, at 22:39, Ed Warnicke wrote: > > Calvin, > > We've had some consumers express interest in MPLS over UDP: > https://tools.ietf.org/html/rfc7510 > > Would you be interested in working on that? Or maybe, https://tools.ietf.org/html/rfc2549 . :) Calvin let us know if you need

Re: [vpp-dev] Plugin for mpls over gre

2017-01-18 Thread Ed Warnicke
Calvin, We've had some consumers express interest in MPLS over UDP: https://tools.ietf.org/html/rfc7510 Would you be interested in working on that? Ed On Wed, Jan 18, 2017 at 2:37 PM, Damjan Marion (damarion) < damar...@cisco.com> wrote: > > > > > On 18 Jan 2017, at 16:59, Calvin Ference wrot

Re: [vpp-dev] Plugin for mpls over gre

2017-01-18 Thread Damjan Marion (damarion)
> On 18 Jan 2017, at 16:59, Calvin Ference wrote: > > Hey VPP community, > > I was wondering if anyone had coded a plugin to do mpls over gre before? I'm > looking at getting my hands dirty in writing a plugin and I was thinking this > might be a good start, but if someone already did the

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Damjan Marion
> On 18 Jan 2017, at 17:14, Jon Loeliger wrote: > > On Wed, Jan 18, 2017 at 5:55 AM, Damjan Marion > wrote: > > -DDPDK=1 will disappear soon when dpdk becomes a plugin… > > Thanks, > Damjan > > Damjan, > > Will the DPDK that VPP builds be packaged and made av

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Damjan Marion
> On 18 Jan 2017, at 16:28, Jon Loeliger wrote: > > > > On Wed, Jan 18, 2017 at 5:55 AM, Damjan Marion > wrote: > As Ole explained, please use vl_api_get_msg_index. > > -DDPDK=1 will disappear soon when dpdk becomes a plugin… > > Thanks, > > Damjan > > I se

[vpp-dev] VPP 17.01 Release - Update

2017-01-18 Thread Damjan Marion
As we have few last minute issues discovered, affecting different projects It make sense to slightly delay 17.01 release so they can be fixed. Patches are already in good shape. Release should not happen after the end of the week, and likely before. Thanks, Damjan _

[vpp-dev] [FD.io Helpdesk #35627] 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Vanessa Valderrama via RT
https://gerrit.fd.io/r/#/c/4754/1 unable to resolve jenkins.fd.io and nexus.fd.io in one build. This is not an ongoing issue. Logging https://gerrit.fd.io/r/#/c/4758/ in another RT since these are not related. Thank you, Vanessa On Wed Jan 18 11:40:17 2017, alaga...@gmail.com wrote: > https:/

Re: [vpp-dev] 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Keith Burns
Not going to beat a dead horse but 4758 and 4755 failed with: *13:53:00* OS name: "linux", version: "4.4.0-57-generic", arch: "amd64", family: "unix"*13:53:05* [description-setter] Description set: Build logs: https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-csit-verify-virl-1701/29";>https

[vpp-dev] [FD.io Helpdesk #35627] [linuxfoundation.org #35627] Re: 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Keith Burns via RT
Not going to beat a dead horse but 4758 and 4755 failed with: *13:53:00* OS name: "linux", version: "4.4.0-57-generic", arch: "amd64", family: "unix"*13:53:05* [description-setter] Description set: Build logs: https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-csit-verify-virl-1701/29";>https

[vpp-dev] 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Keith Burns
https://gerrit.fd.io/r/#/c/4754/1 Also https://gerrit.fd.io/r/#/c/4758/ failed for some spurious reason. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Jon Loeliger
On Wed, Jan 18, 2017 at 5:55 AM, Damjan Marion wrote: > > -DDPDK=1 will disappear soon when dpdk becomes a plugin… > > Thanks, > Damjan > Damjan, Will the DPDK that VPP builds be packaged and made available from the "make pkg-{rpm,deb}" targets? I see references to DPDK in the vpp.spec file, a

[vpp-dev] Plugin for mpls over gre

2017-01-18 Thread Calvin Ference
Hey VPP community, I was wondering if anyone had coded a plugin to do mpls over gre before? I'm looking at getting my hands dirty in writing a plugin and I was thinking this might be a good start, but if someone already did the work I'll find something else. Regards Calvin __

[vpp-dev] how to setup a topology with multiple VPP instances?

2017-01-18 Thread Ronald van der Pol
How can I setup a topology with multiple VPP instances? What are the options? Preferably on 1 VM. Pointers? I would like to run traffic through multiple VPPs and test with IPv6 segment routing. rvdp ___ vpp-dev mailing list vpp-dev@lists.fd.io h

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Jon Loeliger
On Wed, Jan 18, 2017 at 5:55 AM, Damjan Marion wrote: > As Ole explained, please use vl_api_get_msg_index. > > -DDPDK=1 will disappear soon when dpdk becomes a plugin… > > Thanks, > > Damjan > I see. But how come vat doesn't do this step? jdl ___ vpp

Re: [vpp-dev] Help regarding VPP build with ODP

2017-01-18 Thread Sreejith Surendran Nair
Hi Burt, Thanks a lot for your kind help !. It worked after adding the include and library paths for ODP in vpp.mk. Also I had to add the library in "libvnet_la_LIBADD" in vnet.am. Thanks & Regards, Sreejith On 17 January 2017 at 18:24, Burt Silverman wrote: > Hi Sreejith, > > Have you tried a

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-18 Thread Damjan Marion (damarion)
I also have two other questions: •what's the difference between a regular image and an TAG=vpp_debug image? vpp_debug_TAG_CFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 -march=$(MARCH) \ -fstack-protector-all -fPIC -Werror vpp_debug_TAG_LDFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 -

Re: [vpp-dev] Weird VPP API message processing failure

2017-01-18 Thread Damjan Marion
> On 17 Jan 2017, at 22:53, Jon Loeliger wrote: > > > On Tue, Jan 17, 2017 at 3:45 PM, Alexander Popovsky (apopovsk) > mailto:apopo...@cisco.com>> wrote: > We have seen a similar issue related to the same ‘API refactoring : dpdk’ > change. > We are using an external API binding layer in C-lan

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-18 Thread Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco)
+ Damjan, since Dave might not be available From: Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco) Sent: Tuesday, 17 January, 2017 11:51 To: Dave Barach (dbarach) ; John Lo (loj) ; vpp-dev@lists.fd.io Cc: Pierre Pfister (ppfister) Subject: RE: VPP-556 - vpp crashing in an openstack odl