]> git.droids-corp.org - dpdk.git/commitdiff
doc: notify Rx errors not counting missed packets anymore
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Mar 2016 15:51:30 +0000 (16:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Mar 2016 16:54:57 +0000 (17:54 +0100)
Fixes: 86057c9992f5 ("ethdev: remove missed packets from error counter")
Suggested-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/guides/rel_notes/release_16_04.rst

index 2785b293c276a935cce56fc6e24cd7e866309e68..9922bcbccb53d49773a28199f033cb28c5f3fc26 100644 (file)
@@ -394,6 +394,10 @@ This section should contain API changes. Sample format:
 * Add a short 1-2 sentence description of the API change. Use fixed width
   quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
 
+* The ethdev statistics counter imissed is considered to be independent of ierrors.
+  All drivers are now counting the missed packets only once, i.e. drivers will
+  not increment ierrors anymore for missed packets.
+
 * The functions ``rte_eth_dev_udp_tunnel_add`` and ``rte_eth_dev_udp_tunnel_delete``
   have been renamed into ``rte_eth_dev_udp_tunnel_port_add`` and
   ``rte_eth_dev_udp_tunnel_port_delete``.