From: Rami Rosen Date: Thu, 8 Nov 2018 19:46:48 +0000 (+0200) Subject: doc: fix function name in flow filtering app guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=eaee9659037e7ee7c77feba76c1d940929f4a8af;p=dpdk.git doc: fix function name in flow filtering app guide 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 --- diff --git a/doc/guides/sample_app_ug/flow_filtering.rst b/doc/guides/sample_app_ug/flow_filtering.rst index 0d6fe2bb35..840d557c59 100644 --- 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