[ovs-dev] [PATCH ovn 3/4] ovn-nbctl: Support option --print-wait-time for latency measurement.

2020-09-01 Thread Han Zhou
This patch adds option --print-wait-time, which can be used together with --wait=sb/hv to print the time spent on respective processing. For example: $ ovn-nbctl --print-wait-time --wait=hv sync Time spent on processing nb_cfg 392: ovn-northd delay before processing: 1ms ovn-northd complet

Re: [ovs-dev] [PATCH ovn 3/4] ovn-nbctl: Support option --print-wait-time for latency measurement.

2020-09-01 Thread 0-day Robot
Bleep bloop. Greetings Han Zhou, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line lacks whitespace around operator #124 FILE: utilities/ovn-nbctl.c:788: --print-wait-

Re: [ovs-dev] [PATCH ovn 3/4] ovn-nbctl: Support option --print-wait-time for latency measurement.

2020-09-07 Thread Numan Siddique
On Wed, Sep 2, 2020 at 4:57 AM Han Zhou wrote: > This patch adds option --print-wait-time, which can be used together > with --wait=sb/hv to print the time spent on respective processing. > > For example: > $ ovn-nbctl --print-wait-time --wait=hv sync > Time spent on processing nb_cfg 392: >

Re: [ovs-dev] [PATCH ovn 3/4] ovn-nbctl: Support option --print-wait-time for latency measurement.

2020-09-07 Thread Han Zhou
On Mon, Sep 7, 2020 at 10:57 AM Numan Siddique wrote: > > > On Wed, Sep 2, 2020 at 4:57 AM Han Zhou wrote: > >> This patch adds option --print-wait-time, which can be used together >> with --wait=sb/hv to print the time spent on respective processing. >> >> For example: >> $ ovn-nbctl --print-wa