Re: [ovs-dev] [RFC PATCH 09/10] python: ovs: flowviz: Add datapath html format.

2024-02-02 Thread Adrian Moreno
On 1/30/24 16:56, Eelco Chaudron wrote: On 1 Dec 2023, at 20:14, Adrian Moreno wrote: Using the existing FlowTree and HTMLFormatter, create an HTML tree visualization that also supports collapsing and expanding entire flow trees and subtrees. This looks good to me, maybe add an example in

Re: [ovs-dev] [RFC PATCH 09/10] python: ovs: flowviz: Add datapath html format.

2024-01-30 Thread Eelco Chaudron
On 1 Dec 2023, at 20:14, Adrian Moreno wrote: > Using the existing FlowTree and HTMLFormatter, create an HTML tree > visualization that also supports collapsing and expanding entire flow > trees and subtrees. This looks good to me, maybe add an example in the commit message. Acked-by: Eelco

[ovs-dev] [RFC PATCH 09/10] python: ovs: flowviz: Add datapath html format.

2023-12-01 Thread Adrian Moreno
Using the existing FlowTree and HTMLFormatter, create an HTML tree visualization that also supports collapsing and expanding entire flow trees and subtrees. Signed-off-by: Adrian Moreno --- python/automake.mk | 1 + python/ovs/flowviz/odp/cli.py | 10 ++