Re: [dpdk-dev] [PATCH v6 0/2] single flow dump

2021-04-14 Thread Ferruh Yigit
On 4/14/2021 11:19 AM, Haifei Luo wrote: Dump internal representation information of all flows is supported. It is useful to dump one flow. To implement this requirement, add this CLI to dump one rule: flow dump PORT rule ID and the CLI to dump all: flow dump PORT all Examples: testpm

[dpdk-dev] [PATCH v6 0/2] single flow dump

2021-04-14 Thread Haifei Luo
Dump internal representation information of all flows is supported. It is useful to dump one flow. To implement this requirement, add this CLI to dump one rule: flow dump PORT rule ID and the CLI to dump all: flow dump PORT all Examples: testpmd> flow dump 0 all testpmd> flow dump 0 r