Re: [vpp-dev] Unable to add interface to VPP on ARM64.

2018-02-19 Thread Christophe Fontaine
: adarsh m [mailto:addi.ada...@yahoo.in] Sent: Monday, February 19, 2018 2:26 PM To: vpp-dev@lists.fd.io; Christophe Fontaine Subject: Re: [vpp-dev] Unable to add interface to VPP on ARM64. Hi, Thanks for the steps we were now able to install to 2.10 version but when we try to start VM we are

Re: [vpp-dev] Unable to add interface to VPP on ARM64.

2018-02-19 Thread Christophe Fontaine
Hi, Which version of qemu do you use ? I had this kind of issue when using an old version of qemu: upgrading qemu to 2.10 resolved my issue. In qemu 2.5 (the default version with Ubuntu 16.04 in my case), the IO region is not mapped, which ends to this kind of error (the ressource0 is the IO r

Re: [vpp-dev] Unable to add interface to VPP on ARM64.

2018-02-19 Thread Christophe Fontaine
restricted Christophe From: adarsh m Sent: Monday, February 19, 2018 1:15:29 PM To: vpp-dev@lists.fd.io; Christophe Fontaine Subject: Re: RE: [vpp-dev] Unable to add interface to VPP on ARM64. Hi, I am trying to upgrade from 2.5.0 and it is showing this as the

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Christophe Fontaine
ng and running VPP on > Raspberry Pi (32-bit) > > Hi Christophe, > > > On 13 Feb 2018, at 21:50, Christophe Fontaine > wrote: > > > > Hi Andrew ! > > > > Happy to see someone else tried to play with the rpi ;) > > I wanna try VPP in my home network

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Christophe Fontaine
Hi Andrew ! Happy to see someone else tried to play with the rpi ;) I'm guilty for the initial work 1 year ago, but as you saw, I did not tried to keep up with the development. For the rpi timercode, it was mainly to have something standard, based on the aarch32 arch, but one thing worth mentio

Re: [vpp-dev] Python API over 17.01

2017-01-22 Thread Christophe FONTAINE
Hi Lenny, As you saw, the python API v1.3 has been totally reworked. You have first to create a VPP() instance, which will load all api.json files, then to call the connect method: import vpp_papi _vpp = vpp_papi.VPP() _vpp.connect("test") /!\ If you use python in interactive mode. you will no

Re: [vpp-dev] Build VPP for thunderx platform

2017-01-04 Thread Christophe FONTAINE
Hi Marco, I'm a bit surprised you had a lot of issues compiling directly on the board: I don't have a ThunderX board to test, but I just built vpp on a nxp1043, which is an armv8 platform. And just like you, no cross compilation. So, I have 2 suggestions: - try build first with PLATFORM=vpp_lite

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-30 Thread Christophe FONTAINE
, core-list 2-3) I do have an exception. Christophe From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Christophe FONTAINE Sent: mercredi 30 novembre 2016 08:16 To: Damjan Marion Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] How to transfer packets between 2 bridge

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-29 Thread Christophe FONTAINE
Thanks, I’ll try it and get back to you ☺ Christophe From: Damjan Marion [mailto:dmarion.li...@gmail.com] Sent: mardi 29 novembre 2016 23:11 To: Christophe FONTAINE Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] How to transfer packets between 2 bridge domains ? Hi Christophe, This one might

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-29 Thread Christophe FONTAINE
Damjan Marion [mailto:dmarion.li...@gmail.com] > Sent: lundi 28 novembre 2016 21:57 > To: Christophe FONTAINE > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] How to transfer packets between 2 bridge domains ? > > > Have you tried with different physical interfaces used for sou

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-28 Thread Christophe Fontaine
ASSERT (f->flags & VLIB_FRAME_PENDING); On 11/25/2016 02:21 PM, Christophe FONTAINE wrote: Yes, I think so. I'll give it a try and modify the span node. Christophe PS: I have modified the l2patch feature to also support the connection on the tx side, if anyone is intereste

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-25 Thread Christophe FONTAINE
; Sent: vendredi 25 novembre 2016 14:12 > To: Christophe FONTAINE > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] How to transfer packets between 2 bridge domains ? > > > Is this something which can be solved simply by telling to span node to have > multiple destination interfa

Re: [vpp-dev] VPP Compilation Issue on Centos

2016-11-25 Thread Christophe FONTAINE
novembre 2016 11:41 To: Dave Barach (dbarach) Cc: Christophe FONTAINE ; vpp-dev ; Rashiqa Jameel -X (rajameel - TECH MAHINDRA LIM at Cisco) Subject: Re: [vpp-dev] VPP Compilation Issue on Centos Hi Dave, Thanks a lot for the help, the problem got resolved after system reboot with VPP packages

Re: [vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-24 Thread Christophe FONTAINE
lto:vpp-dev-boun...@lists.fd.io] On > Behalf Of Christophe FONTAINE > Sent: jeudi 24 novembre 2016 20:23 > To: vpp-dev@lists.fd.io > Subject: [vpp-dev] How to transfer packets between 2 bridge domains ? > > Hi, > > I’m working on Tap as a Service feature for OpenStack [1],

[vpp-dev] How to transfer packets between 2 bridge domains ?

2016-11-24 Thread Christophe FONTAINE
Hi, I’m working on Tap as a Service feature for OpenStack [1], and I hope I just don’t know how to configure VPP to transfer packets between 2 bridge domains. The global setup follows the blueprint [2], but basically, here is what I have : VhostUser0/0/1 | span | loop0 loop1

Re: [vpp-dev] [vpp] does vpp support interface hotplugin?

2016-11-24 Thread Christophe FONTAINE
Hi Yu, Could you give me an example of the requirement of the physical hotplug for NFV ? FYI, vhost-user is already implemented: using VPP as a vswitch already works, so, hotplug of virtual interfaces already works. The way I see this is: - SRIOV/PCI pass thru: vpp is not in the loop,

Re: [vpp-dev] VPP Compilation Issue on Centos

2016-11-23 Thread Christophe FONTAINE
Hi, Did you installed all dependencies thru ‘make install-dep’ first ? On a fresh centos7 system / platform, I always do: - export PLATFORM=’’ (default is ‘vpp’) - make bootstrap - make install-dep - make pkg-rpm Christophe From: vpp-dev-boun...@lists.fd