[vpp-dev] vpp with 64 bit vec

2017-05-07 Thread Juan Salmon
Hi, I compiled VPP with Dclib_vec64 option to have more than four Gigabyte heap size. It works correctly but multiple time slower than 32 bit version. It seems that inserting data in hash tables caused this problem. Is there any idea? Best Regards, Juan Salmon. ___

[vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Soroosh Sardari
Hi In 17.04 release note, there is "Routed interface support" term in related to Security groups, but classify-table was available for layer 3 interfaces in version 17.01. Is this term different from it? I've searched Jira and mailing list's archives, Is there any doc about this feature? Cheers,

Re: [vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Andrew šŸ‘½ Yourtchenko
Hi, https://wiki.fd.io/view/VPP/SecurityGroups Shout if it does not answer the questions, I will then update the doc. --a > On 7 May 2017, at 13:49, Soroosh Sardari wrote: > > Hi > > In 17.04 release note, there is "Routed interface support" term in related to > Security groups, but classif

Re: [vpp-dev] vpp with 64 bit vec

2017-05-07 Thread Dave Barach (dbarach)
You’ll need to characterize what you’re seeing better than ā€œmultiple time slowerā€ before it would be worth speculating on what’s going on. We do not routinely test vpp when compiled w/ -DCLIB_VEC64. Can you describe the use-case which requires a main heap larger than 4gb? Thanks… Dave From: vp

Re: [vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Soroosh Sardari
Thanks, so we have same nodes for bridged and routed data path. Is "classify table/session" going to deprecate in new release? Soroosh On Sun, May 7, 2017 at 5:04 PM, Andrew šŸ‘½ Yourtchenko wrote: > Hi, > > https://wiki.fd.io/view/VPP/SecurityGroups > > Shout if it does not answer the questions,

Re: [vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Andrew šŸ‘½ Yourtchenko
Classifier is just an infra I had used and it definitely remains as it's part of the core code - and I actually still use it in a trivial way to hook into the L2 datapath. We don't have the same nodes for l2 and l3, rather the same code in the nodes serving the acl plugin l2 and l3 (and also no

Re: [vpp-dev] vpp with 64 bit vec

2017-05-07 Thread Juan Salmon
I was testing SNAT with Trex that generates multi million sessions and these sessions are allocated from VPP pool. I realized that when allocated memory in "show memory" command result is near 4GB, system crashes. So I compiled VPP with Dclib_vec64 option to have more than four Gigabytes of main he

[vpp-dev] sharding in tunnel

2017-05-07 Thread 薛欣颖
Hi guys, When the IP message enters the GRE态L2TP态MPLS tunnel, does the VPP support sharding? Thanks, xyxue ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev