As part of a larger work on selecting parts of DPDK of interests for
users, enabling deprecated libraries won't be done via the disable_libs
build option anymore.

An example of the new build option can be found at:
https://patchwork.dpdk.org/project/dpdk/patch/20230628132004.340074-2-david.march...@redhat.com/

Signed-off-by: David Marchand <david.march...@redhat.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 8e1cdd677a..f148d7c80a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -11,6 +11,10 @@ here.
 Deprecation Notices
 -------------------
 
+* build: Enabling deprecated libraries (``flow_classify``, ``kni``) won't be
+  possible anymore through the use of the ``disable_libs`` build option. A
+  new build option for deprecated libraries will be introduced instead.
+
 * kvargs: The function ``rte_kvargs_process`` will get a new parameter
   for returning key match count. It will ease handling of no-match case.
 
-- 
2.40.1

Reply via email to