examples/l3fwd-graph: add graph config and main loop
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Sat, 11 Apr 2020 14:14:26 +0000 (19:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 May 2020 21:46:11 +0000 (23:46 +0200)
commit3087ec1cf4d5bc26f7cfb7649a06b0e669d4ad63
tree41e3a2f986ca224b598db37c078e0406a93a922d
parentef853f1fd97937e6a873bcb47aa71c9ece46f140
examples/l3fwd-graph: add graph config and main loop

Add graph creation, configuration logic and graph main loop.
This graph main loop is run on every slave lcore and calls
rte_graph_walk() to walk over lcore specific rte_graph.
Master core accumulates and prints graph walk stats of all the
lcore's graph's.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
examples/l3fwd-graph/main.c