[vpp-dev] 答复: hi vpp-dev, another question about hugepage

2017-11-21 Thread wanghongbo
Hi,chris: why would 1GB be huge and wasteful? where will vpp get memory when it support 10k,100k or more flow tables? Malloc from system? Memory fragmentation? Why not use dpdk mempool or memzone that will use hugepage to improve the performance of looking flow table? 发件人: Luke, Chris [mail

[vpp-dev] MPLS LABEL problem

2017-11-21 Thread 薛欣颖
Hi guys, My vpp version :18.01. vpp1-vpp2 When the flows out of vpp1, it has two layers of tags. The flow was dropped in vpp2. And the error information:MPLS not enabled. Is there anything wrong in my configuration on vpp2? Has the configuration in 18.01 changed? ##

Re: [vpp-dev] [FD.io Helpdesk #48422] Gerrit and git out of sync?

2017-11-21 Thread Florin Coras via RT
Hi Vanessa, It seems it got fixed in the morning but yesterday we were lagging something like 10+h. The two are now in sync. Hopefully it was just a passing glitch. Thanks, Florin > On Nov 21, 2017, at 11:42 AM, Vanessa Valderrama via RT > wrote: > > Can you point me to specific changes t

Re: [vpp-dev] [FD.io Helpdesk #48422] Gerrit and git out of sync?

2017-11-21 Thread Florin Coras
Hi Vanessa, It seems it got fixed in the morning but yesterday we were lagging something like 10+h. The two are now in sync. Hopefully it was just a passing glitch. Thanks, Florin > On Nov 21, 2017, at 11:42 AM, Vanessa Valderrama via RT > wrote: > > Can you point me to specific changes t

Re: [vpp-dev] [vppsb-dev] Router plugin and MPLS

2017-11-21 Thread Michael Borokhovich
Hi Mostafa, It looks like it does not support MPLS and VRFs. But I would like to hear additional oppinions. Thanks, Michael. On Tue, Nov 21, 2017 at 06:31 Mostafa Salari wrote: > Hi Michael, > This is exactly my question also, > Does router plugin is a glue between Linux's and VPP's mpls fib

[vpp-dev] [FD.io Helpdesk #48422] Gerrit and git out of sync?

2017-11-21 Thread Vanessa Valderrama via RT
Can you point me to specific changes that aren't in sync. The branches appear to be in sync. On Mon Nov 20 21:45:46 2017, fcoras.li...@gmail.com wrote: > Hi, > > It seems that git master head points at a gerrit patch merged 10h > ago[1]. There have been several recent merges and none show up [

[vpp-dev] Does @router@ plugin support mpls?

2017-11-21 Thread Mostafa Salari
Hi, I want to glue VPP with FRRouting with Router plugin. I followed this guide and ip fib is synced successfully. But, i want also use FRR for some mpls family protocols. Is "Router" plugin still my solution? Regards. ___

Re: [vpp-dev] hi vpp-dev, another question about hugepage

2017-11-21 Thread Burt Silverman
Out of curiosity, I looked and found /src/plugins/dpdk/device/init.c that appears to want to support both sizes. I won't try to work through the code, but perhaps it is just a matter of configuring things so that variable use_1g remains 1 and use_2m gets set to 0. Function is dpdk_config(...) Burt

Re: [vpp-dev] There was a conflict between vpp-devel-17.10-release.x86_64.rpm and vpp-dpdk-devel-17.08-vpp2.x86_64.rpm

2017-11-21 Thread wanghongbo
hi, chris: Thank you for your help. I get source code from official website that used "git clone https://gerrit.fd.io/r/vpp";. First I build the dpdk-devel and install. Last I build the vpp rpm packages. The end result is conflict. 发自我的 iPhone > 在 2017年11月21日,下午11:20,Luke, Chris 写道: > >

Re: [vpp-dev] There was a conflict between vpp-devel-17.10-release.x86_64.rpm and vpp-dpdk-devel-17.08-vpp2.x86_64.rpm

2017-11-21 Thread Luke, Chris
Looks like an issue in the RPM packaging. The .spec file for the -devel package includes the line: %{_includedir}/* Which will include the dpdk dir if it exists at that build time. The dpdk devel package is usually built elsewhere so I am surprised the vpp build dir has this, but I guess som

Re: [vpp-dev] hi vpp-dev, another question about hugepage

2017-11-21 Thread Luke, Chris
As I recall, VPP only looks for 2MB pages; 1GB would be huge and wasteful. A quick search reminded me of this thread, which may be instructive for you: https://lists.fd.io/pipermail/vpp-dev/2017-September/006364.html Chris. From: wanghongbo [mailto:wanghon...@kingsoft.com] Sent: Tuesday, Novem

[vpp-dev] There was a conflict between vpp-devel-17.10-release.x86_64.rpm and vpp-dpdk-devel-17.08-vpp2.x86_64.rpm

2017-11-21 Thread wanghongbo
hi all: The vpp-devel-17.10-release.x86_64.rpm conflicted with vpp-dpdk-devel-17.08-vpp2.x86_64 when I installed the rpm package. Should I used the rpm -force parameter. Thank you very much! [root@localhost rpm]# ls Makefile vpp-17.10.0 vpp-api-lua-17.10-release.x86_64.rpm

[vpp-dev] 答复: hi vpp-dev, another question about hugepage

2017-11-21 Thread wanghongbo
Hi, chris: Can you spare a few minutes to help me? I have config the 1GB hugepages . But vpp still used the 2M hugepage. I want to know configurations How VPP run with 1GB huge pages. [root@localhost ~]# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-3.10.0-693.el7.x86_64 root=/dev/mapper/centos-roo

Re: [vpp-dev] gerrit http authentication

2017-11-21 Thread Luke, Chris
Just FYI, I use ssh-agent to avoid storing my key on shared devices. Chris. From: Pierre Pfister (ppfister) [mailto:ppfis...@cisco.com] Sent: Tuesday, November 21, 2017 3:31 To: vpp-dev@lists.fd.io Cc: Andrew Yourtchenko ; Luke, Chris ; John Lo (loj) Subject: Re: [vpp-dev] gerrit http authentic

Re: [vpp-dev] gerrit http authentication

2017-11-21 Thread Pierre Pfister (ppfister)
Ha, I will try. I always used the long password from gerrit UI. - Pierre Le 21 nov. 2017 à 09:40, Andrew Yourtchenko mailto:ayour...@gmail.com>> a écrit : Did you try the http password you use for logging into the gerrit on the web ? (Aka “Linux foundation” one ?) that one worked fine for me f

Re: [vpp-dev] Return NIC back to linux

2017-11-21 Thread Avinash Dhar Dubey
Hi, You can use dpdk script to unbind the PCI device: *python dpdk-devbind.py -u :00:10.0 * The script can be found at *https://github.com/ceph/dpdk/blob/master/tools/dpdk-devbind.py * Regards, Avinash On Tue, Nov 21, 2017

Re: [vpp-dev] gerrit http authentication

2017-11-21 Thread Andrew Yourtchenko
Did you try the http password you use for logging into the gerrit on the web ? (Aka “Linux foundation” one ?) that one worked fine for me for the past weeks... --a > On 21 Nov 2017, at 09:31, Pierre Pfister (ppfister) > wrote: > > Hello all, > > Heads up on this one since it still does not

Re: [vpp-dev] gerrit http authentication

2017-11-21 Thread Pierre Pfister (ppfister)
Hello all, Heads up on this one since it still does not work for me. I was using https auth on servers that are shared between multiple people (any ssh private key left there could be accessed by other root users). It seems safer to rely on copy/pasting a password for every push than multiplyin

[vpp-dev] [networking-vpp] new version available

2017-11-21 Thread Jerome Tollet (jtollet)
Folks, Please, find here below the announce of networking-vpp 17.10. Main improvements are: * Support of JSON Web Tokens (RFC7519) to sign messages between the controller and compute nodes * Improved Layer 3 data model in etcd to prepare HA * VXLan-GPE ARP population. http://lists.op