Re: [vpp-dev] VPLS VPWS problem

2017-06-27 Thread 薛欣颖
Hi Neale, About https://gerrit.fd.io/r/#/c/6861/. What will you do with it later? Thanks, Xyxue From: xyxue Date: 2017-06-26 19:32 To: nranns; vpp-dev Subject: Re: Re: VPLS VPWS problem Hi Neale, I got the code of master branch. It's a bit different from the patch you uploaded earlier. Doe

[vpp-dev] Reminder: no vpp project call on July 4

2017-06-27 Thread Dave Barach (dbarach)
I think we discussed this at the last vpp project call, but anyhow: we won't have a vpp project call on 4-July-2017 due to the US Independence Day holiday. Thanks... Dave ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo

Re: [vpp-dev] DPDK PMD

2017-06-27 Thread Jerome Tollet (jtollet)
Have you looked at poll-sleep (https://gerrit.fd.io/r/#/c/5674/)? Jerome De : au nom de Burt Silverman Date : mardi 27 juin 2017 à 20:07 À : vpp-dev Objet : [vpp-dev] DPDK PMD I came across the idea of running DPDK in non poll mode for low power/albeit lower performance, but I don't remember

Re: [vpp-dev] Building on Fedora 24

2017-06-27 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Unfortunately, I'm no rpm packaging expert, somebody else will have to chime in... Thanks, Klement Quoting Tomas Brännström (2017-06-27 17:18:40) >I got the same error :-( >make bootstrap and build works, but building rpg packages fail... >/Tomas >On 27 June 2017 at 16:25, Klement

[vpp-dev] DPDK PMD

2017-06-27 Thread Burt Silverman
I came across the idea of running DPDK in non poll mode for low power/albeit lower performance, but I don't remember where. I am just wondering if anyone in VPP has done that, and if you have an easy way to configure that when running VPP. Thanks. Burt _

Re: [vpp-dev] Some problems of command completion

2017-06-27 Thread Burt Silverman
So I read Cisco doc, and I see that TAB is really designed to show all possibilities when you type the first few characters of a token. It is not a good choice in between words, although it does something. VyOS seems to have the opposite problem: although the doc would suggest otherwise, it appear

Re: [vpp-dev] Building on Fedora 24

2017-06-27 Thread Tomas Brännström
I got the same error :-( make bootstrap and build works, but building rpg packages fail... /Tomas On 27 June 2017 at 16:25, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: > Hi Tomas, > > could you please take a look at the main Makefile: > > 57 ifeq ($(OS_ID)-$(OS_VERSION_

Re: [vpp-dev] Some problems of command completion

2017-06-27 Thread Burt Silverman
With all due respect, Yoann, I see 5 possible completions: adj nbr adj adj adj adj Now, I do not remember whether the standard Cisco CLI handles this gracefully or not with the TAB character, but there is absolutely no doubt that TAB is not showing all the possible completions. This is not a

Re: [vpp-dev] vppctl v2 RFC

2017-06-27 Thread Burt Silverman
FYI note there is a typo in the original note: cli-listen is the correct token. (In case anyone else goes down the path I went down!) Burt On Wed, Jun 21, 2017 at 11:43 AM, Damjan Marion (damarion) < damar...@cisco.com> wrote: > > I just submitted latest revision of new vppctl implementation. >

Re: [vpp-dev] Building on Fedora 24

2017-06-27 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi Tomas, could you please take a look at the main Makefile: 57 ifeq ($(OS_ID)-$(OS_VERSION_ID),fedora-25) 58 RPM_DEPENDS += python2-virtualenv 59 RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries' 60 else 61 RPM_DEPENDS += python-virtualenv 62 RPM_DEPENDS_GR

[vpp-dev] Building on Fedora 24

2017-06-27 Thread Tomas Brännström
Hello I'm having some troubles building VPP (latest master) from source on Fedora 24. At first when doing `make bootstrap' it complained about not finding python-virtualenv. I could get around this by changing changing the Makefile to look for "python2-virtualenv" which was the version that got in

Re: [vpp-dev] Some problems of command completion

2017-06-27 Thread Yoann Desmouceaux (ydesmouc)
Hello, TAB completion is not able to display help descriptions, only to find sub-commands and complete among them. Since in your case there is only one sub-command for "show adj", if you hit TAB it will automatically expand to this sub-command. If you want to find out about the usage of a comma