From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7D99E377E for ; Mon, 8 Feb 2016 17:07:03 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 08 Feb 2016 08:06:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,416,1449561600"; d="scan'208";a="649038729" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2016 08:06:13 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 8 Feb 2016 16:06:10 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.97]) by irsmsx112.ger.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0248.002; Mon, 8 Feb 2016 16:06:10 +0000 From: "Van Haaren, Harry" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] docs: add statistics read frequency to fm10k guide Thread-Index: AQHRYodU405JKDd/eUqSeoivZ8Nr4Z8iTquAgAABH3A= Date: Mon, 8 Feb 2016 16:06:10 +0000 Message-ID: References: <1454946137-5505-1-git-send-email-harry.van.haaren@intel.com> <11831068.7FU8aLYTU0@xps13> In-Reply-To: <11831068.7FU8aLYTU0@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTAxZGJhMTgtMWI1MS00YTYzLWFhOWYtMGIwYzk5YmVkZmU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS40LjEwLjE5IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5XTDdFaTBNaUtcL1BCRXJUYUp4MFlId0w0Rmx0U3h3SnRnNnNzakg0YWpFPSJ9 x-ctpclassification: CTP_PUBLIC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] docs: add statistics read frequency to fm10k guide 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: Mon, 08 Feb 2016 16:07:04 -0000 > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > 2016-02-08 15:42, Harry van Haaren: > > This patch documents that the statistics of fm10k based NICs must be > > read regularly in order to avoid an undetected 32 bit integer-overflow. > > > > Signed-off-by: Harry van Haaren > > --- > > doc/guides/nics/fm10k.rst | 16 ++++++++++++++++ > > doc/guides/rel_notes/release_2_3.rst | 4 ++++ >=20 > Thanks for improving the doc. > I think we should not add it to the release notes. Other opinions? I was unsure on including it, and have no problem with it not being include= d. V2?