Announce addition of the flags field into rte_fib_conf structure. Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6948641ff6..d4d6290288 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -147,3 +147,7 @@ Deprecation Notices will be deprecated and subsequently removed in DPDK 24.11 release. Before this, the new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status. + +* fib: A new flags field will be introduced in rte_fib_conf structure + in DPDK 24.11. This field will be used to pass extra configuration + settings when creating rte_fib. -- 2.34.1