git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cc0a0
)
doc: fix function name in flow filtering app guide
author
Rami Rosen
<ramirose@gmail.com>
Thu, 8 Nov 2018 19:46:48 +0000
(21:46 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Mon, 19 Nov 2018 00:34:00 +0000
(
01:34
+0100)
This patch fixes a typo in flow_filtering.rst. There is no
method named generate_ipv4_rule in DPDK, it should be generate_ipv4_flow.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
doc/guides/sample_app_ug/flow_filtering.rst
patch
|
blob
|
history
diff --git
a/doc/guides/sample_app_ug/flow_filtering.rst
b/doc/guides/sample_app_ug/flow_filtering.rst
index
0d6fe2b
..
840d557
100644
(file)
--- a/
doc/guides/sample_app_ug/flow_filtering.rst
+++ b/
doc/guides/sample_app_ug/flow_filtering.rst
@@
-367,7
+367,7
@@
The forwarding loop can be interrupted and the application closed using
The generate_ipv4_flow function
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The generate_ipv4_
rule
function is responsible for creating the flow rule.
+The generate_ipv4_
flow
function is responsible for creating the flow rule.
This function is located in the ``flow_blocks.c`` file.
.. code-block:: c