doc: announce fib configuration structure changes
Checks
Commit Message
Announce addition of the flags field into rte_fib_conf structure.
Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++++
1 file changed, 4 insertions(+)
Comments
Vladimir Medvedkin, Jul 26, 2024 at 18:13:
> Announce addition of the flags field into rte_fib_conf structure.
>
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: Robin Jarry <rjarry@redhat.com>
26/07/2024 18:36, Robin Jarry:
> Vladimir Medvedkin, Jul 26, 2024 at 18:13:
> > Announce addition of the flags field into rte_fib_conf structure.
> >
> > Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
>
> Acked-by: Robin Jarry <rjarry@redhat.com>
Any other opinions?
On Wed, Jul 31, 2024 at 01:03:11PM +0200, Thomas Monjalon wrote:
> 26/07/2024 18:36, Robin Jarry:
> > Vladimir Medvedkin, Jul 26, 2024 at 18:13:
> > > Announce addition of the flags field into rte_fib_conf structure.
> > >
> > > Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
> >
> > Acked-by: Robin Jarry <rjarry@redhat.com>
>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
31/07/2024 13:08, Bruce Richardson:
> On Wed, Jul 31, 2024 at 01:03:11PM +0200, Thomas Monjalon wrote:
> > 26/07/2024 18:36, Robin Jarry:
> > > Vladimir Medvedkin, Jul 26, 2024 at 18:13:
> > > > Announce addition of the flags field into rte_fib_conf structure.
> > > >
> > > > Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
> > >
> > > Acked-by: Robin Jarry <rjarry@redhat.com>
> >
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks.
@@ -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.