From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AB2703977 for ; Tue, 15 Nov 2016 16:17:38 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 15 Nov 2016 07:17:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,495,1473145200"; d="scan'208";a="31211357" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 15 Nov 2016 07:17:36 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.122]) by IRSMSX154.ger.corp.intel.com ([169.254.12.147]) with mapi id 14.03.0248.002; Tue, 15 Nov 2016 15:17:35 +0000 From: "Pattan, Reshma" To: "Horton, Remy" CC: "thomas.monjalon@6wind.com" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 2/3] lib: add bitrate statistics library Thread-Index: AQHSPxA2gbc7R8mlvUGgEAmhPJrIE6DaJ7sA Date: Tue, 15 Nov 2016 15:17:35 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F010C427F@IRSMSX109.ger.corp.intel.com> References: <1479194120-6917-1-git-send-email-remy.horton@intel.com> <1479194120-6917-3-git-send-email-remy.horton@intel.com> In-Reply-To: <1479194120-6917-3-git-send-email-remy.horton@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFlZWI1YmMtZDNhOC00ZjVlLTk1MmYtMjc0NGIwN2U5NjQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InU3Z2pXYytKZFBKR0lhSnBzeFA5ODBkZytSWTNQTnR4dVwveTRuZHFzaTBVPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 2/3] lib: add bitrate statistics library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 15:17:39 -0000 Hi, > Signed-off-by: Remy Horton > --- > a/doc/guides/rel_notes/release_17_02.rst > b/doc/guides/rel_notes/release_17_02.rst > index e1b8894..f949e88 100644 > --- a/doc/guides/rel_notes/release_17_02.rst > +++ b/doc/guides/rel_notes/release_17_02.rst > @@ -40,6 +40,11 @@ New Features > intended to provide a reporting mechanism that is independent of th= e > ethdev library. >=20 > + * **Added bit-rate calculation library.** > + > + A library that can be used to calculate device bit-rates. Calculate= d > + bitrates are reported using the metrics library. > + Shared Library Versions section also need to be updated for bitrate and met= rics libraries. Thanks, Reshma