Re: [PATCH v1 04/16] qapi: fix example of query-rocker-of-dpa-flows command

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > Example output has an extra ',' delimiter and a foreign comment > format. Fix it. > > Problem was noticed when trying to load the example into python's json > library. > > Signed-off-by: Victor Toso > --- > qapi/rocker.json | 3 +-- > 1 file changed, 1 insertion(+), 2 dele

[PATCH v1 04/16] qapi: fix example of query-rocker-of-dpa-flows command

2022-08-30 Thread Victor Toso
Example output has an extra ',' delimiter and a foreign comment format. Fix it. Problem was noticed when trying to load the example into python's json library. Signed-off-by: Victor Toso --- qapi/rocker.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qapi/rocker.json