From: Jerin Jacob Date: Sun, 27 May 2018 18:55:58 +0000 (+0530) Subject: doc: fix a typo in flow API howto X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d80e42cce4c7017ed8c99dabb8ae444a492acc1c;p=dpdk.git 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 --- 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;