X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fi40e.rst;h=a0b81e66950f23060a39a925bf97b4ffe868d1fd;hb=2f865ed07bb696bb7724c2a52674019391e9077e;hp=cf1ae2d0b04364458bb5cdc18504b31f710f7963;hpb=1d169e9dafb849d9c3737b5c8e87df23f4029ad4;p=dpdk.git diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index cf1ae2d0b0..a0b81e6695 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -88,6 +88,8 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 20.08 | 2.12.6 | 7.30 | + +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 7.30 | +--------------+-----------------------+------------------+ | 20.02 | 2.10.19 | 7.20 | @@ -129,6 +131,8 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 20.08 | 2.12.6 | 4.11 | + +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 4.11 | +--------------+-----------------------+------------------+ | 20.02 | 2.10.19 | 4.11 | @@ -666,6 +670,15 @@ 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. +RX/TX statistics may be incorrect when register overflowed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The rx_bytes/tx_bytes statistics register is 48 bit length. +Although this limitation is enlarged to 64 bit length on the software side, +but there is no way to detect if the overflow occurred more than once. +So rx_bytes/tx_bytes statistics data is correct when statistics are +updated at least once between two overflows. + VF & TC max bandwidth setting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~