Re: [PATCH dpdk] graph: make graphviz export more readable

2024-10-11 Thread David Marchand
On Wed, Aug 28, 2024 at 3:42 PM Robin Jarry wrote: > > Change the color of arrows leading to sink nodes to dark orange. Remove > the node oval shape around the sink nodes and make their text dark > orange. This results in a much more readable output for large graphs. > See the link below for an ex

RE: [EXTERNAL] [PATCH dpdk] graph: make graphviz export more readable

2024-08-28 Thread Kiran Kumar Kokkilagadda
> -Original Message- > From: Robin Jarry > Sent: Wednesday, August 28, 2024 7:12 PM > To: dev@dpdk.org; Jerin Jacob ; Kiran Kumar Kokkilagadda > ; Nithin Kumar Dabilpuram > ; Zhirun Yan > Subject: [EXTERNAL] [PATCH dpdk] graph: make graphviz export more readable

[PATCH dpdk] graph: make graphviz export more readable

2024-08-28 Thread Robin Jarry
Change the color of arrows leading to sink nodes to dark orange. Remove the node oval shape around the sink nodes and make their text dark orange. This results in a much more readable output for large graphs. See the link below for an example. Link: https://f.jarry.cc/rte-graph-dot/ipv6.svg Signed