Re: [dpdk-dev] [PATCH v2] doc: fix testpmd sample qinq flow rules

2021-01-19 Thread Li, Xiaoyun
Acked-by: Xiaoyun Li > -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, January 19, 2021 21:01 > To: dev@dpdk.org; Li, Xiaoyun > Cc: Iremonger, Bernard ; sta...@dpdk.org > Subject: [PATCH v2] doc: fix testpmd sample qinq flow rules > > In the Testpmd Flow rules management

[dpdk-dev] [PATCH v2] doc: fix testpmd sample qinq flow rules

2021-01-19 Thread Bernard Iremonger
In the Testpmd Flow rules management section, correct the TPID values in the Sample QinQ flow rules sub section. Also replace the keyword qinq_strip with extend in the vlan set command. Fixes: bef3bfe7d5f4 ("doc: revise sample testpmd flow commands") Cc: sta...@dpdk.org Signed-off-by: Bernard Ire