| db886c51 | 14-Nov-2020 |
David Marchand <[email protected]> |
examples/l3fwd-graph: fix pkg-config usage
This example missed the fixes from commit 69b1bb49ed82 ("examples: hide error for missing pkg-config path flag") and commit 12a652a02b08 ("examples: fix bu
examples/l3fwd-graph: fix pkg-config usage
This example missed the fixes from commit 69b1bb49ed82 ("examples: hide error for missing pkg-config path flag") and commit 12a652a02b08 ("examples: fix build with old pkg-config").
Fixes: 08bd1a174461 ("examples/l3fwd-graph: add graph-based l3fwd skeleton") Cc: [email protected]
Signed-off-by: David Marchand <[email protected]>
show more ...
|
| 3087ec1c | 11-Apr-2020 |
Nithin Dabilpuram <[email protected]> |
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
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 <[email protected]>
show more ...
|
| ef853f1f | 11-Apr-2020 |
Nithin Dabilpuram <[email protected]> |
examples/l3fwd-graph: add ethdev configuration changes
Add changes to ethdev port and queue configuration based on command line parameters for l3fwd graph application.
Signed-off-by: Nithin Dabilpu
examples/l3fwd-graph: add ethdev configuration changes
Add changes to ethdev port and queue configuration based on command line parameters for l3fwd graph application.
Signed-off-by: Nithin Dabilpuram <[email protected]>
show more ...
|