[v5,12/12] doc: enable DCF datapath configuration

Message ID 20200623023838.5608-13-ting.xu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series enable DCF datapath configuration |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Xu, Ting June 23, 2020, 2:38 a.m. UTC
  Add doc for DCF datapath configuration in DPDK 20.08 release note.
Add "ice_dcf" driver features.

Signed-off-by: Ting Xu <ting.xu@intel.com>
---
 doc/guides/nics/features/ice_dcf.ini   | 19 +++++++++++++++++++
 doc/guides/rel_notes/release_20_08.rst |  6 ++++++
 2 files changed, 25 insertions(+)
 create mode 100644 doc/guides/nics/features/ice_dcf.ini
  

Patch

diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini
new file mode 100644
index 000000000..e2b565909
--- /dev/null
+++ b/doc/guides/nics/features/ice_dcf.ini
@@ -0,0 +1,19 @@ 
+;
+; Supported features of the 'ice_dcf' network poll mode driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Features]
+Queue start/stop     = Y
+Jumbo frame          = Y
+Scattered Rx         = Y
+RSS hash             = P
+Flow API             = Y
+CRC offload          = Y
+L3 checksum offload  = P
+L4 checksum offload  = P
+Basic stats          = Y
+Linux UIO            = Y
+Linux VFIO           = Y
+x86-32               = Y
+x86-64               = Y
diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index dee4ccbb5..1a3a4cdb2 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -56,6 +56,12 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **Updated the Intel ice driver.**
+
+  Updated the Intel ice driver with new features and improvements, including:
+
+  * Added support for DCF datapath configuration.
+
 * **Updated Mellanox mlx5 driver.**
 
   Updated Mellanox mlx5 driver with new features and improvements, including: