doc: add known issue for ice

Message ID 20191014182223.35251-1-jiaqix.min@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series doc: add known issue for ice |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Min, JiaqiX Oct. 14, 2019, 6:22 p.m. UTC
  Add known issue for incorrect Rx statistics when packet is oversize.

Signed-off-by: Min JiaqiX <jiaqix.min@intel.com>
---
 doc/guides/nics/ice.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Qiming Yang Oct. 15, 2019, 1:49 a.m. UTC | #1
> -----Original Message-----
> From: Min, JiaqiX
> Sent: Tuesday, October 15, 2019 2:22 AM
> To: dev@dpdk.org; Yang, Qiming <qiming.yang@intel.com>
> Cc: Min, JiaqiX <jiaqix.min@intel.com>
> Subject: [PATCH] doc: add known issue for ice
> 
> Add known issue for incorrect Rx statistics when packet is oversize.
> 
> Signed-off-by: Min JiaqiX <jiaqix.min@intel.com>
> ---
>  doc/guides/nics/ice.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index
> 03819d29f..3e9bc9d33 100644
> --- a/doc/guides/nics/ice.rst
> +++ b/doc/guides/nics/ice.rst
> @@ -127,3 +127,11 @@ The same package file is used by both the kernel
> driver and the DPDK PMD.
>  ~~~~~~~~~~~~~~~~
> 
>  Ice code released in 19.02 is for evaluation only.
> +
> +Incorrect Rx statistics when packet is oversize
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +When a packet is over maximum frame size, the packet is dropped.
> +However, when calling `rte_eth_stats_get`, the Rx statistics will be
> +showed as received.
> +
> --
> 2.17.1

Acked-by: Qiming Yang <qiming.yang@intel.com>
  
Stillwell Jr, Paul M Oct. 15, 2019, 2:37 a.m. UTC | #2
NAK, this is not true for ice.

Paul

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Yang, Qiming
> Sent: Monday, October 14, 2019 6:49 PM
> To: Min, JiaqiX <jiaqix.min@intel.com>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: add known issue for ice
> 
> 
> > -----Original Message-----
> > From: Min, JiaqiX
> > Sent: Tuesday, October 15, 2019 2:22 AM
> > To: dev@dpdk.org; Yang, Qiming <qiming.yang@intel.com>
> > Cc: Min, JiaqiX <jiaqix.min@intel.com>
> > Subject: [PATCH] doc: add known issue for ice
> >
> > Add known issue for incorrect Rx statistics when packet is oversize.
> >
> > Signed-off-by: Min JiaqiX <jiaqix.min@intel.com>
> > ---
> >  doc/guides/nics/ice.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index
> > 03819d29f..3e9bc9d33 100644
> > --- a/doc/guides/nics/ice.rst
> > +++ b/doc/guides/nics/ice.rst
> > @@ -127,3 +127,11 @@ The same package file is used by both the kernel
> > driver and the DPDK PMD.
> >  ~~~~~~~~~~~~~~~~
> >
> >  Ice code released in 19.02 is for evaluation only.
> > +
> > +Incorrect Rx statistics when packet is oversize
> > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > +
> > +When a packet is over maximum frame size, the packet is dropped.
> > +However, when calling `rte_eth_stats_get`, the Rx statistics will be
> > +showed as received.
> > +
> > --
> > 2.17.1
> 
> Acked-by: Qiming Yang <qiming.yang@intel.com>
  

Patch

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index 03819d29f..3e9bc9d33 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -127,3 +127,11 @@  The same package file is used by both the kernel driver and the DPDK PMD.
 ~~~~~~~~~~~~~~~~
 
 Ice code released in 19.02 is for evaluation only.
+
+Incorrect Rx statistics when packet is oversize
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When a packet is over maximum frame size, the packet is dropped.
+However, when calling `rte_eth_stats_get`, the Rx statistics will be
+showed as received.
+