Hi Ferruh, > -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Tuesday, April 13, 2021 7:51 AM > To: Li Zhang <[email protected]>; [email protected]; Ori Kam > <[email protected]>; Slava Ovsiienko <[email protected]>; Matan > Azrad <[email protected]>; Shahaf Shuler <[email protected]>; > [email protected]; [email protected]; Xiaoyun Li > <[email protected]> > Cc: [email protected]; NBU-Contact-Thomas Monjalon <[email protected]>; > Raslan Darawsheh <[email protected]>; Roni Bar Yanai > <[email protected]> > 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 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 <[email protected]> > > Acked-by: Matan Azrad <[email protected]> > > <...> > > > @@ -365,7 +383,7 @@ static void > cmd_add_port_meter_profile_srtcm_parsed(void *parsed_result, > > cmdline_parse_inst_t cmd_add_port_meter_profile_srtcm = { > > .f = cmd_add_port_meter_profile_srtcm_parsed, > > .data = NULL, > > - .help_str = "add port meter profile srtcm_rfc2697 <port_id> > > <profile_id> > <cir> <cbs> <ebs>", > > + .help_str = "add port meter profile srtcm_rfc2697 <port_id> > > + <profile_id> <cir> <cbs> <ebs> <packet_mode>", > > Can you please update 'cmd_help_long_parsed()' in 'cmdline.c' for the > command updates?
Sure, will update it in V4 patch. Regards, Li Zhang

