From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AE7FA5920; Thu, 14 Feb 2019 03:03:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 18:03:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,367,1544515200"; d="scan'208";a="143295385" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2019 18:03:58 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 13 Feb 2019 18:03:57 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 13 Feb 2019 18:03:57 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.194]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.232]) with mapi id 14.03.0415.000; Thu, 14 Feb 2019 10:03:54 +0800 From: "Wu, Jingjing" To: "Rao, Nikhil" , "Lu, Wenzhuo" , "Iremonger, Bernard" CC: "dev@dpdk.org" , "Dumitrescu, Cristian" , "Singh, Jasvinder" , "stable@dpdk.org" Thread-Topic: [PATCH] app/testpmd: initialize WRED profile packet mode from cli Thread-Index: AQHUqOM+3t94d2YIckinN0/JS68ld6XewS6A Date: Thu, 14 Feb 2019 02:03:53 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F811352B93@SHSMSX103.ccr.corp.intel.com> References: <1547124645-90122-1-git-send-email-nikhil.rao@intel.com> In-Reply-To: <1547124645-90122-1-git-send-email-nikhil.rao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTgyNDU1YzMtZWE0OS00ZmViLTkxNDctNWMzZjZjMTU5ZmZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTERDRVg1NFNOTzJkZ3NtYnlvck02SU5LRDgweTFLSEt3djdzbFhLSWRjR3RJK2MxU0pcL3lPbDB5aitGUjU3S2QifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: initialize WRED profile packet mode from cli 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: Thu, 14 Feb 2019 02:04:00 -0000 > -----Original Message----- > From: Rao, Nikhil > Sent: Thursday, January 10, 2019 8:51 PM > To: Lu, Wenzhuo ; Wu, Jingjing ; > Iremonger, Bernard > Cc: dev@dpdk.org; Dumitrescu, Cristian ; S= ingh, > Jasvinder ; Rao, Nikhil = ; > stable@dpdk.org > Subject: [PATCH] app/testpmd: initialize WRED profile packet mode from cl= i >=20 > Add struct rte_tm_wred_params::packet_mode to the > "add port tm node wred profile" cli command. >=20 > Fixes: 2fcf2f104fa2 ("ethdev: support WRED thresholds in bytes") > Cc: stable@dpdk.org >=20 > Signed-off-by: Nikhil Rao Acked-by: Jingjing Wu