X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fi40e.rst;h=a0b81e66950f23060a39a925bf97b4ffe868d1fd;hb=2f865ed07bb696bb7724c2a52674019391e9077e;hp=2f846091cf99f571598895730f6df4453fde8474;hpb=5b728485d6bf5cfb1fb0dadb76b518df3575da07;p=dpdk.git diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 2f846091cf..a0b81e6695 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -88,6 +88,10 @@ 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 | +--------------+-----------------------+------------------+ | 19.11 | 2.9.21 | 7.00 | @@ -127,6 +131,10 @@ 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 | +--------------+-----------------------+------------------+ | 19.11 | 2.9.21 | 4.10 | @@ -662,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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -732,6 +749,13 @@ with DPDK, then the configuration will also impact port B in the NIC with kernel driver, which don't want to use the TPID. So PMD reports warning to clarify what is changed by writing global register. +Cloud Filter +~~~~~~~~~~~~ + +When programming cloud filters for IPv4/6_UDP/TCP/SCTP with SRC port only or DST port only, +it will make any cloud filter using inner_vlan or tunnel key invalid. Default configuration will be +recovered only by NIC core reset. + High Performance of Small Packets on 40GbE NIC ----------------------------------------------