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

Ben Pfaff blp at ovn.org
Tue Jun 11 16:55:13 UTC 2019


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(-)

-- 
2.20.1



More information about the dev mailing list