RE: [PATCH v4 28/28] port: make API's stable

2023-10-20 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, October 19, 2023 8:10 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Dumitrescu, > Cristian > Subject: [PATCH v4 28/28] port: make API's stable > > Follow the guidelines already in depr

[PATCH v4 28/28] port: make API's stable

2023-10-19 Thread Stephen Hemminger
Follow the guidelines already in deprecation.rst and make the API's stable, even though they are marked as deprecated. Note: this library never properly marked its experimental API's. The API's were in the EXPERIMENTAL section but the macro __rte_experimental was missing. Signed-off-by: Stephen H