DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] doc: fix a typo in flow API doc
@ 2018-05-27 18:55 Jerin Jacob
  2018-05-27 23:37 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob @ 2018-05-27 18:55 UTC (permalink / raw)
  To: dev
  Cc: thomas, ferruh.yigit, john.mcnamara, Jerin Jacob,
	adrien.mazarguil, stable

Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API")

Cc: adrien.mazarguil@6wind.com
Cc: stable@dpdk.org

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 doc/guides/howto/rte_flow.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/howto/rte_flow.rst b/doc/guides/howto/rte_flow.rst
index 4cc8edc10..caa4e1afd 100644
--- a/doc/guides/howto/rte_flow.rst
+++ b/doc/guides/howto/rte_flow.rst
@@ -248,7 +248,7 @@ Code
   /* end the pattern array */
   pattern[2].type = RTE_FLOW_ITEM)TYPE_END;
 
-  /* create the drop action */
+  /* create the queue action */
   actions[0].type = RTE_FLOW_ACTION_TYPE_QUEUE;
   actions[0].conf = &queue
   actions[1].type = RTE_FLOW_ACTION_TYPE_END;
-- 
2.17.0

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

* Re: [dpdk-dev] [PATCH] doc: fix a typo in flow API doc
  2018-05-27 18:55 [dpdk-dev] [PATCH] doc: fix a typo in flow API doc Jerin Jacob
@ 2018-05-27 23:37 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-05-27 23:37 UTC (permalink / raw)
  To: Jerin Jacob; +Cc: dev, ferruh.yigit, john.mcnamara, adrien.mazarguil, stable

27/05/2018 20:55, Jerin Jacob:
> Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API")
> 
> Cc: adrien.mazarguil@6wind.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied, thanks

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

end of thread, other threads:[~2018-05-27 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 18:55 [dpdk-dev] [PATCH] doc: fix a typo in flow API doc Jerin Jacob
2018-05-27 23:37 ` 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).