Message ID | 20210324130250.2334658-1-qi.z.zhang@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | [1/2] doc: fix matching list | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
On 3/24/2021 1:02 PM, Qi Zhang wrote: > Fixed matching kernel driver version for DPDK 20.11. > > Fixes: e89aebf3b597 ("doc: update ice user guide") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Series applied to dpdk-next-net/main, thanks.
diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index ccda26f82f..7b5a1bf157 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -37,7 +37,7 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+-----------+ | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Firmware | +===========+===============+=================+===========+===========+ - | 20.11 | 1.3.0 | 1.3.20 | 1.3.24 | 2.3 | + | 20.11 | 1.3.2 | 1.3.20 | 1.3.24 | 2.3 | +-----------+---------------+-----------------+-----------+-----------+ Pre-Installation Configuration
Fixed matching kernel driver version for DPDK 20.11. Fixes: e89aebf3b597 ("doc: update ice user guide") Cc: stable@dpdk.org Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> --- doc/guides/nics/ice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)