From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rosen Xu Subject: [PATCH v2 0/2] Add and identify shaper profile parameters Date: Mon, 22 Oct 2018 16:46:39 +0800 Message-ID: <1540198001-127116-1-git-send-email-rosen.xu@intel.com> References: <1534156498-57837-1-git-send-email-rosen.xu@intel.com> Cc: cristian.dumitrescu@intel.com, wenzhuo.lu@intel.com, jasvinder.singh@intel.com, rosen.xu@intel.com, ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2ECF24C9F for ; Mon, 22 Oct 2018 10:46:30 +0200 (CEST) In-Reply-To: <1534156498-57837-1-git-send-email-rosen.xu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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