> -----Original Message-----
> From: Stephen Hemminger <step...@networkplumber.org>
> Sent: Thursday, October 19, 2023 8:10 PM
> To: dev@dpdk.org
> Cc: Stephen Hemminger <step...@networkplumber.org>; Dumitrescu,
> Cristian <cristian.dumitre...@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 <step...@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.

Reply via email to