> -----Original Message----- > From: Singh, Aman Deep <aman.deep.si...@intel.com> > Sent: Friday, June 17, 2022 00:40 > To: Guo, Junfeng <junfeng....@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Xing, > Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Wang, Xiao W <xiao.w.w...@intel.com> > Subject: Re: [PATCH v2] app/testpmd: add throughput stats for > forward streams > > Hi Junfeng, > > Thanks for the patch. > > > On 6/6/2022 3:09 PM, Junfeng Guo wrote: > > 1. add throughput statistics (in pps) for forward streams. > > 2. display the forward statistics for every forward stream. > > > > v2: > > add parameter descriptions and fix commit title. > > > > Signed-off-by: Xiao Wang <xiao.w.w...@intel.com> > > Signed-off-by: Junfeng Guo <junfeng....@intel.com> > > --- > > > We do have per port Rx/Tx pps in display stats. > For per forward stream we can enable "--record-burst-stats". > With it we can get per fwd stream Rx/Tx pps. > > Please check if this patch is adding any additional functionality.
Sorry for the late reply. Seems that "--record-burst-stats" could only show the stats of Rx/Tx bursts. Actually this patch can enable the throughput stats, which has not been supported in current testpmd. So we hope this functionality could be added. Thanks! > > <snip>