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

2019-07-11 Thread Ray Kinsella
Good work Bit confused - if we are waiting for a timer to trigger here to display a welcome and show a prompt. How does Tatsumi have a prompt in the first place, to type the initial command? My understanding is the initial memory allocation is happening in response to Tatsumi (or anyone) typing

Re: [EXTERNAL] Re: [vpp-dev] vppctl makes VPP hang-up occasionally

2019-07-11 Thread Chris Luke
His output is from the stdio console; it's the vppctl session that causes a trigger to be loaded. Chris. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Ray Kinsella Sent: Thursday, July 11, 2019 06:42 To: dbar...@cisco.com; Yusuke Tatsumi ; vpp-dev@lists.fd.io Subject: [EXTE

Re: [EXTERNAL] Re: [vpp-dev] vppctl makes VPP hang-up occasionally

2019-07-11 Thread Ray Kinsella
Get you now, thanks. Ray K On 11/07/2019 11:58, Luke, Chris wrote: > His output is from the stdio console; it's the vppctl session that causes a > trigger to be loaded. > > Chris. > > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Ray Kinsella > Sent: Thursday, July 11, 2

[vpp-dev] PPTP in VPP

2019-07-11 Thread Vladislav Romanov
Hi all, I have a question. If it is possible to release PPTP protocol in VPP with bandwidth 50-100 mbit/sec? Regards, Vlad -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13489): https://lists.fd.io/g/vpp-dev/message/13489 Mute This Topic: https:/

Re: [vpp-dev] PPTP in VPP

2019-07-11 Thread Damjan Marion via Lists.Fd.Io
> On 11 Jul 2019, at 15:11, Vladislav Romanov wrote: > > Hi all, > > I have a question. > If it is possible to release PPTP protocol in VPP with bandwidth 50-100 > mbit/sec? What do you mean by release? decap/encap? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

Re: [vpp-dev] VOM packaging for sweetcomb

2019-07-11 Thread Mohsin Kazmi via Lists.Fd.Io
Hi Yohan, You just need to add it for Debian in CI for package cloud. There is no change for RPMs. -br Mohsin On 7/10/19, 5:25 PM, "vpp-dev@lists.fd.io on behalf of Yohan Pipereau (ypiperea) via Lists.Fd.Io" wrote: Hi, I am working for sweetcomb project and as discussed during

Re: [vpp-dev] Many "tx packet drops (no available descriptors)" #vpp

2019-07-11 Thread steven luong via Lists.Fd.Io
Packet drops due to “no available descriptors” for vhost-user interface is extremely likely when doing performance test with qemu’s default vring queue size. You need to specify the vring queue size of 1024, default is 256, when you bring up the VM. The queue size can be specified either via XML

[vpp-dev] VCL defaults to app-local-scope

2019-07-11 Thread Alok Nikhil (anikhil) via Lists.Fd.Io
I was following the discussion on this thread - VCL-Error ( https://lists.fd.io/g/vpp-dev/topic/vcl_error/23802581?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,40,23802581 ) That led me to believe VCL starts with a global-scope as the default. However, I tried a hosting the sock_test_server and

Re: [vpp-dev] VCL defaults to app-local-scope

2019-07-11 Thread Florin Coras
Hi Alok, VCL, on master, defaults to no scope set. Local and global scope are set only if requested in vcl.config as “app-local-scope” or “app-global-scope” or if set via environment variables, like in your example lower. For more details check vcl_cfg.c. Session layer interprets no scope set

Re: [vpp-dev] VCL defaults to app-local-scope

2019-07-11 Thread Alok Nikhil (anikhil) via Lists.Fd.Io
Thanks Florin! That works. Just a couple of more questions - 1) You mentioned the VCL library was undergoing a refactor. Is it now stable enough for production use? 2) VCL doesn't clean up any sessions, if the app crashes and doesn't do close the session before doing so. Is this expected? Would

Re: [vpp-dev] VCL defaults to app-local-scope

2019-07-11 Thread Florin Coras
Hi Alok, Inline. > On Jul 11, 2019, at 5:19 PM, Alok Nikhil (anikhil) via Lists.Fd.Io > wrote: > > Thanks Florin! That works. > > Just a couple of more questions - > 1) You mentioned the VCL library was undergoing a refactor. Is it now stable > enough for production use? Yes, VCL refactor

[vpp-dev] Macros to support prefetch w/o code copy.

2019-07-11 Thread Christian Hopps
[re-sending w/o extra email addresses] Hi vpp-dev, So I'm writing a plugin to support IPTFS (https://tools.ietf.org/html/draft-hopps-ipsecme-iptfs-01), and during this process I've written a macro to support prefetching the second half of N (where N is power of 2) buffers and acting on the fi