mbox series

[v2,0/2] Add and identify shaper profile parameters

Message ID 1540198001-127116-1-git-send-email-rosen.xu@intel.com (mailing list archive)
Headers
Series Add and identify shaper profile parameters |

Message

Xu, Rosen Oct. 22, 2018, 8:46 a.m. UTC
  v2 updates:
==========
 - Updated commmand section
 - Updated the documentation

v1 updates:
==========
 - Added committed and peak parameters

As struct rte_tm_shaper_params defined, the command line of
test-pmd should include committed and peak parameters, but
right now the command line doesn't identify whether it's
committed or peak parameter. This patch identifies and
adds the clarify definition. This patch also update command
section and the documentation.


Rosen Xu (2):
  app/test-pmd: add and identify shaper profile parameters
  doc/guides/testpmd_app_ug: update documentation for added shaper
    profile parameters

 app/test-pmd/cmdline.c                      |  3 ++-
 app/test-pmd/cmdline_tm.c                   | 34 ++++++++++++++++++++---------
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  9 +++++---
 3 files changed, 32 insertions(+), 14 deletions(-)
  

Comments

Jasvinder Singh Oct. 22, 2018, 9:34 a.m. UTC | #1
> -----Original Message-----
> From: Xu, Rosen
> Sent: Monday, October 22, 2018 9:47 AM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>; Singh, Jasvinder <jasvinder.singh@intel.com>; Xu,
> Rosen <rosen.xu@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>
> Subject: [PATCH v2 0/2] Add and identify shaper profile parameters
> 
> v2 updates:
> ==========
>  - Updated commmand section
>  - Updated the documentation
> 
> v1 updates:
> ==========
>  - Added committed and peak parameters
> 
> As struct rte_tm_shaper_params defined, the command line of test-pmd should
> include committed and peak parameters, but right now the command line
> doesn't identify whether it's committed or peak parameter. This patch
> identifies and adds the clarify definition. This patch also update command
> section and the documentation.
> 
> 
> Rosen Xu (2):
>   app/test-pmd: add and identify shaper profile parameters
>   doc/guides/testpmd_app_ug: update documentation for added shaper
>     profile parameters
> 
>  app/test-pmd/cmdline.c                      |  3 ++-
>  app/test-pmd/cmdline_tm.c                   | 34 ++++++++++++++++++++---------
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  9 +++++---
>  3 files changed, 32 insertions(+), 14 deletions(-)
> 
> --
> 1.8.3.1


Series-Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>