From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: [PATCH] doc: fix a typo in flow API doc Date: Mon, 28 May 2018 00:25:58 +0530 Message-ID: <20180527185558.4013-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain Cc: thomas@monjalon.net, ferruh.yigit@intel.com, john.mcnamara@intel.com, Jerin Jacob , adrien.mazarguil@6wind.com, stable@dpdk.org To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") Cc: adrien.mazarguil@6wind.com 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 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