git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6211186
)
doc: fix a typo in flow API howto
author
Jerin Jacob
<jerin.jacob@caviumnetworks.com>
Sun, 27 May 2018 18:55:58 +0000
(
00:25
+0530)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 27 May 2018 23:36:42 +0000
(
01:36
+0200)
Fixes:
3e0ceb9f17ff
("doc: add basic howto for flow API")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
doc/guides/howto/rte_flow.rst
patch
|
blob
|
history
diff --git
a/doc/guides/howto/rte_flow.rst
b/doc/guides/howto/rte_flow.rst
index
4cc8edc
..
caa4e1a
100644
(file)
--- 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;