[vpp-dev] Query on configuration on multithread mode

2017-10-16 Thread Ni, Hongjun
Hi vpp-dev, We are doing performance test in multithread mode, and have a doubt: (1). For one main thread and one worker thread, then configuring 16K PPPoE sessions took about 100 seconds. (2). For one main thread and eight worker thread, then configuring 16K PPPoE sessions took about 260 secon

[vpp-dev] No joy: ping6 gerrit.fd.io

2017-10-16 Thread Dave Barach (dbarach)
It looks like gerrit.fd.io has dropped off the ipv6 radar screen. Appears not to be a DNS problem or other problem on my end: $ ping6 gerrit.fd.io PING gerrit.fd.io(2604:e100:1:0:f816:3eff:fe7e:8731) 56 data bytes ^C --- gerrit.fd.io ping statistics --- 4 packets transmitted, 0 received, 100% pac

Re: [vpp-dev] Test job maybe not working correctly

2017-10-16 Thread Dave Wallace
Matt, Thanks for pointing this out.  There appears to be a bug in ci-management/jjb/vpp/vpp.yaml, where the node type is specified as 'ubuntu-s' instead of an os node (e.g. '{os}-basebuild-8c-32g'). - %< - - job-template:     name: 'vpp-test-poc-verify-{stream}-{os}'     project-type

Re: [vpp-dev] SNAT hash tables

2017-10-16 Thread Yuliang Li
Get it. It use spinlock (in vppinfra/bihash_template.c): while (__sync_lock_test_and_set (h->writer_lock, 1)) On Mon, Oct 16, 2017 at 11:39 AM, Yuliang Li wrote: > Hi all, > > I am curious in the SNAT implementation. I see that SNAT's hash tables >

[vpp-dev] SNAT hash tables

2017-10-16 Thread Yuliang Li
Hi all, I am curious in the SNAT implementation. I see that SNAT's hash tables are shared by all worker threads. Does SNAT use lock to avoid multiple threads updating the hash table concurrently? If not, how does it avoid race condition? Thanks, -

[vpp-dev] Test job maybe not working correctly

2017-10-16 Thread Matthew Smith
Hi, After submitting a rebased patch set this morning, I went and looked at the console output of one of the jenkins jobs that kicked off automatically. The job was named vpp-test-poc-verify-master-centos7. It caught my eye that the name of the job implies that it should be running on CentOS 7

Re: [vpp-dev] Neighbor Solicitation MAC

2017-10-16 Thread Akshaya Nadahalli
Can any of IPv6 experts comment on this? My understanding is that for IPv6 even at L2 there shouldn't be broadcast address and should use multicast address. -- Regards, Akshaya N -Original Message- From: Akshaya Nadahalli To: vpp-dev@lists.fd.io Subject: Neighbor Solicitation MAC Date:

[vpp-dev] Fwd: 转发:the vapi test problem

2017-10-16 Thread 15803846349
来自 魅族 MX4 Pro 原始邮件 发件人:重新开始 <15803846...@qq.com> 时间:周日 10月15日 21:46 收件人:"Klement Sekera -X (ksekera - PA" 主题:转发:the vapi test problem when i send [want_vpncrack_decrypt_info] msg, why i receive [delete_subif_reply] msg ?   why i can not receive [want_vpncrack_decrypt_info_

Re: [vpp-dev] bug/issue notification

2017-10-16 Thread Dave Wallace
Justin, install.sh has not been used for many releases and should probably just be removed as it has not been maintained with the updating of the packaging. In order to install VPP in the VM, just follow the recipe in https://wiki.fd.io/view/VPP/Build,_install,_and_test_images Thanks, -daw-

Re: [vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-16 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, and here is jvpp fix to fail on the first CRC mismatch: https://gerrit.fd.io/r/#/c/8831/ Regards, Marek From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Dave Barach (dbarach) Sent: 14 października 2017 01:06 To: Ole Troan (otroan) ; Ole Troan Cc: vpp-dev@

[vpp-dev] bug/issue notification

2017-10-16 Thread Justin Iurman
Hey guys, Here are two issues I faced while installing/running VPP. It would be great to fix them. 1) Install not executed (at least, it seems that it's the case...) - tested with current version 18.01 (cloned today) but it's the same with previous versions too. git clone https://gerrit.fd.io