]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/i40e.rst
doc: add known issue for i40e statistics
[dpdk.git] / doc / guides / nics / i40e.rst
index 1245ecfcfdb6796f0a5250992f0fe6eeca8ea640..b89061393eca59d14c2aec3a6fec15e590c2e6b4 100644 (file)
@@ -460,3 +460,10 @@ Receive packets with Ethertype 0x88A8
 
 Due to the FW limitation, PF can receive packets with Ethertype 0x88A8
 only when floating VEB is disabled.
 
 Due to the FW limitation, PF can receive packets with Ethertype 0x88A8
 only when floating VEB is disabled.
+
+Incorrect Rx statistics when packet is oversize
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When a packet is over maximum frame size, the packet is dropped.
+However the Rx statistics, when calling `rte_eth_stats_get` incorrectly
+shows it as received.