> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Ferruh Yigit > Sent: Wednesday, December 7, 2016 11:14 AM > To: Kulasek, TomaszX <[email protected]>; [email protected] > Cc: Ananyev, Konstantin <[email protected]>; > [email protected] > Subject: Re: [dpdk-dev] [PATCH v12 6/6] testpmd: use Tx preparation in > csum engine > > ... > <...> > > +cmdline_parse_inst_t cmd_csum_txprep = { > > + .f = cmd_csum_txprep_parsed, > > + .data = NULL, > > + .help_str = "enable/disable tx preparation path for csum engine: " > > + "csum txprep on|off", > > Can you please format help string as: > "cmd fixed_string fixed|string|options <variable>: Description" > see commit 26faac80327f > > above becomes: > "csum txprep on|off: Enable/Disable tx preparation path for csum engine" >
Also, does this require an update to the testpmd docs?

