From d80e42cce4c7017ed8c99dabb8ae444a492acc1c Mon Sep 17 00:00:00 2001 From: Jerin Jacob Date: Mon, 28 May 2018 00:25:58 +0530 Subject: [PATCH] doc: fix a typo in flow API howto Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") Cc: stable@dpdk.org Signed-off-by: Jerin Jacob --- 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 4cc8edc10f..caa4e1afd1 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.20.1