[v2,6/6] doc: add ethdev pre-config flags to release notes
Checks
Commit Message
Add to release notes:
1. Flags field in pre-configuration structure and strict-queue flag.
Fixes: dcc9a80c20b8 ("ethdev: add strict queue to pre-configuration flow hints")
Cc: michaelba@nvidia.com
Signed-off-by: Michael Baum <michaelba@nvidia.com>
Reviewed-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/rel_notes/release_22_11.rst | 6 ++++++
1 file changed, 6 insertions(+)
@@ -108,6 +108,12 @@ New Features
Each flag has a corresponding capability flag
in ``struct rte_eth_hairpin_queue_cap``.
+* **Added strict queue to pre-configuration flow hints.**
+
+ * Added flags option to ``rte_flow_configure`` and ``rte_flow_info_get``.
+ * Added ``RTE_FLOW_PORT_FLAG_STRICT_QUEUE`` flag to indicate all operations
+ for a given flow rule will strictly happen on the same queue.
+
* **Added configuration for asynchronous flow connection tracking.**
Added connection tracking action number hint to ``rte_flow_configure``