From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] docs: add statistics read frequency to fm10k guide Date: Mon, 08 Feb 2016 17:00:43 +0100 Message-ID: <11831068.7FU8aLYTU0@xps13> References: <1454946137-5505-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 91E472E83 for ; Mon, 8 Feb 2016 17:02:06 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p63so120355872wmp.1 for ; Mon, 08 Feb 2016 08:02:06 -0800 (PST) In-Reply-To: <1454946137-5505-1-git-send-email-harry.van.haaren@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ++++ Thanks for improving the doc. I think we should not add it to the release notes. Other opinions?