From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc/nic: add ixgbe statistics on read frequency Date: Wed, 09 Mar 2016 18:37:30 +0100 Message-ID: <112134693.hveKTggIad@xps13> References: <1456748226-27449-1-git-send-email-harry.van.haaren@intel.com> <1457447379-594-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-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 108BC5582 for ; Wed, 9 Mar 2016 18:39:12 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id l68so203183785wml.0 for ; Wed, 09 Mar 2016 09:39:12 -0800 (PST) In-Reply-To: <1457447379-594-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-03-08 14:29, Harry van Haaren: > This patch adds a note to the ixgbe PMD guide, stating > the minimum time that statistics must be polled from > the hardware in order to avoid register values becoming > saturated and "sticking" to the max value. > > Reported-by: Jerry Zhang > Tested-by: Marcin Kerlin > Signed-off-by: Harry van Haaren > Acked-by: Marcin Kerlin Applied, thanks