Re: [ovs-dev] [PATCH v2] jsonrpc: Sort JSON objects only if debug is on

2021-11-02 Thread Mike Pattrick
Hi Anton, Anton Ivanov writes: > From: Anton Ivanov > > There is no point to sort JSON objects when nobody is > observing them. Machines do not care if it is sorted or > not. > > Signed-off-by: Anton Ivanov This makes sense to me. The automated CI seems to have had an issue when this was

[ovs-dev] [PATCH v2] jsonrpc: Sort JSON objects only if debug is on

2021-09-24 Thread anton . ivanov
From: Anton Ivanov There is no point to sort JSON objects when nobody is observing them. Machines do not care if it is sorted or not. Signed-off-by: Anton Ivanov --- lib/jsonrpc.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c index