Re: [vpp-dev] Inquery with Ipsec of VPP

2018-09-18 Thread tianye@sina
Hello! Can anyone in this mail list comment on this? I am evaluating the feasibility of using VPP to build a Security gateway product. The product requirement has the following items: The Security gateway should support at least 10K Ipsec tunnels and at least 10G uplink dat

[vpp-dev] VPP/Using VPP In A Multi-thread Model

2018-10-20 Thread tianye@sina
Hello Everyone: About the multi-thread mode of VPP, I have a question. After read the following wiki page, I understand that user could allocation 1 or more worker thread to 1 physical interface, and could also bind a worker thread or main thread to a specific CPU core. https://wiki.fd.io/vi

[vpp-dev] How to save VPP configuration

2018-10-26 Thread tianye@sina
Hello Everyone: Almost all of the telecom devices could save the user configuration. But in VPP, it’s look like when VPP process is restart, the previous configuration will missing. For example, After I added a Vxlan Tunnel then restart the VPP process and log in to the VPP console. Then r

[vpp-dev] About memory debug

2018-11-05 Thread tianye@sina
Hello Everyone: As we all knows, the VPP platform is an intensive memory utilizing platform. VPP handles a large number of memory buffers/caches and other wrapped memory blocks. Is there some facility to help developers debug the memory related bugs/issues? For some classic memory related bu

Re: [vpp-dev] About memory debug

2018-11-06 Thread tianye@sina
So, everybody here debug the memory issue only with code review? J That does not make sense, right? so would you please share something for me? From: tianye@sina [mailto:tiany...@sina.com] Sent: Monday, November 5, 2018 9:53 AM To: 'vpp-dev@lists.fd.io' Subject: About me

[vpp-dev] About Strongswan on VPP

2018-11-06 Thread tianye@sina
Hello Matus and Everyone: I am very glad to know the following project finished the porting effort with Strongswan to VPP. https://github.com/matfabia/strongswan/tree/vpp I think a lot of people will take this project as reference for further development. Can you tell me what is the plan

Re: [vpp-dev] About Strongswan on VPP

2018-11-06 Thread tianye@sina
) [mailto:matfa...@cisco.com] Sent: Tuesday, November 6, 2018 5:31 PM To: tianye@sina; vpp-dev@lists.fd.io Subject: RE: About Strongswan on VPP Hi, Currently I don't have any plan to upstream my strongswan patches. I guess code is little bit outdated now since I tested it with VPP 18.04 and

[vpp-dev] About in-band telnet/ssh support of VPP

2018-11-26 Thread tianye@sina
Hello Everyone: As we all knows, the latest VPP version 18.10 support telnet. We can set the conf file like this to monitor the remote telnet request: unix { cli-listen localhost 5002 or cli-listen 192.168. 5002 ... But actually the IP/Port pair we are listening is the "in-band"

Re: [vpp-dev] About in-band telnet/ssh support of VPP

2018-11-27 Thread tianye@sina
, November 27, 2018 12:58 PM To: dbar...@cisco.com; tianye@sina; vpp-dev@lists.fd.io Subject: RE: [vpp-dev] About in-band telnet/ssh support of VPP Dave, can you estimate when the sshd work to be done? We really like this feature. Thanks. From: vpp-dev@lists.fd.io On Behalf Of Dave Barach via