doc: fix typos in flow API guide
Fixes: 3e0ceb9f17
("doc: add basic howto for flow API")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
cc9271f9e7
commit
bbf708e54f
@ -45,7 +45,7 @@ Code
|
||||
pattern[0].type = RTE_FLOW_ITEM_TYPE_ETH;
|
||||
pattern[0].spec = ð
|
||||
|
||||
/* set the vlan to pas all packets */
|
||||
/* set the vlan to pass all packets */
|
||||
pattern[1] = RTE_FLOW_ITEM_TYPE_VLAN;
|
||||
pattern[1].spec = &vlan;
|
||||
|
||||
@ -141,7 +141,7 @@ Code
|
||||
pattern[0].type = RTE_FLOW_ITEM_TYPE_ETH;
|
||||
pattern[0].spec = ð
|
||||
|
||||
/* set the vlan to pas all packets */
|
||||
/* set the vlan to pass all packets */
|
||||
pattern[1] = RTE_FLOW_ITEM_TYPE_VLAN;
|
||||
pattern[1].spec = &vlan;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user