On 12 Aug 2026, at 15:07, Timothy Redaelli wrote:

> When --format json is passed to ovs-appctl, upcall/show returns a JSON
> object keyed by datapath name.  Each entry contains a "flows" sub-object
> (with "average", "current", "limit", "maximum", and "offloaded" counts),
> "dump-duration-ms", "ufid-enabled", and a "revalidators" object indexed
> by revalidator ID.
>
> The implementation is split into separate text and JSON helper functions.
>
> Example output:
>   {"ovs-system": {"dump-duration-ms": 1,
>                    "flows": {"average": 0, "current": 0,
>                              "limit": 10000, "maximum": 0,
>                              "offloaded": 0},
>                    "revalidators": {"4": {"keys": 0}},
>                    "ufid-enabled": true}}
>
> Signed-off-by: Timothy Redaelli <[email protected]>

Thanks for making the changes requested. This version looks good to me!

Acked-by: Eelco Chaudron <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to