[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

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

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:

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

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.

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

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

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

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

[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: >

[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:

[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

[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

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

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) > > wrote: > We have seen a similar issue related to the same ‘API refactoring : dpdk’ > change. > We are