Re: [dpdk-dev] [PATCH v3] app/testpmd: add CLI for action meter color

2021-05-12 Thread Ferruh Yigit
On 5/12/2021 8:02 AM, Haifei Luo wrote: > Currently action RTE_FLOW_ACTION_TYPE_METER_COLOR is defined. > Add the CLI for this aciton: color type (types) > There are three types: green, yellow and red. > > Example for the new policy meter CLIs: >add port meter policy 0 1 g_actions color type

[dpdk-dev] [PATCH v3] app/testpmd: add CLI for action meter color

2021-05-12 Thread Haifei Luo
Currently action RTE_FLOW_ACTION_TYPE_METER_COLOR is defined. Add the CLI for this aciton: color type (types) There are three types: green, yellow and red. Example for the new policy meter CLIs: add port meter policy 0 1 g_actions color type green / end y_actions color type yellow / end r