doc: fix a typo in flow API howto
Fixes: 3e0ceb9f17
("doc: add basic howto for flow API")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
6211186141
commit
d80e42cce4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user