Skip to content

Commit

Permalink
doc: add inbuilt graph nodes data flow
Browse files Browse the repository at this point in the history
Added diagram to depict the data flow between inbuilt
graph nodes.

In order to avoid graphviz package dependency to DPDK
documentation, manual step added to create a svg file
from the dot file. The details for the same is documented
in graph_inbuilt_node_flow.svg as a comment.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
jerinjacobk authored and ovsrobot committed Jun 23, 2023
1 parent 870623a commit 8de704c
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/guides/prog_guide/graph_lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,16 @@ to enable fastpath services.
Inbuilt Nodes
-------------

DPDK provides a set of nodes for data processing. The following section
details the documentation for the same.
DPDK provides a set of nodes for data processing. The following diagram depicts
inbuilt nodes data flow.

.. _figure_graph_inbuit_node_flow:

.. figure:: img/graph_inbuilt_node_flow.*

Inbuilt nodes data flow

Following section details the documentation for individual inbuilt node.

ethdev_rx
~~~~~~~~~
Expand Down
210 changes: 210 additions & 0 deletions doc/guides/prog_guide/img/graph_inbuilt_node_flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8de704c

Please sign in to comment.