Re: [PATCH] graph: enhance export to graphviz

2024-06-18 Thread David Marchand
On Wed, Mar 20, 2024 at 6:11 PM Robin Jarry wrote: > > * Quote graph name to avoid parsing errors when it contains a dash. > * Use fixed margin and smaller font for a more compact layout. > * Use sans-serif font, the default is times new roman which is not the > best choice for a packet processi

RE: [EXTERNAL] [PATCH] graph: enhance export to graphviz

2024-03-22 Thread Kiran Kumar Kokkilagadda
> -Original Message- > From: Robin Jarry > Sent: Wednesday, March 20, 2024 10:41 PM > To: dev@dpdk.org; Jerin Jacob ; Kiran Kumar > Kokkilagadda ; Nithin Kumar Dabilpuram > ; Zhirun Yan > Subject: [EXTERNAL] [PATCH] graph: enhance export to graphviz > &

[PATCH] graph: enhance export to graphviz

2024-03-20 Thread Robin Jarry
* Quote graph name to avoid parsing errors when it contains a dash. * Use fixed margin and smaller font for a more compact layout. * Use sans-serif font, the default is times new roman which is not the best choice for a packet processing generated graph. * Force bold blue border and arrows for so