Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-07-02 @ 1800 UTC (11:00am PDT)

2019-07-02 Thread Vanessa Valderrama
Maintenance is complete. Please open a ticket at support.linuxfoundation.org if you have any issues. Thank you, Anton & Vanessa On 07/02/2019 12:28 PM, Vanessa Valderrama wrote: > > Jenkins has been placed in shutdown mode  > > Thank you, > Vanessa > > On 07/01/2019 10:43 AM, Vanessa Valderrama w

Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-07-02 @ 1800 UTC (11:00am PDT)

2019-07-02 Thread Vanessa Valderrama
Jenkins has been placed in shutdown mode  Thank you, Vanessa On 07/01/2019 10:43 AM, Vanessa Valderrama wrote: > > This is a reminder we have Jenkins maintenance tomorrow. > > Thank you, > Vanessa > > On 06/25/2019 02:49 PM, Vanessa Valderrama wrote: >> >> *What:* >> >> FD.io system maintenance >

Re: [vpp-dev] TCP host stack

2019-07-02 Thread Florin Coras
Hi, Yes, it should. But there are several things that must be considered: - the proxy code is not optimized at all. It’s just a toy - fifos (buffers for connections) are not auto-tunnable at this point. To achieve a high throughput you need to manually configure large fifos. Here’s[1] how we do

[vpp-dev] TCP host stack

2019-07-02 Thread max1976 via Lists.Fd.Io
Hello, Can a host stack handle a large number of connections? I tried to test the tcp proxy from the vpp (tested with wrk) and I see that this proxy shows a very low bandwidth even compared to the TCP proxy under Linux. Thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to thi

Re: [vpp-dev] Active close case with outstanding data case issue of version 19.04 #vnet

2019-07-02 Thread guangwei
I missed a place that when all data acked, FIN is send out and the flag will be removed, then if peer side ACK the FIN, the connection will step to FIN_WAIT_2, So please ignore this. At 2019-06-12 23:42:09, "guangwei" wrote: From the code, when active close in tcp_connection_close, the

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

2019-07-02 Thread amir_so
Hi Damjan, Thanks for the very quick response... Do you have any preferred VM in order to test the VPP performance with least affect from VM side ? In addition I saw that in the new DPDK the socket-mem is deprecated, I didn't figure out how much memory I'm allocating for the VPP and DPDK, Can

Re: [vpp-dev] centos jobs failing

2019-07-02 Thread Damjan Marion via Lists.Fd.Io
Even more cleaner one will be to add “-“ in front of sudo which tells make to ignore return code :) Btw i’m responsible for this one, that line was quick fix to address another stupidity of rpm which fails to upgrade package when real file is replaced with symbolic link — Damjan > On 2