[dpdk-dev] [PATCH v2] docs: add statistics read frequency to fm10k guide

2016-03-06 Thread Thomas Monjalon
2016-02-09 15:19, Harry van Haaren: > +suggested to read stats every 20 seconds, which will gaurantee the statistics typo: gaurantee > --- a/doc/guides/rel_notes/release_2_3.rst > +++ b/doc/guides/rel_notes/release_2_3.rst > @@ -31,6 +31,10 @@ Other > Known Issues > > > +* **FM10

[dpdk-dev] [PATCH v2] docs: add statistics read frequency to fm10k guide

2016-02-22 Thread Thomas Monjalon
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, >

[dpdk-dev] [PATCH v2] docs: add statistics read frequency to fm10k guide

2016-02-22 Thread 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

[dpdk-dev] [PATCH v2] docs: add statistics read frequency to fm10k guide

2016-02-22 Thread Mcnamara, John
> -Original Message- > From: Van Haaren, Harry > Sent: Tuesday, February 9, 2016 3:20 PM > To: Chen, Jing D > Cc: Mcnamara, John ; dev at dpdk.org; Van Haaren, > Harry > Subject: [PATCH v2] docs: add statistics read frequency to fm10k guide > > This patch documents that the statistics of

[dpdk-dev] [PATCH v2] docs: add statistics read frequency to fm10k guide

2016-02-09 Thread 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 --- v2: -Moved notes to Known Issues section of Release Notes. doc/guides/nics/fm10k.rst| 16