On Wed, 28 Feb 2018 13:36:34 -0800 Ben Pfaff <[email protected]> wrote: > On Wed, Feb 28, 2018 at 03:17:15PM +0100, Jakub Sitnicki wrote: > > Check if performance module is calculating statistics as expected. > > > > Outputs that are currently not as expected have been annotated with FIXME. > > > > Signed-off-by: Jakub Sitnicki <[email protected]> > > Clang does not like one piece of code: > > ../tests/test-performance.c:135:46: error: missing field 'unit' initializer > [-Werror,-Wmissing-field-initializers] > > "sparse" pointed out that variables should be "static": > > ../tests/test-performance.c:36:18: error: symbol 'data_sets' was not > declared. Should it be static?
Thank you for reporting these errors. I will correct them and coordinate with Mark. -Jakub _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
