[PATCH v4 27/28] table: remove experimental from API
Dumitrescu, Cristian
cristian.dumitrescu at intel.com
Fri Oct 20 12:12:08 CEST 2023
> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Thursday, October 19, 2023 8:10 PM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>; Dumitrescu,
> Cristian <cristian.dumitrescu at intel.com>
> Subject: [PATCH v4 27/28] table: remove experimental from API
>
> Though this library is marked for deprecation in future.
> This patch follows the guideline in deprecation notice which
> states the experimental API's will become stable.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> doc/guides/rel_notes/deprecation.rst | 2 --
> lib/table/rte_swx_table_learner.h | 10 ----------
> lib/table/rte_swx_table_selector.h | 6 ------
> lib/table/rte_table_hash_func.h | 9 ---------
> lib/table/version.map | 18 ++----------------
> 5 files changed, 2 insertions(+), 43 deletions(-)
>
NAK.
As the deprecation notice states, the old API is planned for removal:
https://git.dpdk.org/dpdk/tree/doc/guides/rel_notes/deprecation.rst#n135
As discussed before, it is bad practice to mark as stable API that is planned for removal.
More information about the dev
mailing list