Re: [vpp-dev] nat44 address pool not fully used

2017-10-30 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, You need to change “translation hash buckets” in startup configuration of the NAT plugin https://wiki.fd.io/view/VPP/NAT#Startup_config, we added session number limitation to avoid running out of memory crash in runtime (maximum sessions = 10 x “translation hash buckets”). Regards, Matus

[vpp-dev] problem in l3 VLAN

2017-10-30 Thread ??????
Hi, Is the vpp support l3 VLAN? I'm testing two direct connect sub interfaces. The configuration and result are shown below: vpp1: VPP# set interface ip address host-eth2.1 1.1.1.2/24 VPP# VPP# ping 1.1.1.1 Statistics: 5 sent, 0 received, 100% packet loss VPP# show adj [@0] ipv4-glean: host

[vpp-dev] FD.io Notification: VPP openSUSE jobs

2017-10-30 Thread Vanessa Valderrama
*What:* The openSUSE image issues have been resolved. The jobs are passing on the sandbox. I will be enabling openSUSE for VPP in production tomorrow. Please feel free to review the jobs on the sandbox. https://jenkins.fd.io/sandbox/ *When:* 2017-10-31 @ 1500 UTC (8:00am PDT) *Where:* Please

Re: [vpp-dev] Assumed "deny" at end of ACLs?

2017-10-30 Thread Jon Loeliger
On Mon, Oct 30, 2017 at 3:34 PM, Andrew Yourtchenko wrote: > Jon, > > Assuming it’s ACL plugin that you ask about, yes - if none of the ACLs in > the list of ACLs applied to interface in a given direction matches, it’s > the same as deny. > > --a Excellent! Thank you! jdl

Re: [vpp-dev] Assumed "deny" at end of ACLs?

2017-10-30 Thread Andrew Yourtchenko
Jon, Assuming it’s ACL plugin that you ask about, yes - if none of the ACLs in the list of ACLs applied to interface in a given direction matches, it’s the same as deny. --a > On 30 Oct 2017, at 17:49, Jon Loeliger wrote: > > Hi VPP Gurus, > > Is there an assumed "deny all" at the end of an

Re: [vpp-dev] nat44 address pool not fully used

2017-10-30 Thread Yuliang Li
Here are the results: CountNode Reason 10240 nat44-in2out-slowpath Good in2out packets processed 7847236 nat44-in2out-slowpath Maximum sessions exceeded 23864696 nat44-in2out Good in2out pa

Re: [vpp-dev] How to use VCL to connect contanier and host NIC

2017-10-30 Thread Dave Wallace
Liujun, Can you please elaborate on your use case?  The description of your topology does not include all of the information required to answer your question because there is no mention of what the source/destination of the packet you are describing. VCL/VCL-LDPRELOAD provides connectivity f

[vpp-dev] Assumed "deny" at end of ACLs?

2017-10-30 Thread Jon Loeliger
Hi VPP Gurus, Is there an assumed "deny all" at the end of an ACL rule list? Or some form of "route to dpo-drop"? Anything like that? Or is that something that use must explicitly encode into an ACL list? Is this stated somewhere in the Wiki and I just missed it? Thanks, jdl __

[vpp-dev] link dpdk.a statically to vpp

2017-10-30 Thread Shachar Beiser
Hi, I would like to link the dpdk statically to vpp and not as a shared object. I see there is an option : sudo make dpdk-install-dev DPDK_MLX5_PMD=y ENABLE_DPDK_SHARED=n but it seems that it is not enough . Can you direct me what I need to do ? -Shachar Beiser

Re: [vpp-dev] 50GE interface support on VPP

2017-10-30 Thread Saxena, Nitin
Hi Damjan, I am still seeing UnkownEthernet32/0/0/0 interface with Mellanox Connect X-4 NIC. I am using vpp v17.10 tag. I think the specified gerrit patch in following mail is part of v17.10 release. Attached logs. Thanks, Nitin From: vpp-dev-boun...@lists

Re: [vpp-dev] compilation issue on master branch latest

2017-10-30 Thread Burt Silverman
Here is what I would do: cd rm build-root/.bootstrap.ok touch src/vppinfra/string.h # I just touch a random vppinfra file in case the build needs an extra "kick in the pants" make bootstrap make build # or whatever is suitable for your purpose Others will have a more standard clean up procedure

Re: [vpp-dev] compilation issue on master branch latest

2017-10-30 Thread Shachar Beiser
Hi, I have attached below the structure of the directories & files . What is the exact command I need to use ? -Shachar Beiser. Compilation issue on stable/1710 ./.libs/libvppcom.so: undefined reference to `unformat_init_unix_file' collect2: error: ld returned

[vpp-dev] Question about IP reassembly in 17.10 release

2017-10-30 Thread Yu, Michael A. (NSB - CN/Qingdao)
Hi, >From https://docs.fd.io/vpp/17.10/release_notes_1710.html, I found that "IP >reassembly" is claimed to support in 17.10 release. But after checked the latest 17.10 code, I can't find any new code change related to this part, and the fragmented packets are still treated as "experimental" in