From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 07B40A3168 for ; Wed, 16 Oct 2019 17:14:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09A9E1E969; Wed, 16 Oct 2019 17:14:39 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6017D1E95F for ; Wed, 16 Oct 2019 17:14:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 08:14:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,304,1566889200"; d="scan'208";a="279557617" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 16 Oct 2019 08:14:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.131]) by IRSMSX152.ger.corp.intel.com ([169.254.6.76]) with mapi id 14.03.0439.000; Wed, 16 Oct 2019 16:14:34 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Krakowiak, LukaszX" Thread-Topic: [PATCH v2 2/2] sched: modify internal structs and functions for 64 bit values Thread-Index: AQHVhCQbS/PI6ybZ20mo9osvIAHLkKddYFxA Date: Wed, 16 Oct 2019 15:14:34 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E946FC5@IRSMSX108.ger.corp.intel.com> References: <20191014172455.139224-1-jasvinder.singh@intel.com> <20191016141729.67221-1-jasvinder.singh@intel.com> <20191016141729.67221-2-jasvinder.singh@intel.com> In-Reply-To: <20191016141729.67221-2-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDdiZDNmOGEtOTMyMS00ZGZiLWI4ZDUtMDMwYzA0YjgyMzZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVXcyYTlXVkhFNm5xYndUMlVlK0JlelwvdXo4U3dsMFcwVmNURCtrYmt2bHdObzlFQW9mQzFSaFFqTVpVSTdrMFQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/2] sched: modify internal structs and functions for 64 bit values 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, October 16, 2019 3:17 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Krakowiak, > LukaszX > Subject: [PATCH v2 2/2] sched: modify internal structs and functions for = 64 bit > values >=20 > Modify internal structure and functions to support 64-bit > values for rates and stats parameters. >=20 > Signed-off-by: Jasvinder Singh > Signed-off-by: Lukasz Krakowiak > --- > v2: > - remove rte_sched_min_val_2_u32() from rte_sched_common.h > - replace rte_sched_min_val_2_u32() by RTE_MIN in rte_sched.c > - replace sched_counter_t by uint64_t > - add 64 bit version of rte_approx >=20 Acked-by: Cristian Dumitrescu