Skip to content

Commit

Permalink
doc: announce change for building deprecated libraries
Browse files Browse the repository at this point in the history
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.marchand@redhat.com/

Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
david-marchand authored and ovsrobot committed Jun 28, 2023
1 parent 93a4b3b commit 30b12fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/guides/rel_notes/deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 30b12fb

Please sign in to comment.