[vpp-dev] nat64 local ping problem

2018-01-10 Thread Juan Salmon
Hi, Does nat64 support local ping? It's failed in my test. Best Regards, Juan Salmon. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] VPP 18.01 Release Milestone RC2 is complete!

2018-01-10 Thread Dave Wallace
Folks, I have created the v18.01-rc2 tag on stable/1801 and verified that 18.01-rc2 build artifacts have been uploaded to nexus.fd.io.  VPP 18.01 Release Milestone RC2 is complete! As a reminder, the VPP 18.01 Release is in two weeks on Wednesday January 24, 2018.

Re: [vpp-dev] question about load balance

2018-01-10 Thread Neale Ranns (nranns)
You could also try adjusting in vnet/dpo/load_balance.c: /* * distribution error tolerance for load-balancing */ const f64 multipath_next_hop_error_tolerance = 0.1; to a lower values, until it meets your needs. Note this value is not exposed to the CLI/API for adjustment. /neale From: "Pierre

Re: [vpp-dev] question about load balance

2018-01-10 Thread Pierre Pfister (ppfister)
Hello, You will not be able to get an exact match on 1/3 - 2/3 traffic sharing since 3 is not a power of two. If you want to get something closer, you may try to increase the values to get a better approximation. For instance, 43 and 85 have a sum of 128 with 43/128 = 0.3359375, which is