X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fice.rst;h=b691008add13d062fc976718887e88ab6df81540;hb=00242a687de6;hp=1000861328c24318a3c0cbd1e3321b1593e34b55;hpb=ce6617a0698e7cd2e5eab6d69a605a580fe0f451;p=dpdk.git diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 1000861328..b691008add 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -48,11 +48,13 @@ to avoid the compatibility issues with ice PMD. Here is the suggested matching list which has been tested and verified. The detailed information can refer to chapter Tested Platforms/Tested NICs in release notes. - +-----------+---------------+-----------------+-----------+-----------+ - | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Firmware | - +===========+===============+=================+===========+===========+ - | 20.11 | 1.3.0 | 1.3.20 | 1.3.24 | 2.3 | - +-----------+---------------+-----------------+-----------+-----------+ + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Wireless DDP | Firmware | + +===========+===============+=================+===========+==============+===========+ + | 20.11 | 1.3.2 | 1.3.20 | 1.3.24 | N/A | 2.3 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.02 | 1.4.11 | 1.3.24 | 1.3.28 | 1.3.4 | 2.4 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------ @@ -330,3 +332,8 @@ is stored in ``ice_adapter->active_pkg_type``. A symbolic link to the DDP package file is also ok. The same package file is used by both the kernel driver and the DPDK PMD. + + .. Note:: + + Windows support: The DDP package is not supported on Windows so, + loading of the package is disabled on Windows.