From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 61E142C36 for ; Mon, 22 Feb 2016 18:42:16 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id c200so183520732wme.0 for ; Mon, 22 Feb 2016 09:42:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=2RSEkG/uGajkr9x+bftgycpMuhZZ1gtNfmVXjETdaYM=; b=qKs+geHEVRR5RtNt+5QiUmKpc4Sep1yiO2sGx0QVJcazC0r77ZaoU9EYhgN6aPtcpv TnxrwTLv7fMw80sYloJO/zwlKV8T7VGJqAPl1XfScc9v4yhvwgh52qdoLTSCKfiltKki uJ8RoAMi3qmqa2T892jSJjNcP6zlhZ3Mh/LONzWyJsjx07g9YdAKQO3+VPyniebPuCEv zEoXIP6z8OqlOHTbU185CFUyXYxG2swG9uFNkBTM5O8jrjJcob7DUA+OiHTsTr+ALY0S NR8nxGAC6XzzXM2GsmFq3dcH4zXWv4oWWR1BAylEZky/hu3FMSfqLoe0KOCM+sEwiHEN 3WCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=2RSEkG/uGajkr9x+bftgycpMuhZZ1gtNfmVXjETdaYM=; b=AHhoVOva5NrIBZ8yYxi+N0tk25xDZ1y7pUXM34fmgSzD/FCGcuuKZ/Uk8dXolqic8X Ko52x0a8FoI/1L1uPsUqgugu06luKG+Okeu2qDj5kal0Z5WImfDY4yampknGQX8aKF1P Qe2xPssDRp+KacyMRnoKQt0oGbNyz0jL7qpv/4v5Y3R/0sPU9v4W//n1lF0zAgep8ys/ iOCgdYnvu02Mjx0UH9nIPFLSOjpTAD5iMQxdSxDRtWsopANwwIK4XV3I5rMwEZIUghFg xCoTFzWfn8Sa+/3cSV9WyI0/DB+kRmgT80PV8nevlUVm9t2lClIlgZaSdHWRT8mO3ksq WmBQ== X-Gm-Message-State: AG10YOQeAESrcNC1jXUmiwQs55PQgQJFLms8WHivQ/EegKRs5Ha/2vLxJ+IyxpE45Gpiuzlu X-Received: by 10.28.180.193 with SMTP id d184mr13110613wmf.64.1456162936202; Mon, 22 Feb 2016 09:42:16 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id k4sm22197872wmc.12.2016.02.22.09.42.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 09:42:15 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Date: Mon, 22 Feb 2016 18:40:41 +0100 Message-ID: <1700761.WB86EvbuoI@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1454946137-5505-1-git-send-email-harry.van.haaren@intel.com> <1455031194-27921-1-git-send-email-harry.van.haaren@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] 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, 22 Feb 2016 17:42:16 -0000 2016-02-22 17:18, Mcnamara, John: > > Known Issues > > ------------ > > > > +* **FM10K: Statistics Polling Frequency** > > + > > + A section has been added to the NIC guide for fm10k about the maximum > > + time between reading statistics and 32 bit packet counter overflows. > > Hi Thomas, > > We should probably call this section "New Known Issues" and then copy them to the legacy "Known Issues" doc after 1 release. > > http://dpdk.org/doc/guides/rel_notes/release_2_2.html#known-issues > http://dpdk.org/doc/guides/rel_notes/known_issues.html > > Or any other suggestion? Yes it is an option. Or we can simply maintain known issues in one place and remove the per-release section.