[vpp-dev] How to configure l2 gre over ipsec in vpp 19.08

2019-10-01 Thread Chuan Han via Lists.Fd.Io
Hi, vpp experts, I am trying to configure l2 gre over ipsec. I followed the steps here: https://docs.fd.io/vpp/16.12/ipsec_gre_doc.html I hit the following error: create ipsec: unknown input `gre tunnel src 10.10.10.10 dst...' My vpp version is v19.08.1-release It seems on this version the "cre

Re: [vpp-dev] Implementation of a hash table that can be both written and read by all VPP workers #vpp

2019-10-01 Thread krishnamurthy . mbnr
Thanks Dave, in our use case the number of reads are definitely going to be much higher than the number of writes. That said, we also expect number of writes to be about 10K - 20K writes/second. I am trying to figure out if any one has optimized the Bihash table for this type of use case as well