[vpp-dev] vppctl makes VPP hang-up occasionally

2019-07-08 Thread Yusuke Tatsumi
Hi all, We found that VPP itself freeze once a day under using "vppctl" command repeatedly. I think this is a kind of spin-lock problem but I can't understand the root cause. See here for details. https://jira.fd.io/browse/VPP-1711 If this goes on, It's hard to operate VPP as production

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-08 Thread Burt Silverman
I would follow the build instructions in vppsb/router/README.md. I found it helpful to do the unsophisticated: $ cd vppsb $ rm -rf * $ git checkout . so that I would clear out references to automake 1.15 as I have a newer automake, version 1.16.1. Then the netlink part should configure, build,

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-08 Thread Brian Dickson
On Mon, Jul 8, 2019 at 3:39 PM Damjan Marion wrote: > > > > On 8 Jul 2019, at 22:23, Brian Dickson > wrote: > > > > > > > > On Thu, Jul 4, 2019 at 1:19 PM Jim Thompson via Lists.Fd.Io netgate@lists.fd.io> wrote: > > > > On Jul 1, 2019, at 4:44 AM, Steuer Heribert wrote: > > > >> Hello, >

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-08 Thread Damjan Marion via Lists.Fd.Io
> On 8 Jul 2019, at 22:23, Brian Dickson wrote: > > > > On Thu, Jul 4, 2019 at 1:19 PM Jim Thompson via Lists.Fd.Io > wrote: > > On Jul 1, 2019, at 4:44 AM, Steuer Heribert wrote: > >> Hello, >> >> >> >> I am trying to understand what the current status of the router plugin in >>

Re: [vpp-dev] VPP Router Plugin or alternatives

2019-07-08 Thread Brian Dickson
On Thu, Jul 4, 2019 at 1:19 PM Jim Thompson via Lists.Fd.Io wrote: > > On Jul 1, 2019, at 4:44 AM, Steuer Heribert wrote: > > Hello, > > > > I am trying to understand what the current status of the router plugin in > vppsb is. It seems not to compile with any recent version of VPP. > > There is