Re: [dpdk-dev] [PATCH v3 05/29] graph: implement internal graph operation helpers

2020-04-06 Thread Jerin Jacob
> > +/* Check whether a node has connected path or parent node */ > > +int > > +graph_has_isolated_node(struct graph *graph) > > +{ > > + struct graph_node *graph_node; > > + > > + graph_mark_nodes_as_not_visited(graph); > > + > > + STAILQ_FOREACH(graph_node, &graph->node_list, next) {

Re: [dpdk-dev] [PATCH v3 05/29] graph: implement internal graph operation helpers

2020-04-06 Thread Wang, Xiao W
Hi, Comment inline. Best Regards, Xiao > -Original Message- > From: dev On Behalf Of jer...@marvell.com > Sent: Wednesday, April 1, 2020 3:29 AM > To: Jerin Jacob ; Kiran Kumar K > > Cc: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com; > m...@ashroe.eu; mattias.ronnb...@er