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: michae...@nvidia.com Signed-off-by: Michael Baum <michae...@nvidia.com> Reviewed-by: Thomas Monjalon <tho...@monjalon.net> --- doc/guides/rel_notes/release_22_11.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index ba8b97c09a..3dee012636 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -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`` -- 2.25.1