Re: [vpp-dev] clib_time_now

2018-02-25 Thread Konrad Gutkowski
Printed the values lut 25 15:46:27 r201 vnet[190022]: clib_time_verify_frequency:222: verify clock: CPS(21.000) dtc/dtr(2095001738.5946480) lut 25 15:46:27 r201 vnet[190022]: clib_time_verify_frequency:222: verify clock: CPS(209000.004) dtc/dtr(2094997431.9388570) lut 25 1

Re: [vpp-dev] clib_time_now

2018-02-25 Thread Konrad Gutkowski
For 6130: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqd

Re: [vpp-dev] clib_time_now

2018-02-25 Thread Dave Barach
What does this say? $ grep constant_tsc /proc/cpuinfo You'll run into all sorts of issues if the frequency underlying the rdtsc instruction varies all over the roadmap. Clib_time_verify_frequency is intended to deal with clock drift, not with speed-step... Which distro are you running? Unless

[vpp-dev] router_plugin

2018-02-25 Thread Gulakh
Hi, I'm using VPP as data plane with router plugin installed and FRR as control plane. I set a new static ip route and check that it is inserted in both linux kernel and vpp (sh ip fib) but then I delete this route by FRR and check that this route is deleted from kernel and FRR but it is still in