Re: [dpdk-dev] [PATCH v1 3/7] eal: promote malloc API's to stable

2021-09-10 Thread Kinsella, Ray
On 10/09/2021 13:30, Anatoly Burakov wrote: > As per ABI policy, move the formerly experimental API's to the stable > section. > > Signed-off-by: Anatoly Burakov > --- > lib/eal/include/rte_malloc.h | 10 -- > lib/eal/version.map | 20 ++-- > 2 files changed,

[dpdk-dev] [PATCH v1 3/7] eal: promote malloc API's to stable

2021-09-10 Thread Anatoly Burakov
As per ABI policy, move the formerly experimental API's to the stable section. Signed-off-by: Anatoly Burakov --- lib/eal/include/rte_malloc.h | 10 -- lib/eal/version.map | 20 ++-- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/lib/eal/include