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 491162EDA for ; Tue, 9 Feb 2016 16:00:54 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 09 Feb 2016 07:00:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,421,1449561600"; d="scan'208";a="880439723" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 09 Feb 2016 07:00:53 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by IRSMSX108.ger.corp.intel.com ([169.254.11.102]) with mapi id 14.03.0248.002; Tue, 9 Feb 2016 15:00:51 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "Van Haaren, Harry" Thread-Topic: [dpdk-dev] [PATCH] docs: add statistics read frequency to fm10k guide Thread-Index: AQHRYoovhM6zTCCSFU6rcYmT8HEpCJ8jz3TA Date: Tue, 9 Feb 2016 15:00:51 +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-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] 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: Tue, 09 Feb 2016 15:00:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 8, 2016 4:01 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] docs: add statistics read frequency to > fm10k guide >=20 > 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? In general it shouldn't be required to add a note about doc changes to the = release note. In this case the note part may make more sense in the "Known Issues" sectio= n of the release note. John. --=20