Re: [vpp-dev] Build error seen for stable/1704 build-release

2017-04-21 Thread Ernst, Eric
Ole, compiler: gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005 Thanks, Eric On Fri, Apr 21, 2017 at 03:36:52PM -0400, Burt Silverman wrote: > My bad, I was using gcc 6 because I was doing some openSUSE stuff with > Marco. Sorry. Yes, this is the one that only shows up with gcc 6. > > Burt > > On

Re: [vpp-dev] Build error seen for stable/1704 build-release

2017-04-21 Thread Burt Silverman
My bad, I was using gcc 6 because I was doing some openSUSE stuff with Marco. Sorry. Yes, this is the one that only shows up with gcc 6. Burt On Fri, Apr 21, 2017 at 3:35 PM, wrote: > Eric, > > > Another issue that I’m seeing that I’d like confirmation if its local, > reproducible or expected.

Re: [vpp-dev] Build error seen for stable/1704 build-release

2017-04-21 Thread otroan
Eric, > Another issue that I’m seeing that I’d like confirmation if its local, > reproducible or expected. > > I’m following directions @ > https://wiki.fd.io/view/VPP/Build,_install,_and_test_images, in particular > Steps 1A-3A. > My setup: > Checkout remote https://gerrit.fd.io/r/vpp branch

Re: [vpp-dev] Build error seen for stable/1704 build-release

2017-04-21 Thread Burt Silverman
I see the same error on master. I vaguely remember seeing the same error a long time ago. On Fri, Apr 21, 2017 at 2:00 PM, Ernst, Eric wrote: > Hey guys, > > > > Another issue that I’m seeing that I’d like confirmation if its local, > reproducible or expected. > > > > I’m following directions @

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Damjan Marion (damarion)
Sent from my iPhone > On 21 Apr 2017, at 20:46, Ernst, Eric wrote: > > On Fri, Apr 21, 2017 at 06:04:34PM +, Damjan Marion (damarion) wrote: >>> On 21 Apr 2017, at 20:02, Ernst, Eric wrote: >>> >>> Ugh. Definitely not. I was just trying to run following the directions I >>> could find

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Ernst, Eric
On Fri, Apr 21, 2017 at 06:04:34PM +, Damjan Marion (damarion) wrote: > > On 21 Apr 2017, at 20:02, Ernst, Eric wrote: > > > > Ugh. Definitely not. I was just trying to run following the directions I > > could find after installing VPP binary package. > > > > What needs to change from the

Re: [vpp-dev] MPLS encap

2017-04-21 Thread Neale Ranns (nranns)
Hi Christian, The short answer is you augment an IP route to specify an out-going MPLS label for the path; Ip route add 10.0.0.0/8 via 192.168.1.1 GigE0/0/0/0 out-label 99 For the long answer please consult (which I just this second uploaded): https://wiki.fd.io/view/File:FIB_2.0_-_Hierarchica

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Damjan Marion (damarion)
> On 21 Apr 2017, at 20:02, Ernst, Eric wrote: > > Ugh. Definitely not. I was just trying to run following the directions I > could find after installing VPP binary package. > > What needs to change from the default? Then you likely need to install vpp-plugins package... > > Thanks, > Eri

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Ernst, Eric
Ugh. Definitely not. I was just trying to run following the directions I could find after installing VPP binary package. What needs to change from the default? Thanks, Eric -Original Message- From: Damjan Marion (damarion) [mailto:damar...@cisco.com] Sent: Friday, April 21, 2017 10:

[vpp-dev] Build error seen for stable/1704 build-release

2017-04-21 Thread Ernst, Eric
Hey guys, Another issue that I'm seeing that I'd like confirmation if its local, reproducible or expected. I'm following directions @ https://wiki.fd.io/view/VPP/Build,_install,_and_test_images, in particular Steps 1A-3A. My setup: Checkout remote https://gerrit.fd.io/r/vpp branch stable/1704

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Damjan Marion (damarion)
> > On 21 Apr 2017, at 18:28, Ernst, Eric wrote: > > Backtrace and startup.conf found below: > > ===>Backtrace:: > (gdb) run -c /etc/vpp/startup.conf > Starting program: /usr/bin/vpp -c /etc/vpp/startup.conf > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Ernst, Eric
Backtrace and startup.conf found below: ===>Backtrace:: (gdb) run -c /etc/vpp/startup.conf Starting program: /usr/bin/vpp -c /etc/vpp/startup.conf [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". vlib_plugin_early_init:360: pl

[vpp-dev] MPLS encap

2017-04-21 Thread Dumitrescu, Cristian
Hi guys, Does anybody have a simple example on how to get MPLS encap working as part of the IP adjacency? What I am looking for is: IP packet received on interface A gets routed out on interface B with an MPLS label prepended to the packet (MPLS label read from FIB). Thanks, Cristian ___

Re: [vpp-dev] should socket be deleted after vhost-user rm?

2017-04-21 Thread Steven Luong (sluong)
I’ll submit a patch to the master. Steven On 4/21/17, 8:35 AM, "vpp-dev-boun...@lists.fd.io on behalf of Damjan Marion (damarion)" wrote: > On 21 Apr 2017, at 00:02, Ernst, Eric wrote: > > Is it expected that the socket be kept on filesystem after the vhost-user interface

Re: [vpp-dev] Fwd: VPP

2017-04-21 Thread Damjan Marion (damarion)
> On 20 Apr 2017, at 23:18, Mahdi Eshaghi wrote: > > > > Hi > can use dpdk ring in vpp? It is doable, You will need to extend dpdk plugin code to deal with that stuff. > can en-queue packet in vpp and dequeue packet in another process? We are going to add shred library to talk with VPP ove

Re: [vpp-dev] should socket be deleted after vhost-user rm?

2017-04-21 Thread Damjan Marion (damarion)
> On 21 Apr 2017, at 00:02, Ernst, Eric wrote: > > Is it expected that the socket be kept on filesystem after the vhost-user > interface > is removed from the system? This surprised me. Looks like we miss single unlink(…) in that code… We need a volunteer to submit a patch…. > > To recreat

[vpp-dev] VPP

2017-04-21 Thread Mahdi Eshaghi
Hi can use dpdk ring in vpp? can en-queue packet in vpp and dequeue packet in another process? ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] [discuss] 17.04 Features to highlight in press release

2017-04-21 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, here are most important hc2vpp 17.04 features: -SLAAC -DHCP Relay -ND Proxy -Policer -Lisp Control Plane Support -IOAM export plugin support -NSH egress classifier & MD2 more details can be found in our release notes: https://doc

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Ernst, Eric
On Fri, Apr 21, 2017 at 09:47:52AM +, Damjan Marion (damarion) wrote: > > > > On 21 Apr 2017, at 04:10, Steven Luong (sluong) wrote: > > > > Eric, > > > > How do you configure the startup.conf with multiple worker threads? Did you > > change both corelist-workers and workers? For example,

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-21 Thread Damjan Marion (damarion)
> On 21 Apr 2017, at 04:10, Steven Luong (sluong) wrote: > > Eric, > > How do you configure the startup.conf with multiple worker threads? Did you > change both corelist-workers and workers? For example, this is how I > configure 2 worker threads using core 2 and 14. > > corelist-work