DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add known issue for ice
@ 2019-10-14 18:22 Min JiaqiX
  2019-10-15  1:49 ` Yang, Qiming
  0 siblings, 1 reply; 3+ messages in thread
From: Min JiaqiX @ 2019-10-14 18:22 UTC (permalink / raw)
  To: dev, qiming.yang; +Cc: Min JiaqiX

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-15  2:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 18:22 [dpdk-dev] [PATCH] doc: add known issue for ice Min JiaqiX
2019-10-15  1:49 ` Yang, Qiming
2019-10-15  2:37   ` Stillwell Jr, Paul M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).