[v4,77/86] net/ntnic: update documentation for flow actions update

Message ID 20241029164243.1648775-78-sil-plv@napatech.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series Provide flow filter API and statistics |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Serhii Iliushyk Oct. 29, 2024, 4:42 p.m. UTC
Update ntnic.rst and release notes

Signed-off-by: Serhii Iliushyk <sil-plv@napatech.com>
---
 doc/guides/nics/ntnic.rst              | 1 +
 doc/guides/rel_notes/release_24_11.rst | 1 +
 2 files changed, 2 insertions(+)
  

Patch

diff --git a/doc/guides/nics/ntnic.rst b/doc/guides/nics/ntnic.rst
index 4ae94b161c..e0dfbefacb 100644
--- a/doc/guides/nics/ntnic.rst
+++ b/doc/guides/nics/ntnic.rst
@@ -71,6 +71,7 @@  Features
 - Basic stats
 - Extended stats
 - Flow metering, including meter policy API.
+- Flow update. Update of the action list for specific flow
 
 Limitations
 ~~~~~~~~~~~
diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst
index 1124d5a64c..50cbebc33f 100644
--- a/doc/guides/rel_notes/release_24_11.rst
+++ b/doc/guides/rel_notes/release_24_11.rst
@@ -164,6 +164,7 @@  New Features
   * Added statistics API
   * Added age rte flow action support
   * Added meter flow metering and flow policy support
+  * Added flow actions update support
 
 * **Added cryptodev queue pair reset support.**