From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3A7B74CA9 for ; Mon, 22 Oct 2018 11:34:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Oct 2018 02:34:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,411,1534834800"; d="scan'208";a="80596906" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga008.fm.intel.com with ESMTP; 22 Oct 2018 02:34:54 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.248]) by IRSMSX104.ger.corp.intel.com ([169.254.5.213]) with mapi id 14.03.0319.002; Mon, 22 Oct 2018 10:34:53 +0100 From: "Singh, Jasvinder" To: "Xu, Rosen" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" , "Lu, Wenzhuo" , "Yigit, Ferruh" Thread-Topic: [PATCH v2 0/2] Add and identify shaper profile parameters Thread-Index: AQHUaePA32PlHMqPikqAyUOlxv9RgKUrAGdA Date: Mon, 22 Oct 2018 09:34:52 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3363980E@IRSMSX103.ger.corp.intel.com> References: <1534156498-57837-1-git-send-email-rosen.xu@intel.com> <1540198001-127116-1-git-send-email-rosen.xu@intel.com> In-Reply-To: <1540198001-127116-1-git-send-email-rosen.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmY2MzQ4NWYtZTFlMy00NzNmLTllODItOTc0Yjc5MGIzZWNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaWNYK0RqK05QcnRaTTNMR004MkFmbFRVR1FQR3hkVE1zS2Z0YkJPaVlxRXM2b0NFUUljaWRva0tScW9uaHhaNiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] Add and identify shaper profile parameters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 09:34:56 -0000 > -----Original Message----- > From: Xu, Rosen > Sent: Monday, October 22, 2018 9:47 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Singh, Jasvinder ; Xu, > Rosen ; Yigit, Ferruh > Subject: [PATCH v2 0/2] Add and identify shaper profile parameters >=20 > v2 updates: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > - Updated commmand section > - Updated the documentation >=20 > v1 updates: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > - Added committed and peak parameters >=20 > As struct rte_tm_shaper_params defined, the command line of test-pmd shou= ld > 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 comman= d > section and the documentation. >=20 >=20 > Rosen Xu (2): > app/test-pmd: add and identify shaper profile parameters > doc/guides/testpmd_app_ug: update documentation for added shaper > profile parameters >=20 > 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(-) >=20 > -- > 1.8.3.1 Series-Acked-by: Jasvinder Singh