Re: [vpp-dev] [EXT] Re: compiling error natively on an am64 box for fd.io_vpp

2017-08-31 Thread Eric Chen
Hi Damjan, Following your suggestion, I upgrade my Ubuntu to Zesty (17.04), gcc version 6.3.0 20170406 (Ubuntu/Linaro 6.3.0-12ubuntu2) the previous issue gone, however did you meet below issue before: it happens both when I build dpaa2(over dpdk) and marvell (over marvell-dpdk). I checked dpdk

Re: [vpp-dev] Packet loss on use of API & cmdline

2017-08-31 Thread Colin Tregenza Dancer via vpp-dev
I’ve been doing quite a bit of investigation since my last email, in particular adding instrumentation on barrier calls to report open/lowering/closed/raising times, along with calling trees and nesting levels. As a result I believe I now have a clearer understanding of what’s leading to the pa

Re: [vpp-dev] multiple ips for an interface

2017-08-31 Thread Pragash Vijayaragavan
Hi Ole, Yea, i have my routes on the "show ip6 fib", but still even ping did not work. I tried to ping the ips assigned to the local ports on vpp, -> did not work tried ip4, still did not work. I could not figure out what "Configuration" i am missing here. Outputs : vpp# sh interfaces

[vpp-dev] query on hugepages usage in VPP

2017-08-31 Thread Balaji Kn
Hello, I am using *v17.07*. I am trying to configure huge page size as 1GB and reserve 16 huge pages for VPP. I went through /etc/sysctl.d/80-vpp.conf file and found options only for huge page of size 2M. *output of vpp-conf file.* .# Number of 2MB hugepages desired vm.nr_hugepages=1024 # Must b

Re: [vpp-dev] multiple ips for an interface

2017-08-31 Thread Ole Troan
Pragash, > I am just trying to send and receive ip6 traffic through the vpp. > I configured the ports with ip6 addresses and send traffic as below. But it > was not forwarded to the destination port 2. > > [ Traffic gen (dst ip - port 2) ]---[ (port 1) vpp (port 2) ] Right, that

Re: [vpp-dev] multiple ips for an interface

2017-08-31 Thread Pragash Vijayaragavan
Hi Ole, I am just trying to send and receive ip6 traffic through the vpp. I configured the ports with ip6 addresses and send traffic as below. But it was not forwarded to the destination port 2. [ Traffic gen (dst ip - port 2) ]---[ (port 1) vpp (port 2) ] Thanks, Pragash Vijay

Re: [vpp-dev] multiple ips for an interface

2017-08-31 Thread Ole Troan
Pragash, > Is there any cli command for source address selection in the vpp? No. Source address selection only comes into play for locally originated packets. VPP itself has only a few of those, and they are somewhat special case. Like ND for example. An application could use ip_address_dump/i

[vpp-dev] live-migrate

2017-08-31 Thread ????????
Hello, all I want to ask a question whether live-migrate can work in openstack+networking-vpp enabled vpp-agent(replacing q-agt and q-l3)? thank you!!!___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Query for IPSec support on VPP

2017-08-31 Thread Sergio Gonzalez Monroy
On 31/08/2017 09:37, Mukesh Yadav (mukyadav) wrote: Thanks a lot Sergio for lot of patience and help, No problem at all. I said before, it is great that someone else goes through the docs/wiki to double check everything is working as described. With you latest comments, I can see dpdk IPS

Re: [vpp-dev] Query for IPSec support on VPP

2017-08-31 Thread Mukesh Yadav (mukyadav)
Thanks a lot Sergio for lot of patience and help, With you latest comments, I can see dpdk IPSec is happening. There are some issues, I am getting where post decryption ip4-input is not called. As such I have kept config of IPSec same as was when working with VPP core IPSec. I need to dig furth

Re: [vpp-dev] About the order of  VLIB_INIT_FUNCTION called between different plugins

2017-08-31 Thread Dave Barach (dbarach)
Actually, that’s not quite right... Here’s a bit of code from .../vlib/unix/plugin.c: /* * Sort the plugins by name. This is important. * API traces contain absolute message numbers. * Loading plugins in directory (vs. alphabetical) order * makes trace replay incredibly fragile.

Re: [vpp-dev] Dynamically change number of cores used by VPP?

2017-08-31 Thread Tobias Sundqvist
Hi, thanks, I think that is exactly what I am looking for, I will try the commands that you mentioned. BR /Tobias On 30 August 2017 at 17:54, Damjan Marion (damarion) wrote: > > On 30 Aug 2017, at 13:59, Tobias Sundqvist > wrote: > > Hi I guess the silence tells that there are no way of dynam

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8236/

2017-08-31 Thread Gabriel Ganne
I had not thought of that. Thank you for explaining this. -- Gabriel Ganne From: Thomas F Herbert Sent: Wednesday, August 30, 2017 9:30:20 PM To: Gabriel Ganne; Dave Wallace; Burt Silverman Cc: vpp-dev Subject: Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8236/

Re: [vpp-dev] Query for IPSec support on VPP

2017-08-31 Thread Sergio Gonzalez Monroy
Hi Mukesh, On 30/08/2017 17:41, Mukesh Yadav (mukyadav) wrote: HI Sergio, I haven’t done any extra config besides mentioned in two scenario. 1. dpdk { socket-mem 1024,1024 num-mbufs 131072 dev :00:08.0 } /usr/bin/vpp[3844]: dpdk_ipsec_process:239: not enough Cry