DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: use generate_ipv4_flow in flow filtering guide
@ 2018-11-08 19:46 Rami Rosen
  2018-11-19  0:29 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-11-08 19:46 UTC (permalink / raw)
  To: dev; +Cc: stable, Rami Rosen

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/sample_app_ug/flow_filtering.rst b/doc/guides/sample_app_ug/flow_filtering.rst
index 0d6fe2b..840d557 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
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: use generate_ipv4_flow in flow filtering guide
  2018-11-08 19:46 [dpdk-dev] [PATCH] doc: use generate_ipv4_flow in flow filtering guide Rami Rosen
@ 2018-11-19  0:29 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-11-19  0:29 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev, stable

08/11/2018 20:46, Rami Rosen:
> 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>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-19  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 19:46 [dpdk-dev] [PATCH] doc: use generate_ipv4_flow in flow filtering guide Rami Rosen
2018-11-19  0:29 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).