doc: announce fib configuration structure changes

Message ID 20240726161333.878004-1-vladimir.medvedkin@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: announce fib configuration structure changes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-marvell-Functional success Functional Testing PASS
ci/iol-broadcom-Performance pending Performance Testing pending
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-abi-testing pending Testing pending
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing pending Testing pending
ci/iol-compile-amd64-testing pending Testing pending
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Vladimir Medvedkin July 26, 2024, 4:13 p.m. UTC
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

Robin Jarry July 26, 2024, 4:36 p.m. UTC | #1
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>
  
Thomas Monjalon July 31, 2024, 11:03 a.m. UTC | #2
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?
  
Bruce Richardson July 31, 2024, 11:08 a.m. UTC | #3
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>
  
Thomas Monjalon July 31, 2024, 2:55 p.m. UTC | #4
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.
  

Patch

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.