Re: [ovs-dev] [PATCH ovn v4 1/2] ovn-northd: Add useful stopwatches

2021-06-30 Thread 0-day Robot
Bleep bloop. Greetings Mark Gray, 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. build: libtool: link: gcc -std=gnu99 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith

[ovs-dev] [PATCH ovn v4 1/2] ovn-northd: Add useful stopwatches

2021-06-30 Thread Mark Gray
For performance measurement, it is useful to understand the length of time required to complete a number of key code paths in ovn-northd.c. Add stopwatches to measure these timings. Signed-off-by: Mark Gray Acked-by: Dumitru Ceara --- Notes: v4: Add common header file for stopwatch names