Signed-off-by: hailinxx <[email protected]> --- doc/guides/nics/ixgbe.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index 34e6dd361c..ea241927f6 100644 --- a/doc/guides/nics/ixgbe.rst +++ b/doc/guides/nics/ixgbe.rst @@ -54,6 +54,25 @@ They are transparently registered at runtime RX/TX execution if all condition ch Some constraints apply as pre-conditions for specific optimizations on bulk packet transfers. The following sections explain RX and TX constraints in the vPMD. +Kernel driver, DDP and Firmware Matching List +--------------------------------------------- +It is highly recommended to upgrade the ixgbe kernel driver and ++firmware to avoid the compatibility issues with i40e PMD. +The table below shows a summary of the DPDK versions with +corresponding out-of-tree Linux kernel drivers and firmware. +The full list of in-tree and out-of-tree Linux kernel drivers from +kernel.org and Linux distributions that were tested and verified ++are listed in the Tested Platforms section of the Release Notes for each release. + ++--------------+-----------------------+-----------------+-----------------+ +| DPDK version | Kernel driver version | E610 FW version | X550 FW version | ++==============+=======================+=================+=================+ +| 25.11 | 6.2.5 | 1.30 | | ++--------------+-----------------------+-----------------+-----------------+ +| 26.03 | 6.3.4 | 1.41 | 3.70 | ++--------------+-----------------------+-----------------+-----------------+ + + RX Constraints ~~~~~~~~~~~~~~ -- 2.34.1

