mbox series

[ovs-dev,v2,0/3] Improve rconn timing precision

Message ID 20190611165516.16083-1-blp@ovn.org
Headers show
Series Improve rconn timing precision | expand

Message

Ben Pfaff June 11, 2019, 4:55 p.m. UTC
v1->v2: Fix arithmetic and add tests in patch 1.

Ben Pfaff (3):
  sat-math: Add functions for saturating arithmetic on "long long int".
  rconn: Remove write-only struct members.
  rconn: Increase precision of timers.

 include/openvswitch/rconn.h |   7 +-
 lib/rconn.c                 | 154 ++++++++++++++++--------------------
 lib/sat-math.h              |  72 ++++++++++++++++-
 ofproto/connmgr.c           |  16 ++--
 tests/library.at            |   5 ++
 tests/test-util.c           |  42 +++++++++-
 6 files changed, 195 insertions(+), 101 deletions(-)