Re: [dpdk-dev] [PATCH v3 2/4] app/testpmd: add meter profile packet mode option

2021-04-12 Thread Li Zhang
> Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon ; > Raslan Darawsheh ; Roni Bar Yanai > > Subject: Re: [dpdk-dev] [PATCH v3 2/4] app/testpmd: add meter profile packet > mode option > > External email: Use caution opening links or attachments > > > On 4/10/2021 8:24 AM, Li

Re: [dpdk-dev] [PATCH v3 2/4] app/testpmd: add meter profile packet mode option

2021-04-12 Thread Ferruh Yigit
On 4/10/2021 8:24 AM, Li Zhang wrote: add meter profile packet_mode to the ethernet device. One example: add port meter profile rfc2697 (port_id) (profile_id) (cir) (cbs) (ebs) (packet_mode) Signed-off-by: Li Zhang Acked-by: Matan Azrad <...> @@ -365,7 +383,7 @@ static void cmd_add_port_me

[dpdk-dev] [PATCH v3 2/4] app/testpmd: add meter profile packet mode option

2021-04-10 Thread Li Zhang
add meter profile packet_mode to the ethernet device. One example: add port meter profile rfc2697 (port_id) (profile_id) (cir) (cbs) (ebs) (packet_mode) Signed-off-by: Li Zhang Acked-by: Matan Azrad --- app/test-pmd/cmdline_mtr.c | 40 +++-- doc/guides/testpmd_a