Re: [vpp-dev] How to trigger perf test and compare the results

2018-05-30 Thread Zhiyong Yang
Hi damjan, I try to post commit “csit-dev”, however nothing happens, what’s wrong with me? Thanks Zhiyong From: Damjan Marion [mailto:dmarion.li...@gmail.com] Sent: Wednesday, May 30, 2018 5:52 PM To: Yang, Zhiyong Cc: vpp-dev@lists.fd.io; Kinsella, Ray ; csit-dev Subject: Re

Re: [vpp-dev] syslog in snat

2018-05-30 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
Hi, As far I know there is no work on syslog for NAT plugin. If you want contribute and have some questions, do not hesitate contact me. Matus From: Matt Paska Sent: Thursday, May 31, 2018 3:43 AM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.io Subjec

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread steven luong
Ravi, I don't think you can declare (2) works fine yet. Please bring up the dpdk vhost-user interfaces and try to send some traffic between them to exercise the shared memory region from dpdk virtio-user which may be "questionable". VirtualFunctionEthernet4/10/4 1down Virtua

Re: [vpp-dev] syslog in snat

2018-05-30 Thread Matt Paska
Hi all, I'm just checking in to see if anyone made progress on syslog? I've tried to look at the code and submit a patch myself to no avail. Thanks. On Sun, Apr 8, 2018 at 11:44 PM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) wrote: > Deterministic NAT is dedicated to CGN so no lo

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread Ravi Kerur
Hi Steven, I am testing both memif and vhost-virtio, unfortunately memif is not working as well. I posted question to the list, let me know if something is wrong. Below is the link https://lists.fd.io/g/vpp-dev/topic/q_on_memif_between_vpp/20371922?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread Ravi Kerur
Hi Steve, Thank you for your inputs, I added feature-mask to see if it helps in setting up queues correctly, it didn't so I will remove it. I have tried following combination (1) VPP->vhost-user (on host) and DPDK/testpmd->virtio-user (in a container) -- VPP crashes (2) DPDK/testpmd->vhost-user

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread steven luong
Ravi, First and foremost, get rid of the feature-mask option. I don't know what 0x4040 does for you. If that does not help, try testing it with dpdk based vhost-user instead of VPP native vhost-user to make sure that they can work well with each other first. To use dpdk vhost-user, add a vd

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread Ravi Kerur
I am not sure what is wrong with the setup or a bug in vpp, vpp crashes with vhost<-->virtio communication. (1) Vhost-interfaces are created and attached to bridge-domain as follows create vhost socket /var/run/vpp/sock1.sock server feature-mask 0x4040 create vhost socket /var/run/vpp/sock2.s

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-30 Thread Andrew Yourtchenko
Dear Rubina, okay, I think I am reasonably happy with the change in https://gerrit.fd.io/r/#/c/12770/ - I also have rebased it onto the latest master so that it is ready to commit if it works for you. Please give it a shot and let me know. Note that you might need to adjust the bihash memory - as

Re: [vpp-dev] overflow hardening for vpp

2018-05-30 Thread Jin Sheng (jisheng)
Thank you, Dave! From: "Dave Barach (dbarach)" Date: Wednesday, May 30, 2018 at 3:03 PM To: Jin Sheng , "vpp-dev@lists.fd.io" Subject: RE: overflow hardening for vpp Yup. Looks like -pie disappeared for no reason that I can remember. I’ll turn it back on. D. From: vpp-dev@lists.fd.io On Beh

Re: [vpp-dev] overflow hardening for vpp

2018-05-30 Thread Dave Barach
Yup. Looks like -pie disappeared for no reason that I can remember. I’ll turn it back on. D. From: vpp-dev@lists.fd.io On Behalf Of Jin Sheng (jisheng) Sent: Wednesday, May 30, 2018 12:11 PM To: vpp-dev@lists.fd.io Cc: Dave Wallace Subject: [vpp-dev] overflow hardening for vpp Hi, We noticed

[vpp-dev] overflow hardening for vpp

2018-05-30 Thread Jin Sheng (jisheng)
Hi, We noticed that PIE and immediate binding isn’t enabled for vpp: /usr/bin/vpp: Position Independent Executable: no, normal executable! Stack protected: yes Fortify Source functions: yes (some protected functions found) Read-only relocations: yes Immediate binding: no, not found! In the wiki

Re: [vpp-dev] VCL and LD Preload

2018-05-30 Thread Dave Wallace
Ville, VCL is still under development and in the experimental phase. There are a number of known issues and it has yet to be tuned for performance (connections per second, throughput, or latency) or scale. LDP was an early means of comparison testing the host stack .vs. the linux kernel, but

Re: [vpp-dev] anomaly in deleting tcp idle session in vpp

2018-05-30 Thread Andrew Yourtchenko
If the table is full it should fifo-reuse the tcp transient sessions, not the established ones. --a > On 30 May 2018, at 14:00, emma sdi wrote: > > Dear Folks, > I have a problem with vpp stateful mode. I observed that vpp start to delete > tcp idle sessions when session table is full. my que

[vpp-dev] Nexus fd.io.master.centos7 VPP artifacts

2018-05-30 Thread Peter Mikus
Hello, I have recently spotted that CentOS repo got reduced and old binaries are missing [1]. Is this expected? Will the similar be done for Ubuntu repos? Was this announced somewhere? Thank you. [1] https://nexus.fd.io/content/repositories/fd.io.master.centos7/io/fd/vpp/vpp/ Peter Mikus Eng

Re: [vpp-dev] query on use_pthread in startup.conf

2018-05-30 Thread bindiya Kurle
Thanks Damjan . l was trying that because I want to move threads to other partition.At the system start if main core is associated with some control core group worker thread inherits this from parent thread and later set affinity fails if you try to move worker thread to different partition. Hence

[vpp-dev] anomaly in deleting tcp idle session in vpp

2018-05-30 Thread emma sdi
Dear Folks, I have a problem with vpp stateful mode. I observed that vpp start to delete tcp idle sessions when session table is full. my question is this behavior is implemented and indeed it is normal routine? or is this an anomaly? because this behavior is not normal generally (for example in co

Re: [vpp-dev] How to trigger perf test and compare the results

2018-05-30 Thread Zhiyong Yang
Thank you very much , Damjan. From: Damjan Marion [mailto:dmarion.li...@gmail.com] Sent: Wednesday, May 30, 2018 5:52 PM To: Yang, Zhiyong Cc: vpp-dev@lists.fd.io; Kinsella, Ray ; csit-dev Subject: Re: How to trigger perf test and compare the results +csit-dev You can compare with numbers ava

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-30 Thread Andrew Yourtchenko
Dear Rubina, Thanks for checking it! yeah actually that patch was leaking the sessions in the session reuse path. I have got the setup in the lab locally yesterday and am working on a better way to do it... Will get back to you when I am happy with the way the code works.. --a On 5/29/18, Ru

Re: [vpp-dev] How to trigger perf test and compare the results

2018-05-30 Thread Damjan Marion
+csit-dev You can compare with numbers available in perf dashboard. https://docs.fd.io/csit/master/trending/introduction/index.html -- Damjan > On 29 May 2018, at 11:17, Yang, Zhiyong wrote: > > Hi Guys, > >I ne