From 77f96cb8650fcca01958ca6056e3ad8bcf6ec660 Mon Sep 17 00:00:00 2001 From: Vladimir Medvedkin Date: Fri, 26 Jul 2024 16:13:33 +0000 Subject: [PATCH] doc: announce FIB configuration structure change Announce addition of the flags field into rte_fib_conf structure. Signed-off-by: Vladimir Medvedkin Acked-by: Robin Jarry Acked-by: Bruce Richardson Acked-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 86a1de1622b..211f59fdc9a 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -166,6 +166,9 @@ Deprecation Notices The legacy actions should be removed once ``MODIFY_FIELD`` alternative is implemented in drivers. +* fib: A new flag field will be introduced in ``rte_fib_conf`` structure + in DPDK 24.11. This field will be used to pass extra configuration settings. + * cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated to have another parameter ``qp_id`` to return the queue pair ID which got error interrupt to the application,